Shades of Caput Mortuum #64291E
Tints of Caput Mortuum #64291E
RGB
CMYK
RGB Variations
Color information
#64291E (or 0x64291E) is known color: Caput Mortuum. HEX triplet: 64, 29 and 1E. RGB value is (100,41,30). Sum of RGB (Red+Green+Blue) = 100+41+30=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #64291E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64291E is #9BD6E1. Grayscale: #393939. Windows color (decimal): -10213090 or 1976676. OLE color: 1976676.
HSL color Cylindrical-coordinate representation of color #64291E: hue angle of 9.43º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64291E is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 41 | 30 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.61 |
| HSL | 9.43º | 0.54% | 0.25% | - |
| HSV(B) | 9.43º | 0.7% | 0.39% | - |
| XYZ | 6.28 | 4.39 | 1.74 | - |
| YUV | 57.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 30 | 0 | 0.59 | 0.70 | 0.61 | 9.43 | 0.54 | 0.25 |
| Hex | 64 | 29 | 1E | 0 | 3B | 46 | 3D | 9 | 36 | 19 |
| Octal | 144 | 51 | 36 | 0 | 73 | 106 | 75 | 11 | 66 | 31 |
| Binary | 1100100 | 101001 | 11110 | 0 | 111011 | 1000110 | 111101 | 1001 | 110110 | 11001 |
Color Harmonies of #64291E
Complementary color
Monochromatic Colors of #64291E
Black with #64291E
Text Example
Text Example
White with #64291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64291E; }
p { color: rgb(100,41,30); }
H1.HeaderClassName
{
color: #64291E;
}
.AnyTagClassName
{
color: #64291E;
}
</style>
background-color css
<style>
a { background-color: #64291E; }
a { background-color: rgb(100,41,30); }
div.DivClassName
{
background-color: #64291E;
}
.BgClassName
{
background-color: #64291E;
}
</style>
border-color css
<style>
span { border-color: #64291E; }
span { border-color: rgb(100,41,30); }
td.TdClassName
{
border-color: #64291E;
}
.TagClassName
{
border-color: #64291E;
}
</style>