Shades of Red Oxide #570908
Tints of Red Oxide #570908
RGB
CMYK
RGB Variations
Color information
#570908 (or 0x570908) is known color: Red Oxide. HEX triplet: 57, 09 and 08. RGB value is (87,9,8). Sum of RGB (Red+Green+Blue) = 87+9+8=104 (13% of max value = 765). Red value is 87 (34.38% from 255 or 83.65% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 87 - color contains mainly: red. Hex color #570908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570908 is #A8F6F7. Grayscale: #202020. Windows color (decimal): -11073272 or 526679. OLE color: 526679.
HSL color Cylindrical-coordinate representation of color #570908: hue angle of 0.76º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570908 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 9 | 8 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.66 |
| HSL | 0.76º | 0.83% | 0.19% | - |
| HSV(B) | 0.76º | 0.91% | 0.34% | - |
| XYZ | 4.07 | 2.24 | 0.45 | - |
| YUV | 32.21 | 114.34 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 8 | 0 | 0.90 | 0.91 | 0.66 | 0.76 | 0.83 | 0.19 |
| Hex | 57 | 9 | 8 | 0 | 5A | 5B | 42 | 1 | 53 | 13 |
| Octal | 127 | 11 | 10 | 0 | 132 | 133 | 102 | 1 | 123 | 23 |
| Binary | 1010111 | 1001 | 1000 | 0 | 1011010 | 1011011 | 1000010 | 1 | 1010011 | 10011 |
Color Harmonies of #570908
Complementary color
Monochromatic Colors of #570908
Black with #570908
Text Example
Text Example
White with #570908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570908; }
p { color: rgb(87,9,8); }
H1.HeaderClassName
{
color: #570908;
}
.AnyTagClassName
{
color: #570908;
}
</style>
background-color css
<style>
a { background-color: #570908; }
a { background-color: rgb(87,9,8); }
div.DivClassName
{
background-color: #570908;
}
.BgClassName
{
background-color: #570908;
}
</style>
border-color css
<style>
span { border-color: #570908; }
span { border-color: rgb(87,9,8); }
td.TdClassName
{
border-color: #570908;
}
.TagClassName
{
border-color: #570908;
}
</style>