Shades of Caput Mortuum #4F1E10
Tints of Caput Mortuum #4F1E10
RGB
CMYK
RGB Variations
Color information
#4F1E10 (or 0x4F1E10) is known color: Caput Mortuum. HEX triplet: 4F, 1E and 10. RGB value is (79,30,16). Sum of RGB (Red+Green+Blue) = 79+30+16=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1E10 is #B0E1EF. Grayscale: #2B2B2B. Windows color (decimal): -11592176 or 1056335. OLE color: 1056335.
HSL color Cylindrical-coordinate representation of color #4F1E10: hue angle of 13.33º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1E10 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 30 | 16 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.69 |
| HSL | 13.33º | 0.66% | 0.19% | - |
| HSV(B) | 13.33º | 0.8% | 0.31% | - |
| XYZ | 3.78 | 2.63 | 0.8 | - |
| YUV | 43.06 | 112.73 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 30 | 16 | 0 | 0.62 | 0.80 | 0.69 | 13.33 | 0.66 | 0.19 |
| Hex | 4F | 1E | 10 | 0 | 3E | 50 | 45 | D | 42 | 13 |
| Octal | 117 | 36 | 20 | 0 | 76 | 120 | 105 | 15 | 102 | 23 |
| Binary | 1001111 | 11110 | 10000 | 0 | 111110 | 1010000 | 1000101 | 1101 | 1000010 | 10011 |
Color Harmonies of #4F1E10
Complementary color
Monochromatic Colors of #4F1E10
Black with #4F1E10
Text Example
Text Example
White with #4F1E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1E10; }
p { color: rgb(79,30,16); }
H1.HeaderClassName
{
color: #4F1E10;
}
.AnyTagClassName
{
color: #4F1E10;
}
</style>
background-color css
<style>
a { background-color: #4F1E10; }
a { background-color: rgb(79,30,16); }
div.DivClassName
{
background-color: #4F1E10;
}
.BgClassName
{
background-color: #4F1E10;
}
</style>
border-color css
<style>
span { border-color: #4F1E10; }
span { border-color: rgb(79,30,16); }
td.TdClassName
{
border-color: #4F1E10;
}
.TagClassName
{
border-color: #4F1E10;
}
</style>