Shades of Caput Mortuum #4B1B16
Tints of Caput Mortuum #4B1B16
RGB
CMYK
RGB Variations
Color information
#4B1B16 (or 0x4B1B16) is known color: Caput Mortuum. HEX triplet: 4B, 1B and 16. RGB value is (75,27,22). Sum of RGB (Red+Green+Blue) = 75+27+22=124 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.48% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1B16 is #B4E4E9. Grayscale: #282828. Windows color (decimal): -11855082 or 1448779. OLE color: 1448779.
HSL color Cylindrical-coordinate representation of color #4B1B16: hue angle of 5.66º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B1B16 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 27 | 22 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.71 |
| HSL | 5.66º | 0.55% | 0.19% | - |
| HSV(B) | 5.66º | 0.71% | 0.29% | - |
| XYZ | 3.44 | 2.34 | 1.03 | - |
| YUV | 40.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 27 | 22 | 0 | 0.64 | 0.71 | 0.71 | 5.66 | 0.55 | 0.19 |
| Hex | 4B | 1B | 16 | 0 | 40 | 47 | 47 | 6 | 37 | 13 |
| Octal | 113 | 33 | 26 | 0 | 100 | 107 | 107 | 6 | 67 | 23 |
| Binary | 1001011 | 11011 | 10110 | 0 | 1000000 | 1000111 | 1000111 | 110 | 110111 | 10011 |
Color Harmonies of #4B1B16
Complementary color
Monochromatic Colors of #4B1B16
Black with #4B1B16
Text Example
Text Example
White with #4B1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1B16; }
p { color: rgb(75,27,22); }
H1.HeaderClassName
{
color: #4B1B16;
}
.AnyTagClassName
{
color: #4B1B16;
}
</style>
background-color css
<style>
a { background-color: #4B1B16; }
a { background-color: rgb(75,27,22); }
div.DivClassName
{
background-color: #4B1B16;
}
.BgClassName
{
background-color: #4B1B16;
}
</style>
border-color css
<style>
span { border-color: #4B1B16; }
span { border-color: rgb(75,27,22); }
td.TdClassName
{
border-color: #4B1B16;
}
.TagClassName
{
border-color: #4B1B16;
}
</style>