Shades of Caput Mortuum #64240F
Tints of Caput Mortuum #64240F
RGB
CMYK
RGB Variations
Color information
#64240F (or 0x64240F) is known color: Caput Mortuum. HEX triplet: 64, 24 and 0F. RGB value is (100,36,15). Sum of RGB (Red+Green+Blue) = 100+36+15=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #64240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64240F is #9BDBF0. Grayscale: #343434. Windows color (decimal): -10214385 or 992356. OLE color: 992356.
HSL color Cylindrical-coordinate representation of color #64240F: hue angle of 14.82º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64240F is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 36 | 15 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.61 |
| HSL | 14.82º | 0.74% | 0.23% | - |
| HSV(B) | 14.82º | 0.85% | 0.39% | - |
| XYZ | 5.97 | 4.01 | 0.91 | - |
| YUV | 52.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 15 | 0 | 0.64 | 0.85 | 0.61 | 14.82 | 0.74 | 0.23 |
| Hex | 64 | 24 | F | 0 | 40 | 55 | 3D | F | 4A | 17 |
| Octal | 144 | 44 | 17 | 0 | 100 | 125 | 75 | 17 | 112 | 27 |
| Binary | 1100100 | 100100 | 1111 | 0 | 1000000 | 1010101 | 111101 | 1111 | 1001010 | 10111 |
Color Harmonies of #64240F
Complementary color
Monochromatic Colors of #64240F
Black with #64240F
Text Example
Text Example
White with #64240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64240F; }
p { color: rgb(100,36,15); }
H1.HeaderClassName
{
color: #64240F;
}
.AnyTagClassName
{
color: #64240F;
}
</style>
background-color css
<style>
a { background-color: #64240F; }
a { background-color: rgb(100,36,15); }
div.DivClassName
{
background-color: #64240F;
}
.BgClassName
{
background-color: #64240F;
}
</style>
border-color css
<style>
span { border-color: #64240F; }
span { border-color: rgb(100,36,15); }
td.TdClassName
{
border-color: #64240F;
}
.TagClassName
{
border-color: #64240F;
}
</style>