Shades of Caput Mortuum #64261F
Tints of Caput Mortuum #64261F
RGB
CMYK
RGB Variations
Color information
#64261F (or 0x64261F) is known color: Caput Mortuum. HEX triplet: 64, 26 and 1F. RGB value is (100,38,31). Sum of RGB (Red+Green+Blue) = 100+38+31=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #64261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64261F is #9BD9E0. Grayscale: #373737. Windows color (decimal): -10213857 or 2041444. OLE color: 2041444.
HSL color Cylindrical-coordinate representation of color #64261F: hue angle of 6.09º 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 #64261F is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 38 | 31 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.61 |
| HSL | 6.09º | 0.53% | 0.26% | - |
| HSV(B) | 6.09º | 0.69% | 0.39% | - |
| XYZ | 6.2 | 4.19 | 1.78 | - |
| YUV | 55.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 31 | 0 | 0.62 | 0.69 | 0.61 | 6.09 | 0.53 | 0.26 |
| Hex | 64 | 26 | 1F | 0 | 3E | 45 | 3D | 6 | 35 | 1A |
| Octal | 144 | 46 | 37 | 0 | 76 | 105 | 75 | 6 | 65 | 32 |
| Binary | 1100100 | 100110 | 11111 | 0 | 111110 | 1000101 | 111101 | 110 | 110101 | 11010 |
Color Harmonies of #64261F
Complementary color
Monochromatic Colors of #64261F
Black with #64261F
Text Example
Text Example
White with #64261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64261F; }
p { color: rgb(100,38,31); }
H1.HeaderClassName
{
color: #64261F;
}
.AnyTagClassName
{
color: #64261F;
}
</style>
background-color css
<style>
a { background-color: #64261F; }
a { background-color: rgb(100,38,31); }
div.DivClassName
{
background-color: #64261F;
}
.BgClassName
{
background-color: #64261F;
}
</style>
border-color css
<style>
span { border-color: #64261F; }
span { border-color: rgb(100,38,31); }
td.TdClassName
{
border-color: #64261F;
}
.TagClassName
{
border-color: #64261F;
}
</style>