Shades of Caput Mortuum #4F190F
Tints of Caput Mortuum #4F190F
RGB
CMYK
RGB Variations
Color information
#4F190F (or 0x4F190F) is known color: Caput Mortuum. HEX triplet: 4F, 19 and 0F. RGB value is (79,25,15). Sum of RGB (Red+Green+Blue) = 79+25+15=119 (15% of max value = 765). Red value is 79 (31.25% from 255 or 66.39% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 79 - color contains mainly: red. Hex color #4F190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F190F is #B0E6F0. Grayscale: #282828. Windows color (decimal): -11593457 or 989519. OLE color: 989519.
HSL color Cylindrical-coordinate representation of color #4F190F: hue angle of 9.38º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F190F is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 25 | 15 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.69 |
| HSL | 9.38º | 0.68% | 0.18% | - |
| HSV(B) | 9.38º | 0.81% | 0.31% | - |
| XYZ | 3.66 | 2.39 | 0.72 | - |
| YUV | 40.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 15 | 0 | 0.68 | 0.81 | 0.69 | 9.38 | 0.68 | 0.18 |
| Hex | 4F | 19 | F | 0 | 44 | 51 | 45 | 9 | 44 | 12 |
| Octal | 117 | 31 | 17 | 0 | 104 | 121 | 105 | 11 | 104 | 22 |
| Binary | 1001111 | 11001 | 1111 | 0 | 1000100 | 1010001 | 1000101 | 1001 | 1000100 | 10010 |
Color Harmonies of #4F190F
Complementary color
Monochromatic Colors of #4F190F
Black with #4F190F
Text Example
Text Example
White with #4F190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F190F; }
p { color: rgb(79,25,15); }
H1.HeaderClassName
{
color: #4F190F;
}
.AnyTagClassName
{
color: #4F190F;
}
</style>
background-color css
<style>
a { background-color: #4F190F; }
a { background-color: rgb(79,25,15); }
div.DivClassName
{
background-color: #4F190F;
}
.BgClassName
{
background-color: #4F190F;
}
</style>
border-color css
<style>
span { border-color: #4F190F; }
span { border-color: rgb(79,25,15); }
td.TdClassName
{
border-color: #4F190F;
}
.TagClassName
{
border-color: #4F190F;
}
</style>