Shades of Caput Mortuum #542A21
Tints of Caput Mortuum #542A21
RGB
CMYK
RGB Variations
Color information
#542A21 (or 0x542A21) is known color: Caput Mortuum. HEX triplet: 54, 2A and 21. RGB value is (84,42,33). Sum of RGB (Red+Green+Blue) = 84+42+33=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #542A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A21 is #ABD5DE. Grayscale: #353535. Windows color (decimal): -11261407 or 2173524. OLE color: 2173524.
HSL color Cylindrical-coordinate representation of color #542A21: hue angle of 10.59º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #542A21 is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 33 | - |
| CMYK | 0 | 0.5 | 0.61 | 0.67 |
| HSL | 10.59º | 0.44% | 0.23% | - |
| HSV(B) | 10.59º | 0.61% | 0.33% | - |
| XYZ | 4.76 | 3.65 | 1.89 | - |
| YUV | 53.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 33 | 0 | 0.5 | 0.61 | 0.67 | 10.59 | 0.44 | 0.23 |
| Hex | 54 | 2A | 21 | 0 | 32 | 3D | 43 | B | 2C | 17 |
| Octal | 124 | 52 | 41 | 0 | 62 | 75 | 103 | 13 | 54 | 27 |
| Binary | 1010100 | 101010 | 100001 | 0 | 110010 | 111101 | 1000011 | 1011 | 101100 | 10111 |
Color Harmonies of #542A21
Complementary color
Monochromatic Colors of #542A21
Black with #542A21
Text Example
Text Example
White with #542A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A21; }
p { color: rgb(84,42,33); }
H1.HeaderClassName
{
color: #542A21;
}
.AnyTagClassName
{
color: #542A21;
}
</style>
background-color css
<style>
a { background-color: #542A21; }
a { background-color: rgb(84,42,33); }
div.DivClassName
{
background-color: #542A21;
}
.BgClassName
{
background-color: #542A21;
}
</style>
border-color css
<style>
span { border-color: #542A21; }
span { border-color: rgb(84,42,33); }
td.TdClassName
{
border-color: #542A21;
}
.TagClassName
{
border-color: #542A21;
}
</style>