Shades of Red Oxide #571309
Tints of Red Oxide #571309
RGB
CMYK
RGB Variations
Color information
#571309 (or 0x571309) is known color: Red Oxide. HEX triplet: 57, 13 and 09. RGB value is (87,19,9). Sum of RGB (Red+Green+Blue) = 87+19+9=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #571309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571309 is #A8ECF6. Grayscale: #262626. Windows color (decimal): -11070711 or 594775. OLE color: 594775.
HSL color Cylindrical-coordinate representation of color #571309: hue angle of 7.69º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #571309 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 19 | 9 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.66 |
| HSL | 7.69º | 0.81% | 0.19% | - |
| HSV(B) | 7.69º | 0.9% | 0.34% | - |
| XYZ | 4.21 | 2.51 | 0.52 | - |
| YUV | 38.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 19 | 9 | 0 | 0.78 | 0.90 | 0.66 | 7.69 | 0.81 | 0.19 |
| Hex | 57 | 13 | 9 | 0 | 4E | 5A | 42 | 8 | 51 | 13 |
| Octal | 127 | 23 | 11 | 0 | 116 | 132 | 102 | 10 | 121 | 23 |
| Binary | 1010111 | 10011 | 1001 | 0 | 1001110 | 1011010 | 1000010 | 1000 | 1010001 | 10011 |
Color Harmonies of #571309
Complementary color
Monochromatic Colors of #571309
Black with #571309
Text Example
Text Example
White with #571309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571309; }
p { color: rgb(87,19,9); }
H1.HeaderClassName
{
color: #571309;
}
.AnyTagClassName
{
color: #571309;
}
</style>
background-color css
<style>
a { background-color: #571309; }
a { background-color: rgb(87,19,9); }
div.DivClassName
{
background-color: #571309;
}
.BgClassName
{
background-color: #571309;
}
</style>
border-color css
<style>
span { border-color: #571309; }
span { border-color: rgb(87,19,9); }
td.TdClassName
{
border-color: #571309;
}
.TagClassName
{
border-color: #571309;
}
</style>