Shades of Caput Mortuum #4F190D
Tints of Caput Mortuum #4F190D
RGB
CMYK
RGB Variations
Color information
#4F190D (or 0x4F190D) is known color: Caput Mortuum. HEX triplet: 4F, 19 and 0D. RGB value is (79,25,13). Sum of RGB (Red+Green+Blue) = 79+25+13=117 (15% of max value = 765). Red value is 79 (31.25% from 255 or 67.52% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 79 - color contains mainly: red. Hex color #4F190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F190D is #B0E6F2. Grayscale: #272727. Windows color (decimal): -11593459 or 858447. OLE color: 858447.
HSL color Cylindrical-coordinate representation of color #4F190D: hue angle of 10.91º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F190D is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 25 | 13 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.69 |
| HSL | 10.91º | 0.72% | 0.18% | - |
| HSV(B) | 10.91º | 0.84% | 0.31% | - |
| XYZ | 3.64 | 2.39 | 0.65 | - |
| YUV | 39.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 13 | 0 | 0.68 | 0.84 | 0.69 | 10.91 | 0.72 | 0.18 |
| Hex | 4F | 19 | D | 0 | 44 | 54 | 45 | B | 48 | 12 |
| Octal | 117 | 31 | 15 | 0 | 104 | 124 | 105 | 13 | 110 | 22 |
| Binary | 1001111 | 11001 | 1101 | 0 | 1000100 | 1010100 | 1000101 | 1011 | 1001000 | 10010 |
Color Harmonies of #4F190D
Complementary color
Monochromatic Colors of #4F190D
Black with #4F190D
Text Example
Text Example
White with #4F190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F190D; }
p { color: rgb(79,25,13); }
H1.HeaderClassName
{
color: #4F190D;
}
.AnyTagClassName
{
color: #4F190D;
}
</style>
background-color css
<style>
a { background-color: #4F190D; }
a { background-color: rgb(79,25,13); }
div.DivClassName
{
background-color: #4F190D;
}
.BgClassName
{
background-color: #4F190D;
}
</style>
border-color css
<style>
span { border-color: #4F190D; }
span { border-color: rgb(79,25,13); }
td.TdClassName
{
border-color: #4F190D;
}
.TagClassName
{
border-color: #4F190D;
}
</style>