Shades of Caput Mortuum #541E0F
Tints of Caput Mortuum #541E0F
RGB
CMYK
RGB Variations
Color information
#541E0F (or 0x541E0F) is known color: Caput Mortuum. HEX triplet: 54, 1E and 0F. RGB value is (84,30,15). Sum of RGB (Red+Green+Blue) = 84+30+15=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #541E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541E0F is #ABE1F0. Grayscale: #2C2C2C. Windows color (decimal): -11264497 or 990804. OLE color: 990804.
HSL color Cylindrical-coordinate representation of color #541E0F: hue angle of 13.04º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541E0F is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 30 | 15 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.67 |
| HSL | 13.04º | 0.7% | 0.19% | - |
| HSV(B) | 13.04º | 0.82% | 0.33% | - |
| XYZ | 4.21 | 2.85 | 0.78 | - |
| YUV | 44.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 15 | 0 | 0.64 | 0.82 | 0.67 | 13.04 | 0.7 | 0.19 |
| Hex | 54 | 1E | F | 0 | 40 | 52 | 43 | D | 46 | 13 |
| Octal | 124 | 36 | 17 | 0 | 100 | 122 | 103 | 15 | 106 | 23 |
| Binary | 1010100 | 11110 | 1111 | 0 | 1000000 | 1010010 | 1000011 | 1101 | 1000110 | 10011 |
Color Harmonies of #541E0F
Complementary color
Monochromatic Colors of #541E0F
Black with #541E0F
Text Example
Text Example
White with #541E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541E0F; }
p { color: rgb(84,30,15); }
H1.HeaderClassName
{
color: #541E0F;
}
.AnyTagClassName
{
color: #541E0F;
}
</style>
background-color css
<style>
a { background-color: #541E0F; }
a { background-color: rgb(84,30,15); }
div.DivClassName
{
background-color: #541E0F;
}
.BgClassName
{
background-color: #541E0F;
}
</style>
border-color css
<style>
span { border-color: #541E0F; }
span { border-color: rgb(84,30,15); }
td.TdClassName
{
border-color: #541E0F;
}
.TagClassName
{
border-color: #541E0F;
}
</style>