Shades of Caput Mortuum #662A21
Tints of Caput Mortuum #662A21
RGB
CMYK
RGB Variations
Color information
#662A21 (or 0x662A21) is known color: Caput Mortuum. HEX triplet: 66, 2A and 21. RGB value is (102,42,33). Sum of RGB (Red+Green+Blue) = 102+42+33=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #662A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662A21 is #99D5DE. Grayscale: #3B3B3B. Windows color (decimal): -10081759 or 2173542. OLE color: 2173542.
HSL color Cylindrical-coordinate representation of color #662A21: hue angle of 7.83º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662A21 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 33 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.6 |
| HSL | 7.83º | 0.51% | 0.26% | - |
| HSV(B) | 7.83º | 0.68% | 0.4% | - |
| XYZ | 6.58 | 4.59 | 1.98 | - |
| YUV | 58.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 33 | 0 | 0.59 | 0.68 | 0.6 | 7.83 | 0.51 | 0.26 |
| Hex | 66 | 2A | 21 | 0 | 3B | 44 | 3C | 8 | 33 | 1A |
| Octal | 146 | 52 | 41 | 0 | 73 | 104 | 74 | 10 | 63 | 32 |
| Binary | 1100110 | 101010 | 100001 | 0 | 111011 | 1000100 | 111100 | 1000 | 110011 | 11010 |
Color Harmonies of #662A21
Complementary color
Monochromatic Colors of #662A21
Black with #662A21
Text Example
Text Example
White with #662A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A21; }
p { color: rgb(102,42,33); }
H1.HeaderClassName
{
color: #662A21;
}
.AnyTagClassName
{
color: #662A21;
}
</style>
background-color css
<style>
a { background-color: #662A21; }
a { background-color: rgb(102,42,33); }
div.DivClassName
{
background-color: #662A21;
}
.BgClassName
{
background-color: #662A21;
}
</style>
border-color css
<style>
span { border-color: #662A21; }
span { border-color: rgb(102,42,33); }
td.TdClassName
{
border-color: #662A21;
}
.TagClassName
{
border-color: #662A21;
}
</style>