Shades of Red Oxide #570706
Tints of Red Oxide #570706
RGB
CMYK
RGB Variations
Color information
#570706 (or 0x570706) is known color: Red Oxide. HEX triplet: 57, 07 and 06. RGB value is (87,7,6). Sum of RGB (Red+Green+Blue) = 87+7+6=100 (13% of max value = 765). Red value is 87 (34.38% from 255 or 87% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 87 - color contains mainly: red. Hex color #570706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570706 is #A8F8F9. Grayscale: #1E1E1E. Windows color (decimal): -11073786 or 395095. OLE color: 395095.
HSL color Cylindrical-coordinate representation of color #570706: hue angle of 0.74º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570706 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 7 | 6 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.66 |
| HSL | 0.74º | 0.87% | 0.18% | - |
| HSV(B) | 0.74º | 0.93% | 0.34% | - |
| XYZ | 4.04 | 2.19 | 0.38 | - |
| YUV | 30.81 | 114 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 6 | 0 | 0.92 | 0.93 | 0.66 | 0.74 | 0.87 | 0.18 |
| Hex | 57 | 7 | 6 | 0 | 5C | 5D | 42 | 1 | 57 | 12 |
| Octal | 127 | 7 | 6 | 0 | 134 | 135 | 102 | 1 | 127 | 22 |
| Binary | 1010111 | 111 | 110 | 0 | 1011100 | 1011101 | 1000010 | 1 | 1010111 | 10010 |
Color Harmonies of #570706
Complementary color
Monochromatic Colors of #570706
Black with #570706
Text Example
Text Example
White with #570706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570706; }
p { color: rgb(87,7,6); }
H1.HeaderClassName
{
color: #570706;
}
.AnyTagClassName
{
color: #570706;
}
</style>
background-color css
<style>
a { background-color: #570706; }
a { background-color: rgb(87,7,6); }
div.DivClassName
{
background-color: #570706;
}
.BgClassName
{
background-color: #570706;
}
</style>
border-color css
<style>
span { border-color: #570706; }
span { border-color: rgb(87,7,6); }
td.TdClassName
{
border-color: #570706;
}
.TagClassName
{
border-color: #570706;
}
</style>