Shades of Caput Mortuum #64210C
Tints of Caput Mortuum #64210C
RGB
CMYK
RGB Variations
Color information
#64210C (or 0x64210C) is known color: Caput Mortuum. HEX triplet: 64, 21 and 0C. RGB value is (100,33,12). Sum of RGB (Red+Green+Blue) = 100+33+12=145 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.97% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 100 - color contains mainly: red. Hex color #64210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64210C is #9BDEF3. Grayscale: #323232. Windows color (decimal): -10215156 or 794980. OLE color: 794980.
HSL color Cylindrical-coordinate representation of color #64210C: hue angle of 14.32º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64210C is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 33 | 12 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.61 |
| HSL | 14.32º | 0.79% | 0.22% | - |
| HSV(B) | 14.32º | 0.88% | 0.39% | - |
| XYZ | 5.87 | 3.82 | 0.78 | - |
| YUV | 50.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 12 | 0 | 0.67 | 0.88 | 0.61 | 14.32 | 0.79 | 0.22 |
| Hex | 64 | 21 | C | 0 | 43 | 58 | 3D | E | 4F | 16 |
| Octal | 144 | 41 | 14 | 0 | 103 | 130 | 75 | 16 | 117 | 26 |
| Binary | 1100100 | 100001 | 1100 | 0 | 1000011 | 1011000 | 111101 | 1110 | 1001111 | 10110 |
Color Harmonies of #64210C
Complementary color
Monochromatic Colors of #64210C
Black with #64210C
Text Example
Text Example
White with #64210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64210C; }
p { color: rgb(100,33,12); }
H1.HeaderClassName
{
color: #64210C;
}
.AnyTagClassName
{
color: #64210C;
}
</style>
background-color css
<style>
a { background-color: #64210C; }
a { background-color: rgb(100,33,12); }
div.DivClassName
{
background-color: #64210C;
}
.BgClassName
{
background-color: #64210C;
}
</style>
border-color css
<style>
span { border-color: #64210C; }
span { border-color: rgb(100,33,12); }
td.TdClassName
{
border-color: #64210C;
}
.TagClassName
{
border-color: #64210C;
}
</style>