Shades of Caput Mortuum #4C1F16
Tints of Caput Mortuum #4C1F16
RGB
CMYK
RGB Variations
Color information
#4C1F16 (or 0x4C1F16) is known color: Caput Mortuum. HEX triplet: 4C, 1F and 16. RGB value is (76,31,22). Sum of RGB (Red+Green+Blue) = 76+31+22=129 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.91% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1F16 is #B3E0E9. Grayscale: #2B2B2B. Windows color (decimal): -11788522 or 1449804. OLE color: 1449804.
HSL color Cylindrical-coordinate representation of color #4C1F16: hue angle of 10º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C1F16 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 31 | 22 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.70 |
| HSL | 10º | 0.55% | 0.19% | - |
| HSV(B) | 10º | 0.71% | 0.3% | - |
| XYZ | 3.62 | 2.57 | 1.07 | - |
| YUV | 43.43 | 115.91 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 31 | 22 | 0 | 0.59 | 0.71 | 0.70 | 10 | 0.55 | 0.19 |
| Hex | 4C | 1F | 16 | 0 | 3B | 47 | 46 | A | 37 | 13 |
| Octal | 114 | 37 | 26 | 0 | 73 | 107 | 106 | 12 | 67 | 23 |
| Binary | 1001100 | 11111 | 10110 | 0 | 111011 | 1000111 | 1000110 | 1010 | 110111 | 10011 |
Color Harmonies of #4C1F16
Complementary color
Monochromatic Colors of #4C1F16
Black with #4C1F16
Text Example
Text Example
White with #4C1F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1F16; }
p { color: rgb(76,31,22); }
H1.HeaderClassName
{
color: #4C1F16;
}
.AnyTagClassName
{
color: #4C1F16;
}
</style>
background-color css
<style>
a { background-color: #4C1F16; }
a { background-color: rgb(76,31,22); }
div.DivClassName
{
background-color: #4C1F16;
}
.BgClassName
{
background-color: #4C1F16;
}
</style>
border-color css
<style>
span { border-color: #4C1F16; }
span { border-color: rgb(76,31,22); }
td.TdClassName
{
border-color: #4C1F16;
}
.TagClassName
{
border-color: #4C1F16;
}
</style>