Shades of Caput Mortuum #66281E
Tints of Caput Mortuum #66281E
RGB
CMYK
RGB Variations
Color information
#66281E (or 0x66281E) is known color: Caput Mortuum. HEX triplet: 66, 28 and 1E. RGB value is (102,40,30). Sum of RGB (Red+Green+Blue) = 102+40+30=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #66281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66281E is #99D7E1. Grayscale: #393939. Windows color (decimal): -10082274 or 1976422. OLE color: 1976422.
HSL color Cylindrical-coordinate representation of color #66281E: hue angle of 8.33º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66281E is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 30 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.6 |
| HSL | 8.33º | 0.55% | 0.26% | - |
| HSV(B) | 8.33º | 0.71% | 0.4% | - |
| XYZ | 6.47 | 4.44 | 1.74 | - |
| YUV | 57.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 30 | 0 | 0.61 | 0.71 | 0.6 | 8.33 | 0.55 | 0.26 |
| Hex | 66 | 28 | 1E | 0 | 3D | 47 | 3C | 8 | 37 | 1A |
| Octal | 146 | 50 | 36 | 0 | 75 | 107 | 74 | 10 | 67 | 32 |
| Binary | 1100110 | 101000 | 11110 | 0 | 111101 | 1000111 | 111100 | 1000 | 110111 | 11010 |
Color Harmonies of #66281E
Complementary color
Monochromatic Colors of #66281E
Black with #66281E
Text Example
Text Example
White with #66281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66281E; }
p { color: rgb(102,40,30); }
H1.HeaderClassName
{
color: #66281E;
}
.AnyTagClassName
{
color: #66281E;
}
</style>
background-color css
<style>
a { background-color: #66281E; }
a { background-color: rgb(102,40,30); }
div.DivClassName
{
background-color: #66281E;
}
.BgClassName
{
background-color: #66281E;
}
</style>
border-color css
<style>
span { border-color: #66281E; }
span { border-color: rgb(102,40,30); }
td.TdClassName
{
border-color: #66281E;
}
.TagClassName
{
border-color: #66281E;
}
</style>