Shades of Caput Mortuum #542A1F
Tints of Caput Mortuum #542A1F
RGB
CMYK
RGB Variations
Color information
#542A1F (or 0x542A1F) is known color: Caput Mortuum. HEX triplet: 54, 2A and 1F. RGB value is (84,42,31). Sum of RGB (Red+Green+Blue) = 84+42+31=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #542A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A1F is #ABD5E0. Grayscale: #353535. Windows color (decimal): -11261409 or 2042452. OLE color: 2042452.
HSL color Cylindrical-coordinate representation of color #542A1F: hue angle of 12.45º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #542A1F is Cyan = 0, Magento = 0.5, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 31 | - |
| CMYK | 0 | 0.5 | 0.63 | 0.67 |
| HSL | 12.45º | 0.46% | 0.23% | - |
| HSV(B) | 12.45º | 0.63% | 0.33% | - |
| XYZ | 4.73 | 3.64 | 1.75 | - |
| YUV | 53.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 31 | 0 | 0.5 | 0.63 | 0.67 | 12.45 | 0.46 | 0.23 |
| Hex | 54 | 2A | 1F | 0 | 32 | 3F | 43 | C | 2E | 17 |
| Octal | 124 | 52 | 37 | 0 | 62 | 77 | 103 | 14 | 56 | 27 |
| Binary | 1010100 | 101010 | 11111 | 0 | 110010 | 111111 | 1000011 | 1100 | 101110 | 10111 |
Color Harmonies of #542A1F
Complementary color
Monochromatic Colors of #542A1F
Black with #542A1F
Text Example
Text Example
White with #542A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A1F; }
p { color: rgb(84,42,31); }
H1.HeaderClassName
{
color: #542A1F;
}
.AnyTagClassName
{
color: #542A1F;
}
</style>
background-color css
<style>
a { background-color: #542A1F; }
a { background-color: rgb(84,42,31); }
div.DivClassName
{
background-color: #542A1F;
}
.BgClassName
{
background-color: #542A1F;
}
</style>
border-color css
<style>
span { border-color: #542A1F; }
span { border-color: rgb(84,42,31); }
td.TdClassName
{
border-color: #542A1F;
}
.TagClassName
{
border-color: #542A1F;
}
</style>