Shades of Caput Mortuum #4B1A13
Tints of Caput Mortuum #4B1A13
RGB
CMYK
RGB Variations
Color information
#4B1A13 (or 0x4B1A13) is known color: Caput Mortuum. HEX triplet: 4B, 1A and 13. RGB value is (75,26,19). Sum of RGB (Red+Green+Blue) = 75+26+19=120 (15% of max value = 765). Red value is 75 (29.69% from 255 or 62.5% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1A13 is #B4E5EC. Grayscale: #272727. Windows color (decimal): -11855341 or 1251915. OLE color: 1251915.
HSL color Cylindrical-coordinate representation of color #4B1A13: hue angle of 7.5º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B1A13 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 26 | 19 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.71 |
| HSL | 7.5º | 0.6% | 0.18% | - |
| HSV(B) | 7.5º | 0.75% | 0.29% | - |
| XYZ | 3.39 | 2.28 | 0.88 | - |
| YUV | 39.85 | 116.23 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 26 | 19 | 0 | 0.65 | 0.75 | 0.71 | 7.5 | 0.6 | 0.18 |
| Hex | 4B | 1A | 13 | 0 | 41 | 4B | 47 | 8 | 3C | 12 |
| Octal | 113 | 32 | 23 | 0 | 101 | 113 | 107 | 10 | 74 | 22 |
| Binary | 1001011 | 11010 | 10011 | 0 | 1000001 | 1001011 | 1000111 | 1000 | 111100 | 10010 |
Color Harmonies of #4B1A13
Complementary color
Monochromatic Colors of #4B1A13
Black with #4B1A13
Text Example
Text Example
White with #4B1A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1A13; }
p { color: rgb(75,26,19); }
H1.HeaderClassName
{
color: #4B1A13;
}
.AnyTagClassName
{
color: #4B1A13;
}
</style>
background-color css
<style>
a { background-color: #4B1A13; }
a { background-color: rgb(75,26,19); }
div.DivClassName
{
background-color: #4B1A13;
}
.BgClassName
{
background-color: #4B1A13;
}
</style>
border-color css
<style>
span { border-color: #4B1A13; }
span { border-color: rgb(75,26,19); }
td.TdClassName
{
border-color: #4B1A13;
}
.TagClassName
{
border-color: #4B1A13;
}
</style>