Shades of Caput Mortuum #541E17
Tints of Caput Mortuum #541E17
RGB
CMYK
RGB Variations
Color information
#541E17 (or 0x541E17) is known color: Caput Mortuum. HEX triplet: 54, 1E and 17. RGB value is (84,30,23). Sum of RGB (Red+Green+Blue) = 84+30+23=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 23 (9.38% from 255 or 16.79% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #541E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541E17 is #ABE1E8. Grayscale: #2D2D2D. Windows color (decimal): -11264489 or 1515092. OLE color: 1515092.
HSL color Cylindrical-coordinate representation of color #541E17: hue angle of 6.89º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #541E17 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 30 | 23 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.67 |
| HSL | 6.89º | 0.57% | 0.21% | - |
| HSV(B) | 6.89º | 0.73% | 0.33% | - |
| XYZ | 4.28 | 2.88 | 1.14 | - |
| YUV | 45.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 23 | 0 | 0.64 | 0.73 | 0.67 | 6.89 | 0.57 | 0.21 |
| Hex | 54 | 1E | 17 | 0 | 40 | 49 | 43 | 7 | 39 | 15 |
| Octal | 124 | 36 | 27 | 0 | 100 | 111 | 103 | 7 | 71 | 25 |
| Binary | 1010100 | 11110 | 10111 | 0 | 1000000 | 1001001 | 1000011 | 111 | 111001 | 10101 |
Color Harmonies of #541E17
Complementary color
Monochromatic Colors of #541E17
Black with #541E17
Text Example
Text Example
White with #541E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541E17; }
p { color: rgb(84,30,23); }
H1.HeaderClassName
{
color: #541E17;
}
.AnyTagClassName
{
color: #541E17;
}
</style>
background-color css
<style>
a { background-color: #541E17; }
a { background-color: rgb(84,30,23); }
div.DivClassName
{
background-color: #541E17;
}
.BgClassName
{
background-color: #541E17;
}
</style>
border-color css
<style>
span { border-color: #541E17; }
span { border-color: rgb(84,30,23); }
td.TdClassName
{
border-color: #541E17;
}
.TagClassName
{
border-color: #541E17;
}
</style>