Shades of Red Oxide #571911
Tints of Red Oxide #571911
RGB
CMYK
RGB Variations
Color information
#571911 (or 0x571911) is known color: Red Oxide. HEX triplet: 57, 19 and 11. RGB value is (87,25,17). Sum of RGB (Red+Green+Blue) = 87+25+17=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #571911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571911 is #A8E6EE. Grayscale: #2A2A2A. Windows color (decimal): -11069167 or 1120599. OLE color: 1120599.
HSL color Cylindrical-coordinate representation of color #571911: hue angle of 6.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571911 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 25 | 17 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.66 |
| HSL | 6.86º | 0.67% | 0.2% | - |
| HSV(B) | 6.86º | 0.8% | 0.34% | - |
| XYZ | 4.38 | 2.76 | 0.83 | - |
| YUV | 42.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 17 | 0 | 0.71 | 0.80 | 0.66 | 6.86 | 0.67 | 0.2 |
| Hex | 57 | 19 | 11 | 0 | 47 | 50 | 42 | 7 | 43 | 14 |
| Octal | 127 | 31 | 21 | 0 | 107 | 120 | 102 | 7 | 103 | 24 |
| Binary | 1010111 | 11001 | 10001 | 0 | 1000111 | 1010000 | 1000010 | 111 | 1000011 | 10100 |
Color Harmonies of #571911
Complementary color
Monochromatic Colors of #571911
Black with #571911
Text Example
Text Example
White with #571911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571911; }
p { color: rgb(87,25,17); }
H1.HeaderClassName
{
color: #571911;
}
.AnyTagClassName
{
color: #571911;
}
</style>
background-color css
<style>
a { background-color: #571911; }
a { background-color: rgb(87,25,17); }
div.DivClassName
{
background-color: #571911;
}
.BgClassName
{
background-color: #571911;
}
</style>
border-color css
<style>
span { border-color: #571911; }
span { border-color: rgb(87,25,17); }
td.TdClassName
{
border-color: #571911;
}
.TagClassName
{
border-color: #571911;
}
</style>