Shades of Caput Mortuum #64291C
Tints of Caput Mortuum #64291C
RGB
CMYK
RGB Variations
Color information
#64291C (or 0x64291C) is known color: Caput Mortuum. HEX triplet: 64, 29 and 1C. RGB value is (100,41,28). Sum of RGB (Red+Green+Blue) = 100+41+28=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #64291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64291C is #9BD6E3. Grayscale: #393939. Windows color (decimal): -10213092 or 1845604. OLE color: 1845604.
HSL color Cylindrical-coordinate representation of color #64291C: hue angle of 10.83º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64291C is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 41 | 28 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.61 |
| HSL | 10.83º | 0.56% | 0.25% | - |
| HSV(B) | 10.83º | 0.72% | 0.39% | - |
| XYZ | 6.26 | 4.38 | 1.61 | - |
| YUV | 57.16 | 111.55 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 28 | 0 | 0.59 | 0.72 | 0.61 | 10.83 | 0.56 | 0.25 |
| Hex | 64 | 29 | 1C | 0 | 3B | 48 | 3D | B | 38 | 19 |
| Octal | 144 | 51 | 34 | 0 | 73 | 110 | 75 | 13 | 70 | 31 |
| Binary | 1100100 | 101001 | 11100 | 0 | 111011 | 1001000 | 111101 | 1011 | 111000 | 11001 |
Color Harmonies of #64291C
Complementary color
Monochromatic Colors of #64291C
Black with #64291C
Text Example
Text Example
White with #64291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64291C; }
p { color: rgb(100,41,28); }
H1.HeaderClassName
{
color: #64291C;
}
.AnyTagClassName
{
color: #64291C;
}
</style>
background-color css
<style>
a { background-color: #64291C; }
a { background-color: rgb(100,41,28); }
div.DivClassName
{
background-color: #64291C;
}
.BgClassName
{
background-color: #64291C;
}
</style>
border-color css
<style>
span { border-color: #64291C; }
span { border-color: rgb(100,41,28); }
td.TdClassName
{
border-color: #64291C;
}
.TagClassName
{
border-color: #64291C;
}
</style>