Shades of Caput Mortuum #64210B
Tints of Caput Mortuum #64210B
RGB
CMYK
RGB Variations
Color information
#64210B (or 0x64210B) is known color: Caput Mortuum. HEX triplet: 64, 21 and 0B. RGB value is (100,33,11). Sum of RGB (Red+Green+Blue) = 100+33+11=144 (19% of max value = 765). Red value is 100 (39.45% from 255 or 69.44% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 100 - color contains mainly: red. Hex color #64210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64210B is #9BDEF4. Grayscale: #323232. Windows color (decimal): -10215157 or 729444. OLE color: 729444.
HSL color Cylindrical-coordinate representation of color #64210B: hue angle of 14.83º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64210B is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 33 | 11 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.61 |
| HSL | 14.83º | 0.8% | 0.22% | - |
| HSV(B) | 14.83º | 0.89% | 0.39% | - |
| XYZ | 5.86 | 3.82 | 0.75 | - |
| YUV | 50.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 11 | 0 | 0.67 | 0.89 | 0.61 | 14.83 | 0.8 | 0.22 |
| Hex | 64 | 21 | B | 0 | 43 | 59 | 3D | F | 50 | 16 |
| Octal | 144 | 41 | 13 | 0 | 103 | 131 | 75 | 17 | 120 | 26 |
| Binary | 1100100 | 100001 | 1011 | 0 | 1000011 | 1011001 | 111101 | 1111 | 1010000 | 10110 |
Color Harmonies of #64210B
Complementary color
Monochromatic Colors of #64210B
Black with #64210B
Text Example
Text Example
White with #64210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64210B; }
p { color: rgb(100,33,11); }
H1.HeaderClassName
{
color: #64210B;
}
.AnyTagClassName
{
color: #64210B;
}
</style>
background-color css
<style>
a { background-color: #64210B; }
a { background-color: rgb(100,33,11); }
div.DivClassName
{
background-color: #64210B;
}
.BgClassName
{
background-color: #64210B;
}
</style>
border-color css
<style>
span { border-color: #64210B; }
span { border-color: rgb(100,33,11); }
td.TdClassName
{
border-color: #64210B;
}
.TagClassName
{
border-color: #64210B;
}
</style>