Shades of Caput Mortuum #4A1B16
Tints of Caput Mortuum #4A1B16
RGB
CMYK
RGB Variations
Color information
#4A1B16 (or 0x4A1B16) is known color: Caput Mortuum. HEX triplet: 4A, 1B and 16. RGB value is (74,27,22). Sum of RGB (Red+Green+Blue) = 74+27+22=123 (16% of max value = 765). Red value is 74 (29.30% from 255 or 60.16% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A1B16 is #B5E4E9. Grayscale: #282828. Windows color (decimal): -11920618 or 1448778. OLE color: 1448778.
HSL color Cylindrical-coordinate representation of color #4A1B16: hue angle of 5.77º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A1B16 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 27 | 22 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.71 |
| HSL | 5.77º | 0.54% | 0.19% | - |
| HSV(B) | 5.77º | 0.7% | 0.29% | - |
| XYZ | 3.36 | 2.3 | 1.03 | - |
| YUV | 40.48 | 117.57 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 27 | 22 | 0 | 0.64 | 0.70 | 0.71 | 5.77 | 0.54 | 0.19 |
| Hex | 4A | 1B | 16 | 0 | 40 | 46 | 47 | 6 | 36 | 13 |
| Octal | 112 | 33 | 26 | 0 | 100 | 106 | 107 | 6 | 66 | 23 |
| Binary | 1001010 | 11011 | 10110 | 0 | 1000000 | 1000110 | 1000111 | 110 | 110110 | 10011 |
Color Harmonies of #4A1B16
Complementary color
Monochromatic Colors of #4A1B16
Black with #4A1B16
Text Example
Text Example
White with #4A1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1B16; }
p { color: rgb(74,27,22); }
H1.HeaderClassName
{
color: #4A1B16;
}
.AnyTagClassName
{
color: #4A1B16;
}
</style>
background-color css
<style>
a { background-color: #4A1B16; }
a { background-color: rgb(74,27,22); }
div.DivClassName
{
background-color: #4A1B16;
}
.BgClassName
{
background-color: #4A1B16;
}
</style>
border-color css
<style>
span { border-color: #4A1B16; }
span { border-color: rgb(74,27,22); }
td.TdClassName
{
border-color: #4A1B16;
}
.TagClassName
{
border-color: #4A1B16;
}
</style>