Shades of Red Oxide #572121
Tints of Red Oxide #572121
RGB
CMYK
RGB Variations
Color information
#572121 (or 0x572121) is known color: Red Oxide. HEX triplet: 57, 21 and 21. RGB value is (87,33,33). Sum of RGB (Red+Green+Blue) = 87+33+33=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #572121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572121 is #A8DEDE. Grayscale: #313131. Windows color (decimal): -11067103 or 2171223. OLE color: 2171223.
HSL color Cylindrical-coordinate representation of color #572121: hue angle of 0º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #572121 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 33 | 33 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.66 |
| HSL | 0º | 0.45% | 0.24% | - |
| HSV(B) | 0º | 0.62% | 0.34% | - |
| XYZ | 4.75 | 3.22 | 1.81 | - |
| YUV | 49.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 33 | 0 | 0.62 | 0.62 | 0.66 | 0 | 0.45 | 0.24 |
| Hex | 57 | 21 | 21 | 0 | 3E | 3E | 42 | 0 | 2D | 18 |
| Octal | 127 | 41 | 41 | 0 | 76 | 76 | 102 | 0 | 55 | 30 |
| Binary | 1010111 | 100001 | 100001 | 0 | 111110 | 111110 | 1000010 | 0 | 101101 | 11000 |
Color Harmonies of #572121
Complementary color
Monochromatic Colors of #572121
Black with #572121
Text Example
Text Example
White with #572121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572121; }
p { color: rgb(87,33,33); }
H1.HeaderClassName
{
color: #572121;
}
.AnyTagClassName
{
color: #572121;
}
</style>
background-color css
<style>
a { background-color: #572121; }
a { background-color: rgb(87,33,33); }
div.DivClassName
{
background-color: #572121;
}
.BgClassName
{
background-color: #572121;
}
</style>
border-color css
<style>
span { border-color: #572121; }
span { border-color: rgb(87,33,33); }
td.TdClassName
{
border-color: #572121;
}
.TagClassName
{
border-color: #572121;
}
</style>