Shades of Red Oxide #570400
Tints of Red Oxide #570400
RGB
CMYK
RGB Variations
Color information
#570400 (or 0x570400) is known color: Red Oxide. HEX triplet: 57, 04 and 00. RGB value is (87,4,0). Sum of RGB (Red+Green+Blue) = 87+4+0=91 (12% of max value = 765). Red value is 87 (34.38% from 255 or 95.60% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 87 - color contains mainly: red. Hex color #570400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570400 is #A8FBFF. Grayscale: #1C1C1C. Windows color (decimal): -11074560 or 1111. OLE color: 1111.
HSL color Cylindrical-coordinate representation of color #570400: hue angle of 2.76º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570400 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 4 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.66 |
| HSL | 2.76º | 1% | 0.17% | - |
| HSV(B) | 2.76º | 1% | 0.34% | - |
| XYZ | 3.97 | 2.11 | 0.2 | - |
| YUV | 28.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 4 | 0 | 0 | 0.95 | 1 | 0.66 | 2.76 | 1 | 0.17 |
| Hex | 57 | 4 | 0 | 0 | 5F | 64 | 42 | 3 | 64 | 11 |
| Octal | 127 | 4 | 0 | 0 | 137 | 144 | 102 | 3 | 144 | 21 |
| Binary | 1010111 | 100 | 0 | 0 | 1011111 | 1100100 | 1000010 | 11 | 1100100 | 10001 |
Color Harmonies of #570400
Complementary color
Monochromatic Colors of #570400
Black with #570400
Text Example
Text Example
White with #570400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570400; }
p { color: rgb(87,4,0); }
H1.HeaderClassName
{
color: #570400;
}
.AnyTagClassName
{
color: #570400;
}
</style>
background-color css
<style>
a { background-color: #570400; }
a { background-color: rgb(87,4,0); }
div.DivClassName
{
background-color: #570400;
}
.BgClassName
{
background-color: #570400;
}
</style>
border-color css
<style>
span { border-color: #570400; }
span { border-color: rgb(87,4,0); }
td.TdClassName
{
border-color: #570400;
}
.TagClassName
{
border-color: #570400;
}
</style>