Shades of Red Oxide #570803
Tints of Red Oxide #570803
RGB
CMYK
RGB Variations
Color information
#570803 (or 0x570803) is known color: Red Oxide. HEX triplet: 57, 08 and 03. RGB value is (87,8,3). Sum of RGB (Red+Green+Blue) = 87+8+3=98 (12% of max value = 765). Red value is 87 (34.38% from 255 or 88.78% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 87 - color contains mainly: red. Hex color #570803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570803 is #A8F7FC. Grayscale: #1F1F1F. Windows color (decimal): -11073533 or 198743. OLE color: 198743.
HSL color Cylindrical-coordinate representation of color #570803: hue angle of 3.57º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570803 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 8 | 3 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.66 |
| HSL | 3.57º | 0.93% | 0.18% | - |
| HSV(B) | 3.57º | 0.97% | 0.34% | - |
| XYZ | 4.03 | 2.21 | 0.3 | - |
| YUV | 31.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 3 | 0 | 0.91 | 0.97 | 0.66 | 3.57 | 0.93 | 0.18 |
| Hex | 57 | 8 | 3 | 0 | 5B | 61 | 42 | 4 | 5D | 12 |
| Octal | 127 | 10 | 3 | 0 | 133 | 141 | 102 | 4 | 135 | 22 |
| Binary | 1010111 | 1000 | 11 | 0 | 1011011 | 1100001 | 1000010 | 100 | 1011101 | 10010 |
Color Harmonies of #570803
Complementary color
Monochromatic Colors of #570803
Black with #570803
Text Example
Text Example
White with #570803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570803; }
p { color: rgb(87,8,3); }
H1.HeaderClassName
{
color: #570803;
}
.AnyTagClassName
{
color: #570803;
}
</style>
background-color css
<style>
a { background-color: #570803; }
a { background-color: rgb(87,8,3); }
div.DivClassName
{
background-color: #570803;
}
.BgClassName
{
background-color: #570803;
}
</style>
border-color css
<style>
span { border-color: #570803; }
span { border-color: rgb(87,8,3); }
td.TdClassName
{
border-color: #570803;
}
.TagClassName
{
border-color: #570803;
}
</style>