Shades of Caput Mortuum #4F2119
Tints of Caput Mortuum #4F2119
RGB
CMYK
RGB Variations
Color information
#4F2119 (or 0x4F2119) is known color: Caput Mortuum. HEX triplet: 4F, 21 and 19. RGB value is (79,33,25). Sum of RGB (Red+Green+Blue) = 79+33+25=137 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.66% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2119 is #B0DEE6. Grayscale: #2D2D2D. Windows color (decimal): -11591399 or 1646927. OLE color: 1646927.
HSL color Cylindrical-coordinate representation of color #4F2119: hue angle of 8.89º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F2119 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 33 | 25 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.69 |
| HSL | 8.89º | 0.52% | 0.2% | - |
| HSV(B) | 8.89º | 0.68% | 0.31% | - |
| XYZ | 3.94 | 2.82 | 1.26 | - |
| YUV | 45.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 25 | 0 | 0.58 | 0.68 | 0.69 | 8.89 | 0.52 | 0.2 |
| Hex | 4F | 21 | 19 | 0 | 3A | 44 | 45 | 9 | 34 | 14 |
| Octal | 117 | 41 | 31 | 0 | 72 | 104 | 105 | 11 | 64 | 24 |
| Binary | 1001111 | 100001 | 11001 | 0 | 111010 | 1000100 | 1000101 | 1001 | 110100 | 10100 |
Color Harmonies of #4F2119
Complementary color
Monochromatic Colors of #4F2119
Black with #4F2119
Text Example
Text Example
White with #4F2119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2119; }
p { color: rgb(79,33,25); }
H1.HeaderClassName
{
color: #4F2119;
}
.AnyTagClassName
{
color: #4F2119;
}
</style>
background-color css
<style>
a { background-color: #4F2119; }
a { background-color: rgb(79,33,25); }
div.DivClassName
{
background-color: #4F2119;
}
.BgClassName
{
background-color: #4F2119;
}
</style>
border-color css
<style>
span { border-color: #4F2119; }
span { border-color: rgb(79,33,25); }
td.TdClassName
{
border-color: #4F2119;
}
.TagClassName
{
border-color: #4F2119;
}
</style>