Shades of Caput Mortuum #64251C
Tints of Caput Mortuum #64251C
RGB
CMYK
RGB Variations
Color information
#64251C (or 0x64251C) is known color: Caput Mortuum. HEX triplet: 64, 25 and 1C. RGB value is (100,37,28). Sum of RGB (Red+Green+Blue) = 100+37+28=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #64251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64251C is #9BDAE3. Grayscale: #363636. Windows color (decimal): -10214116 or 1844580. OLE color: 1844580.
HSL color Cylindrical-coordinate representation of color #64251C: hue angle of 7.5º 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 #64251C is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 37 | 28 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.61 |
| HSL | 7.5º | 0.56% | 0.25% | - |
| HSV(B) | 7.5º | 0.72% | 0.39% | - |
| XYZ | 6.13 | 4.12 | 1.57 | - |
| YUV | 54.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 28 | 0 | 0.63 | 0.72 | 0.61 | 7.5 | 0.56 | 0.25 |
| Hex | 64 | 25 | 1C | 0 | 3F | 48 | 3D | 8 | 38 | 19 |
| Octal | 144 | 45 | 34 | 0 | 77 | 110 | 75 | 10 | 70 | 31 |
| Binary | 1100100 | 100101 | 11100 | 0 | 111111 | 1001000 | 111101 | 1000 | 111000 | 11001 |
Color Harmonies of #64251C
Complementary color
Monochromatic Colors of #64251C
Black with #64251C
Text Example
Text Example
White with #64251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64251C; }
p { color: rgb(100,37,28); }
H1.HeaderClassName
{
color: #64251C;
}
.AnyTagClassName
{
color: #64251C;
}
</style>
background-color css
<style>
a { background-color: #64251C; }
a { background-color: rgb(100,37,28); }
div.DivClassName
{
background-color: #64251C;
}
.BgClassName
{
background-color: #64251C;
}
</style>
border-color css
<style>
span { border-color: #64251C; }
span { border-color: rgb(100,37,28); }
td.TdClassName
{
border-color: #64251C;
}
.TagClassName
{
border-color: #64251C;
}
</style>