Shades of Caput Mortuum #541D15
Tints of Caput Mortuum #541D15
RGB
CMYK
RGB Variations
Color information
#541D15 (or 0x541D15) is known color: Caput Mortuum. HEX triplet: 54, 1D and 15. RGB value is (84,29,21). Sum of RGB (Red+Green+Blue) = 84+29+21=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #541D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D15 is #ABE2EA. Grayscale: #2C2C2C. Windows color (decimal): -11264747 or 1383764. OLE color: 1383764.
HSL color Cylindrical-coordinate representation of color #541D15: hue angle of 7.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #541D15 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 21 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.67 |
| HSL | 7.62º | 0.6% | 0.21% | - |
| HSV(B) | 7.62º | 0.75% | 0.33% | - |
| XYZ | 4.23 | 2.82 | 1.03 | - |
| YUV | 44.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 21 | 0 | 0.65 | 0.75 | 0.67 | 7.62 | 0.6 | 0.21 |
| Hex | 54 | 1D | 15 | 0 | 41 | 4B | 43 | 8 | 3C | 15 |
| Octal | 124 | 35 | 25 | 0 | 101 | 113 | 103 | 10 | 74 | 25 |
| Binary | 1010100 | 11101 | 10101 | 0 | 1000001 | 1001011 | 1000011 | 1000 | 111100 | 10101 |
Color Harmonies of #541D15
Complementary color
Monochromatic Colors of #541D15
Black with #541D15
Text Example
Text Example
White with #541D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D15; }
p { color: rgb(84,29,21); }
H1.HeaderClassName
{
color: #541D15;
}
.AnyTagClassName
{
color: #541D15;
}
</style>
background-color css
<style>
a { background-color: #541D15; }
a { background-color: rgb(84,29,21); }
div.DivClassName
{
background-color: #541D15;
}
.BgClassName
{
background-color: #541D15;
}
</style>
border-color css
<style>
span { border-color: #541D15; }
span { border-color: rgb(84,29,21); }
td.TdClassName
{
border-color: #541D15;
}
.TagClassName
{
border-color: #541D15;
}
</style>