Shades of Caput Mortuum #4F1B11
Tints of Caput Mortuum #4F1B11
RGB
CMYK
RGB Variations
Color information
#4F1B11 (or 0x4F1B11) is known color: Caput Mortuum. HEX triplet: 4F, 1B and 11. RGB value is (79,27,17). Sum of RGB (Red+Green+Blue) = 79+27+17=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1B11 is #B0E4EE. Grayscale: #292929. Windows color (decimal): -11592943 or 1121103. OLE color: 1121103.
HSL color Cylindrical-coordinate representation of color #4F1B11: hue angle of 9.68º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F1B11 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 27 | 17 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.69 |
| HSL | 9.68º | 0.65% | 0.19% | - |
| HSV(B) | 9.68º | 0.78% | 0.31% | - |
| XYZ | 3.72 | 2.49 | 0.81 | - |
| YUV | 41.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 27 | 17 | 0 | 0.66 | 0.78 | 0.69 | 9.68 | 0.65 | 0.19 |
| Hex | 4F | 1B | 11 | 0 | 42 | 4E | 45 | A | 41 | 13 |
| Octal | 117 | 33 | 21 | 0 | 102 | 116 | 105 | 12 | 101 | 23 |
| Binary | 1001111 | 11011 | 10001 | 0 | 1000010 | 1001110 | 1000101 | 1010 | 1000001 | 10011 |
Color Harmonies of #4F1B11
Complementary color
Monochromatic Colors of #4F1B11
Black with #4F1B11
Text Example
Text Example
White with #4F1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1B11; }
p { color: rgb(79,27,17); }
H1.HeaderClassName
{
color: #4F1B11;
}
.AnyTagClassName
{
color: #4F1B11;
}
</style>
background-color css
<style>
a { background-color: #4F1B11; }
a { background-color: rgb(79,27,17); }
div.DivClassName
{
background-color: #4F1B11;
}
.BgClassName
{
background-color: #4F1B11;
}
</style>
border-color css
<style>
span { border-color: #4F1B11; }
span { border-color: rgb(79,27,17); }
td.TdClassName
{
border-color: #4F1B11;
}
.TagClassName
{
border-color: #4F1B11;
}
</style>