Shades of Caput Mortuum #4F2218
Tints of Caput Mortuum #4F2218
RGB
CMYK
RGB Variations
Color information
#4F2218 (or 0x4F2218) is known color: Caput Mortuum. HEX triplet: 4F, 22 and 18. RGB value is (79,34,24). Sum of RGB (Red+Green+Blue) = 79+34+24=137 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.66% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2218 is #B0DDE7. Grayscale: #2E2E2E. Windows color (decimal): -11591144 or 1581647. OLE color: 1581647.
HSL color Cylindrical-coordinate representation of color #4F2218: hue angle of 10.91º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F2218 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 34 | 24 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.69 |
| HSL | 10.91º | 0.53% | 0.2% | - |
| HSV(B) | 10.91º | 0.7% | 0.31% | - |
| XYZ | 3.96 | 2.87 | 1.21 | - |
| YUV | 46.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 34 | 24 | 0 | 0.57 | 0.70 | 0.69 | 10.91 | 0.53 | 0.2 |
| Hex | 4F | 22 | 18 | 0 | 39 | 46 | 45 | B | 35 | 14 |
| Octal | 117 | 42 | 30 | 0 | 71 | 106 | 105 | 13 | 65 | 24 |
| Binary | 1001111 | 100010 | 11000 | 0 | 111001 | 1000110 | 1000101 | 1011 | 110101 | 10100 |
Color Harmonies of #4F2218
Complementary color
Monochromatic Colors of #4F2218
Black with #4F2218
Text Example
Text Example
White with #4F2218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2218; }
p { color: rgb(79,34,24); }
H1.HeaderClassName
{
color: #4F2218;
}
.AnyTagClassName
{
color: #4F2218;
}
</style>
background-color css
<style>
a { background-color: #4F2218; }
a { background-color: rgb(79,34,24); }
div.DivClassName
{
background-color: #4F2218;
}
.BgClassName
{
background-color: #4F2218;
}
</style>
border-color css
<style>
span { border-color: #4F2218; }
span { border-color: rgb(79,34,24); }
td.TdClassName
{
border-color: #4F2218;
}
.TagClassName
{
border-color: #4F2218;
}
</style>