Shades of Caput Mortuum #542010
Tints of Caput Mortuum #542010
RGB
CMYK
RGB Variations
Color information
#542010 (or 0x542010) is known color: Caput Mortuum. HEX triplet: 54, 20 and 10. RGB value is (84,32,16). Sum of RGB (Red+Green+Blue) = 84+32+16=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #542010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542010 is #ABDFEF. Grayscale: #2D2D2D. Windows color (decimal): -11263984 or 1056852. OLE color: 1056852.
HSL color Cylindrical-coordinate representation of color #542010: hue angle of 14.12º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542010 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 32 | 16 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.67 |
| HSL | 14.12º | 0.68% | 0.2% | - |
| HSV(B) | 14.12º | 0.81% | 0.33% | - |
| XYZ | 4.27 | 2.96 | 0.84 | - |
| YUV | 45.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 16 | 0 | 0.62 | 0.81 | 0.67 | 14.12 | 0.68 | 0.2 |
| Hex | 54 | 20 | 10 | 0 | 3E | 51 | 43 | E | 44 | 14 |
| Octal | 124 | 40 | 20 | 0 | 76 | 121 | 103 | 16 | 104 | 24 |
| Binary | 1010100 | 100000 | 10000 | 0 | 111110 | 1010001 | 1000011 | 1110 | 1000100 | 10100 |
Color Harmonies of #542010
Complementary color
Monochromatic Colors of #542010
Black with #542010
Text Example
Text Example
White with #542010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542010; }
p { color: rgb(84,32,16); }
H1.HeaderClassName
{
color: #542010;
}
.AnyTagClassName
{
color: #542010;
}
</style>
background-color css
<style>
a { background-color: #542010; }
a { background-color: rgb(84,32,16); }
div.DivClassName
{
background-color: #542010;
}
.BgClassName
{
background-color: #542010;
}
</style>
border-color css
<style>
span { border-color: #542010; }
span { border-color: rgb(84,32,16); }
td.TdClassName
{
border-color: #542010;
}
.TagClassName
{
border-color: #542010;
}
</style>