Shades of Red Oxide #570605
Tints of Red Oxide #570605
RGB
CMYK
RGB Variations
Color information
#570605 (or 0x570605) is known color: Red Oxide. HEX triplet: 57, 06 and 05. RGB value is (87,6,5). Sum of RGB (Red+Green+Blue) = 87+6+5=98 (12% of max value = 765). Red value is 87 (34.38% from 255 or 88.78% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 87 - color contains mainly: red. Hex color #570605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570605 is #A8F9FA. Grayscale: #1E1E1E. Windows color (decimal): -11074043 or 329303. OLE color: 329303.
HSL color Cylindrical-coordinate representation of color #570605: hue angle of 0.73º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570605 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 6 | 5 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.66 |
| HSL | 0.73º | 0.89% | 0.18% | - |
| HSV(B) | 0.73º | 0.94% | 0.34% | - |
| XYZ | 4.02 | 2.17 | 0.35 | - |
| YUV | 30.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 5 | 0 | 0.93 | 0.94 | 0.66 | 0.73 | 0.89 | 0.18 |
| Hex | 57 | 6 | 5 | 0 | 5D | 5E | 42 | 1 | 59 | 12 |
| Octal | 127 | 6 | 5 | 0 | 135 | 136 | 102 | 1 | 131 | 22 |
| Binary | 1010111 | 110 | 101 | 0 | 1011101 | 1011110 | 1000010 | 1 | 1011001 | 10010 |
Color Harmonies of #570605
Complementary color
Monochromatic Colors of #570605
Black with #570605
Text Example
Text Example
White with #570605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570605; }
p { color: rgb(87,6,5); }
H1.HeaderClassName
{
color: #570605;
}
.AnyTagClassName
{
color: #570605;
}
</style>
background-color css
<style>
a { background-color: #570605; }
a { background-color: rgb(87,6,5); }
div.DivClassName
{
background-color: #570605;
}
.BgClassName
{
background-color: #570605;
}
</style>
border-color css
<style>
span { border-color: #570605; }
span { border-color: rgb(87,6,5); }
td.TdClassName
{
border-color: #570605;
}
.TagClassName
{
border-color: #570605;
}
</style>