Shades of Caput Mortuum #541C11
Tints of Caput Mortuum #541C11
RGB
CMYK
RGB Variations
Color information
#541C11 (or 0x541C11) is known color: Caput Mortuum. HEX triplet: 54, 1C and 11. RGB value is (84,28,17). Sum of RGB (Red+Green+Blue) = 84+28+17=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #541C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541C11 is #ABE3EE. Grayscale: #2B2B2B. Windows color (decimal): -11265007 or 1121364. OLE color: 1121364.
HSL color Cylindrical-coordinate representation of color #541C11: hue angle of 9.85º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541C11 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 28 | 17 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.67 |
| HSL | 9.85º | 0.66% | 0.2% | - |
| HSV(B) | 9.85º | 0.8% | 0.33% | - |
| XYZ | 4.17 | 2.76 | 0.84 | - |
| YUV | 43.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 17 | 0 | 0.67 | 0.80 | 0.67 | 9.85 | 0.66 | 0.2 |
| Hex | 54 | 1C | 11 | 0 | 43 | 50 | 43 | A | 42 | 14 |
| Octal | 124 | 34 | 21 | 0 | 103 | 120 | 103 | 12 | 102 | 24 |
| Binary | 1010100 | 11100 | 10001 | 0 | 1000011 | 1010000 | 1000011 | 1010 | 1000010 | 10100 |
Color Harmonies of #541C11
Complementary color
Monochromatic Colors of #541C11
Black with #541C11
Text Example
Text Example
White with #541C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541C11; }
p { color: rgb(84,28,17); }
H1.HeaderClassName
{
color: #541C11;
}
.AnyTagClassName
{
color: #541C11;
}
</style>
background-color css
<style>
a { background-color: #541C11; }
a { background-color: rgb(84,28,17); }
div.DivClassName
{
background-color: #541C11;
}
.BgClassName
{
background-color: #541C11;
}
</style>
border-color css
<style>
span { border-color: #541C11; }
span { border-color: rgb(84,28,17); }
td.TdClassName
{
border-color: #541C11;
}
.TagClassName
{
border-color: #541C11;
}
</style>