Shades of Caput Mortuum #541E13
Tints of Caput Mortuum #541E13
RGB
CMYK
RGB Variations
Color information
#541E13 (or 0x541E13) is known color: Caput Mortuum. HEX triplet: 54, 1E and 13. RGB value is (84,30,19). Sum of RGB (Red+Green+Blue) = 84+30+19=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #541E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541E13 is #ABE1EC. Grayscale: #2C2C2C. Windows color (decimal): -11264493 or 1252948. OLE color: 1252948.
HSL color Cylindrical-coordinate representation of color #541E13: hue angle of 10.15º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #541E13 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 30 | 19 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.67 |
| HSL | 10.15º | 0.63% | 0.2% | - |
| HSV(B) | 10.15º | 0.77% | 0.33% | - |
| XYZ | 4.24 | 2.86 | 0.94 | - |
| YUV | 44.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 19 | 0 | 0.64 | 0.77 | 0.67 | 10.15 | 0.63 | 0.2 |
| Hex | 54 | 1E | 13 | 0 | 40 | 4D | 43 | A | 3F | 14 |
| Octal | 124 | 36 | 23 | 0 | 100 | 115 | 103 | 12 | 77 | 24 |
| Binary | 1010100 | 11110 | 10011 | 0 | 1000000 | 1001101 | 1000011 | 1010 | 111111 | 10100 |
Color Harmonies of #541E13
Complementary color
Monochromatic Colors of #541E13
Black with #541E13
Text Example
Text Example
White with #541E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541E13; }
p { color: rgb(84,30,19); }
H1.HeaderClassName
{
color: #541E13;
}
.AnyTagClassName
{
color: #541E13;
}
</style>
background-color css
<style>
a { background-color: #541E13; }
a { background-color: rgb(84,30,19); }
div.DivClassName
{
background-color: #541E13;
}
.BgClassName
{
background-color: #541E13;
}
</style>
border-color css
<style>
span { border-color: #541E13; }
span { border-color: rgb(84,30,19); }
td.TdClassName
{
border-color: #541E13;
}
.TagClassName
{
border-color: #541E13;
}
</style>