Shades of Red Oxide #542120
Tints of Red Oxide #542120
RGB
CMYK
RGB Variations
Color information
#542120 (or 0x542120) is known color: Red Oxide. HEX triplet: 54, 21 and 20. RGB value is (84,33,32). Sum of RGB (Red+Green+Blue) = 84+33+32=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #542120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542120 is #ABDEDF. Grayscale: #303030. Windows color (decimal): -11263712 or 2105684. OLE color: 2105684.
HSL color Cylindrical-coordinate representation of color #542120: hue angle of 1.15º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #542120 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 33 | 32 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.67 |
| HSL | 1.15º | 0.45% | 0.23% | - |
| HSV(B) | 1.15º | 0.62% | 0.33% | - |
| XYZ | 4.46 | 3.08 | 1.73 | - |
| YUV | 48.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 32 | 0 | 0.61 | 0.62 | 0.67 | 1.15 | 0.45 | 0.23 |
| Hex | 54 | 21 | 20 | 0 | 3D | 3E | 43 | 1 | 2D | 17 |
| Octal | 124 | 41 | 40 | 0 | 75 | 76 | 103 | 1 | 55 | 27 |
| Binary | 1010100 | 100001 | 100000 | 0 | 111101 | 111110 | 1000011 | 1 | 101101 | 10111 |
Color Harmonies of #542120
Complementary color
Monochromatic Colors of #542120
Black with #542120
Text Example
Text Example
White with #542120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542120; }
p { color: rgb(84,33,32); }
H1.HeaderClassName
{
color: #542120;
}
.AnyTagClassName
{
color: #542120;
}
</style>
background-color css
<style>
a { background-color: #542120; }
a { background-color: rgb(84,33,32); }
div.DivClassName
{
background-color: #542120;
}
.BgClassName
{
background-color: #542120;
}
</style>
border-color css
<style>
span { border-color: #542120; }
span { border-color: rgb(84,33,32); }
td.TdClassName
{
border-color: #542120;
}
.TagClassName
{
border-color: #542120;
}
</style>