In the RGB color space, #660033 is composed of 40% red, 0% green, and 20% blue.
In the CMYK color space, #660033 is composed of 0% cyan, 100% magenta, 50.0% yellow, and 60% black,
It has a hue angle of 330 degrees, a saturation of 100%, and a lightness of 20%.
This is a websafe color.
The hexadecimal color #660033 has RGB values of R:102, G:0, B:51 and CMYK values of C:0, M:100, Y:50, K:60. It has a decimal value of 6684723.
Hexadecimal | #660033 | #660033 |
RGB Decimal | 102, 0, 51 | rgb(102, 0, 51) |
RGB Percent | 40, 0, 20 | rgb(40%, 0%, 20%) |
RGB Proportion | 0.4, 0.0, 0.2 | rgb(0.4, 0.0, 0.2) |
CMYK | 0, 100, 50, 60 | |
HSL | 330ยบ, 100, 20 | hsl(330, 100%, 20%) |
Websafe | 660033 | #660033 |
XYZ | 6.077, 3.064, 3.403 | |
Yxy | 3.064, 0.484, 0.244 | |
CIE-LAB | 20.298, 43.475, -0.415 | |
CIE-LCH | 20.298, 43.477, 359.453 | |
CIE-LUV | 20.298, 50.842, -6.681 | |
Hunter-Lab | 17.504, 31.338, 0.726 |
Colors that go well with #660033.
Common HTML and CSS shortcodes for #660033.
<div style="color: #660033;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #660033;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #660033;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #660033 to transparent.
<div style="background: linear-gradient(#660033, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #660033 to transparent.
<div style="background: radial-gradient(#660033, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #660033 to #99FFCC.
<div style="background: linear-gradient(#660033, #99FFCC);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #660033 to #99FFCC.
<div style="background: radial-gradient(#660033, #99FFCC);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #660033; }
.background { background-color: #660033; }
.border { border: 1px solid #660033; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #020001 while the lightest tint is #FCFAFC.