Shades of Caput Mortuum #64210D
Tints of Caput Mortuum #64210D
RGB
CMYK
RGB Variations
Color information
#64210D (or 0x64210D) is known color: Caput Mortuum. HEX triplet: 64, 21 and 0D. RGB value is (100,33,13). Sum of RGB (Red+Green+Blue) = 100+33+13=146 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.49% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 100 - color contains mainly: red. Hex color #64210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64210D is #9BDEF2. Grayscale: #323232. Windows color (decimal): -10215155 or 860516. OLE color: 860516.
HSL color Cylindrical-coordinate representation of color #64210D: hue angle of 13.79º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64210D is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 33 | 13 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.61 |
| HSL | 13.79º | 0.77% | 0.22% | - |
| HSV(B) | 13.79º | 0.87% | 0.39% | - |
| XYZ | 5.87 | 3.83 | 0.81 | - |
| YUV | 50.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 13 | 0 | 0.67 | 0.87 | 0.61 | 13.79 | 0.77 | 0.22 |
| Hex | 64 | 21 | D | 0 | 43 | 57 | 3D | E | 4D | 16 |
| Octal | 144 | 41 | 15 | 0 | 103 | 127 | 75 | 16 | 115 | 26 |
| Binary | 1100100 | 100001 | 1101 | 0 | 1000011 | 1010111 | 111101 | 1110 | 1001101 | 10110 |
Color Harmonies of #64210D
Complementary color
Monochromatic Colors of #64210D
Black with #64210D
Text Example
Text Example
White with #64210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64210D; }
p { color: rgb(100,33,13); }
H1.HeaderClassName
{
color: #64210D;
}
.AnyTagClassName
{
color: #64210D;
}
</style>
background-color css
<style>
a { background-color: #64210D; }
a { background-color: rgb(100,33,13); }
div.DivClassName
{
background-color: #64210D;
}
.BgClassName
{
background-color: #64210D;
}
</style>
border-color css
<style>
span { border-color: #64210D; }
span { border-color: rgb(100,33,13); }
td.TdClassName
{
border-color: #64210D;
}
.TagClassName
{
border-color: #64210D;
}
</style>