Shades of Caput Mortuum #64281F
Tints of Caput Mortuum #64281F
RGB
CMYK
RGB Variations
Color information
#64281F (or 0x64281F) is known color: Caput Mortuum. HEX triplet: 64, 28 and 1F. RGB value is (100,40,31). Sum of RGB (Red+Green+Blue) = 100+40+31=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #64281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64281F is #9BD7E0. Grayscale: #393939. Windows color (decimal): -10213345 or 2041956. OLE color: 2041956.
HSL color Cylindrical-coordinate representation of color #64281F: hue angle of 7.83º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64281F is Cyan = 0, Magento = 0.6, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 40 | 31 | - |
| CMYK | 0 | 0.6 | 0.69 | 0.61 |
| HSL | 7.83º | 0.53% | 0.26% | - |
| HSV(B) | 7.83º | 0.69% | 0.39% | - |
| XYZ | 6.26 | 4.33 | 1.8 | - |
| YUV | 56.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 31 | 0 | 0.6 | 0.69 | 0.61 | 7.83 | 0.53 | 0.26 |
| Hex | 64 | 28 | 1F | 0 | 3C | 45 | 3D | 8 | 35 | 1A |
| Octal | 144 | 50 | 37 | 0 | 74 | 105 | 75 | 10 | 65 | 32 |
| Binary | 1100100 | 101000 | 11111 | 0 | 111100 | 1000101 | 111101 | 1000 | 110101 | 11010 |
Color Harmonies of #64281F
Complementary color
Monochromatic Colors of #64281F
Black with #64281F
Text Example
Text Example
White with #64281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64281F; }
p { color: rgb(100,40,31); }
H1.HeaderClassName
{
color: #64281F;
}
.AnyTagClassName
{
color: #64281F;
}
</style>
background-color css
<style>
a { background-color: #64281F; }
a { background-color: rgb(100,40,31); }
div.DivClassName
{
background-color: #64281F;
}
.BgClassName
{
background-color: #64281F;
}
</style>
border-color css
<style>
span { border-color: #64281F; }
span { border-color: rgb(100,40,31); }
td.TdClassName
{
border-color: #64281F;
}
.TagClassName
{
border-color: #64281F;
}
</style>