Shades of Caput Mortuum #64251B
Tints of Caput Mortuum #64251B
RGB
CMYK
RGB Variations
Color information
#64251B (or 0x64251B) is known color: Caput Mortuum. HEX triplet: 64, 25 and 1B. RGB value is (100,37,27). Sum of RGB (Red+Green+Blue) = 100+37+27=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #64251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64251B is #9BDAE4. Grayscale: #363636. Windows color (decimal): -10214117 or 1779044. OLE color: 1779044.
HSL color Cylindrical-coordinate representation of color #64251B: hue angle of 8.22º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64251B is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 37 | 27 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.61 |
| HSL | 8.22º | 0.57% | 0.25% | - |
| HSV(B) | 8.22º | 0.73% | 0.39% | - |
| XYZ | 6.11 | 4.11 | 1.51 | - |
| YUV | 54.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 27 | 0 | 0.63 | 0.73 | 0.61 | 8.22 | 0.57 | 0.25 |
| Hex | 64 | 25 | 1B | 0 | 3F | 49 | 3D | 8 | 39 | 19 |
| Octal | 144 | 45 | 33 | 0 | 77 | 111 | 75 | 10 | 71 | 31 |
| Binary | 1100100 | 100101 | 11011 | 0 | 111111 | 1001001 | 111101 | 1000 | 111001 | 11001 |
Color Harmonies of #64251B
Complementary color
Monochromatic Colors of #64251B
Black with #64251B
Text Example
Text Example
White with #64251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64251B; }
p { color: rgb(100,37,27); }
H1.HeaderClassName
{
color: #64251B;
}
.AnyTagClassName
{
color: #64251B;
}
</style>
background-color css
<style>
a { background-color: #64251B; }
a { background-color: rgb(100,37,27); }
div.DivClassName
{
background-color: #64251B;
}
.BgClassName
{
background-color: #64251B;
}
</style>
border-color css
<style>
span { border-color: #64251B; }
span { border-color: rgb(100,37,27); }
td.TdClassName
{
border-color: #64251B;
}
.TagClassName
{
border-color: #64251B;
}
</style>