Shades of Red Oxide #570705
Tints of Red Oxide #570705
RGB
CMYK
RGB Variations
Color information
#570705 (or 0x570705) is known color: Red Oxide. HEX triplet: 57, 07 and 05. RGB value is (87,7,5). Sum of RGB (Red+Green+Blue) = 87+7+5=99 (13% of max value = 765). Red value is 87 (34.38% from 255 or 87.88% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 87 - color contains mainly: red. Hex color #570705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570705 is #A8F8FA. Grayscale: #1E1E1E. Windows color (decimal): -11073787 or 329559. OLE color: 329559.
HSL color Cylindrical-coordinate representation of color #570705: hue angle of 1.46º 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 #570705 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 7 | 5 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.66 |
| HSL | 1.46º | 0.89% | 0.18% | - |
| HSV(B) | 1.46º | 0.94% | 0.34% | - |
| XYZ | 4.03 | 2.19 | 0.35 | - |
| YUV | 30.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 5 | 0 | 0.92 | 0.94 | 0.66 | 1.46 | 0.89 | 0.18 |
| Hex | 57 | 7 | 5 | 0 | 5C | 5E | 42 | 1 | 59 | 12 |
| Octal | 127 | 7 | 5 | 0 | 134 | 136 | 102 | 1 | 131 | 22 |
| Binary | 1010111 | 111 | 101 | 0 | 1011100 | 1011110 | 1000010 | 1 | 1011001 | 10010 |
Color Harmonies of #570705
Complementary color
Monochromatic Colors of #570705
Black with #570705
Text Example
Text Example
White with #570705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570705; }
p { color: rgb(87,7,5); }
H1.HeaderClassName
{
color: #570705;
}
.AnyTagClassName
{
color: #570705;
}
</style>
background-color css
<style>
a { background-color: #570705; }
a { background-color: rgb(87,7,5); }
div.DivClassName
{
background-color: #570705;
}
.BgClassName
{
background-color: #570705;
}
</style>
border-color css
<style>
span { border-color: #570705; }
span { border-color: rgb(87,7,5); }
td.TdClassName
{
border-color: #570705;
}
.TagClassName
{
border-color: #570705;
}
</style>