Shades of Red Oxide #572423
Tints of Red Oxide #572423
RGB
CMYK
RGB Variations
Color information
#572423 (or 0x572423) is known color: Red Oxide. HEX triplet: 57, 24 and 23. RGB value is (87,36,35). Sum of RGB (Red+Green+Blue) = 87+36+35=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #572423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572423 is #A8DBDC. Grayscale: #333333. Windows color (decimal): -11066333 or 2303063. OLE color: 2303063.
HSL color Cylindrical-coordinate representation of color #572423: hue angle of 1.15º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #572423 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 36 | 35 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.66 |
| HSL | 1.15º | 0.43% | 0.24% | - |
| HSV(B) | 1.15º | 0.6% | 0.34% | - |
| XYZ | 4.86 | 3.41 | 1.99 | - |
| YUV | 51.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 36 | 35 | 0 | 0.59 | 0.60 | 0.66 | 1.15 | 0.43 | 0.24 |
| Hex | 57 | 24 | 23 | 0 | 3B | 3C | 42 | 1 | 2B | 18 |
| Octal | 127 | 44 | 43 | 0 | 73 | 74 | 102 | 1 | 53 | 30 |
| Binary | 1010111 | 100100 | 100011 | 0 | 111011 | 111100 | 1000010 | 1 | 101011 | 11000 |
Color Harmonies of #572423
Complementary color
Monochromatic Colors of #572423
Black with #572423
Text Example
Text Example
White with #572423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572423; }
p { color: rgb(87,36,35); }
H1.HeaderClassName
{
color: #572423;
}
.AnyTagClassName
{
color: #572423;
}
</style>
background-color css
<style>
a { background-color: #572423; }
a { background-color: rgb(87,36,35); }
div.DivClassName
{
background-color: #572423;
}
.BgClassName
{
background-color: #572423;
}
</style>
border-color css
<style>
span { border-color: #572423; }
span { border-color: rgb(87,36,35); }
td.TdClassName
{
border-color: #572423;
}
.TagClassName
{
border-color: #572423;
}
</style>