Shades of Caput Mortuum #541A0D
Tints of Caput Mortuum #541A0D
RGB
CMYK
RGB Variations
Color information
#541A0D (or 0x541A0D) is known color: Caput Mortuum. HEX triplet: 54, 1A and 0D. RGB value is (84,26,13). Sum of RGB (Red+Green+Blue) = 84+26+13=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #541A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541A0D is #ABE5F2. Grayscale: #292929. Windows color (decimal): -11265523 or 858708. OLE color: 858708.
HSL color Cylindrical-coordinate representation of color #541A0D: hue angle of 10.99º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541A0D is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 26 | 13 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.67 |
| HSL | 10.99º | 0.73% | 0.19% | - |
| HSV(B) | 10.99º | 0.85% | 0.33% | - |
| XYZ | 4.1 | 2.65 | 0.68 | - |
| YUV | 41.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 13 | 0 | 0.69 | 0.85 | 0.67 | 10.99 | 0.73 | 0.19 |
| Hex | 54 | 1A | D | 0 | 45 | 55 | 43 | B | 49 | 13 |
| Octal | 124 | 32 | 15 | 0 | 105 | 125 | 103 | 13 | 111 | 23 |
| Binary | 1010100 | 11010 | 1101 | 0 | 1000101 | 1010101 | 1000011 | 1011 | 1001001 | 10011 |
Color Harmonies of #541A0D
Complementary color
Monochromatic Colors of #541A0D
Black with #541A0D
Text Example
Text Example
White with #541A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541A0D; }
p { color: rgb(84,26,13); }
H1.HeaderClassName
{
color: #541A0D;
}
.AnyTagClassName
{
color: #541A0D;
}
</style>
background-color css
<style>
a { background-color: #541A0D; }
a { background-color: rgb(84,26,13); }
div.DivClassName
{
background-color: #541A0D;
}
.BgClassName
{
background-color: #541A0D;
}
</style>
border-color css
<style>
span { border-color: #541A0D; }
span { border-color: rgb(84,26,13); }
td.TdClassName
{
border-color: #541A0D;
}
.TagClassName
{
border-color: #541A0D;
}
</style>