Shades of Red Oxide #542323
Tints of Red Oxide #542323
RGB
CMYK
RGB Variations
Color information
#542323 (or 0x542323) is known color: Red Oxide. HEX triplet: 54, 23 and 23. RGB value is (84,35,35). Sum of RGB (Red+Green+Blue) = 84+35+35=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #542323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542323 is #ABDCDC. Grayscale: #313131. Windows color (decimal): -11263197 or 2302804. OLE color: 2302804.
HSL color Cylindrical-coordinate representation of color #542323: hue angle of 0º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #542323 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 35 | 35 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.67 |
| HSL | 0º | 0.41% | 0.23% | - |
| HSV(B) | 0º | 0.58% | 0.33% | - |
| XYZ | 4.56 | 3.21 | 1.97 | - |
| YUV | 49.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 35 | 35 | 0 | 0.58 | 0.58 | 0.67 | 0 | 0.41 | 0.23 |
| Hex | 54 | 23 | 23 | 0 | 3A | 3A | 43 | 0 | 29 | 17 |
| Octal | 124 | 43 | 43 | 0 | 72 | 72 | 103 | 0 | 51 | 27 |
| Binary | 1010100 | 100011 | 100011 | 0 | 111010 | 111010 | 1000011 | 0 | 101001 | 10111 |
Color Harmonies of #542323
Complementary color
Monochromatic Colors of #542323
Black with #542323
Text Example
Text Example
White with #542323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542323; }
p { color: rgb(84,35,35); }
H1.HeaderClassName
{
color: #542323;
}
.AnyTagClassName
{
color: #542323;
}
</style>
background-color css
<style>
a { background-color: #542323; }
a { background-color: rgb(84,35,35); }
div.DivClassName
{
background-color: #542323;
}
.BgClassName
{
background-color: #542323;
}
</style>
border-color css
<style>
span { border-color: #542323; }
span { border-color: rgb(84,35,35); }
td.TdClassName
{
border-color: #542323;
}
.TagClassName
{
border-color: #542323;
}
</style>