Shades of Caput Mortuum #4F1D18
Tints of Caput Mortuum #4F1D18
RGB
CMYK
RGB Variations
Color information
#4F1D18 (or 0x4F1D18) is known color: Caput Mortuum. HEX triplet: 4F, 1D and 18. RGB value is (79,29,24). Sum of RGB (Red+Green+Blue) = 79+29+24=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1D18 is #B0E2E7. Grayscale: #2B2B2B. Windows color (decimal): -11592424 or 1580367. OLE color: 1580367.
HSL color Cylindrical-coordinate representation of color #4F1D18: hue angle of 5.45º 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 #4F1D18 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 29 | 24 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.69 |
| HSL | 5.45º | 0.53% | 0.2% | - |
| HSV(B) | 5.45º | 0.7% | 0.31% | - |
| XYZ | 3.83 | 2.61 | 1.17 | - |
| YUV | 43.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 29 | 24 | 0 | 0.63 | 0.70 | 0.69 | 5.45 | 0.53 | 0.2 |
| Hex | 4F | 1D | 18 | 0 | 3F | 46 | 45 | 5 | 35 | 14 |
| Octal | 117 | 35 | 30 | 0 | 77 | 106 | 105 | 5 | 65 | 24 |
| Binary | 1001111 | 11101 | 11000 | 0 | 111111 | 1000110 | 1000101 | 101 | 110101 | 10100 |
Color Harmonies of #4F1D18
Complementary color
Monochromatic Colors of #4F1D18
Black with #4F1D18
Text Example
Text Example
White with #4F1D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1D18; }
p { color: rgb(79,29,24); }
H1.HeaderClassName
{
color: #4F1D18;
}
.AnyTagClassName
{
color: #4F1D18;
}
</style>
background-color css
<style>
a { background-color: #4F1D18; }
a { background-color: rgb(79,29,24); }
div.DivClassName
{
background-color: #4F1D18;
}
.BgClassName
{
background-color: #4F1D18;
}
</style>
border-color css
<style>
span { border-color: #4F1D18; }
span { border-color: rgb(79,29,24); }
td.TdClassName
{
border-color: #4F1D18;
}
.TagClassName
{
border-color: #4F1D18;
}
</style>