Shades of Caput Mortuum #4F2019
Tints of Caput Mortuum #4F2019
RGB
CMYK
RGB Variations
Color information
#4F2019 (or 0x4F2019) is known color: Caput Mortuum. HEX triplet: 4F, 20 and 19. RGB value is (79,32,25). Sum of RGB (Red+Green+Blue) = 79+32+25=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2019 is #B0DFE6. Grayscale: #2D2D2D. Windows color (decimal): -11591655 or 1646671. OLE color: 1646671.
HSL color Cylindrical-coordinate representation of color #4F2019: hue angle of 7.78º 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 #4F2019 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 32 | 25 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.69 |
| HSL | 7.78º | 0.52% | 0.2% | - |
| HSV(B) | 7.78º | 0.68% | 0.31% | - |
| XYZ | 3.92 | 2.77 | 1.25 | - |
| YUV | 45.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 32 | 25 | 0 | 0.59 | 0.68 | 0.69 | 7.78 | 0.52 | 0.2 |
| Hex | 4F | 20 | 19 | 0 | 3B | 44 | 45 | 8 | 34 | 14 |
| Octal | 117 | 40 | 31 | 0 | 73 | 104 | 105 | 10 | 64 | 24 |
| Binary | 1001111 | 100000 | 11001 | 0 | 111011 | 1000100 | 1000101 | 1000 | 110100 | 10100 |
Color Harmonies of #4F2019
Complementary color
Monochromatic Colors of #4F2019
Black with #4F2019
Text Example
Text Example
White with #4F2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2019; }
p { color: rgb(79,32,25); }
H1.HeaderClassName
{
color: #4F2019;
}
.AnyTagClassName
{
color: #4F2019;
}
</style>
background-color css
<style>
a { background-color: #4F2019; }
a { background-color: rgb(79,32,25); }
div.DivClassName
{
background-color: #4F2019;
}
.BgClassName
{
background-color: #4F2019;
}
</style>
border-color css
<style>
span { border-color: #4F2019; }
span { border-color: rgb(79,32,25); }
td.TdClassName
{
border-color: #4F2019;
}
.TagClassName
{
border-color: #4F2019;
}
</style>