Shades of Red Oxide #571600
Tints of Red Oxide #571600
RGB
CMYK
RGB Variations
Color information
#571600 (or 0x571600) is known color: Red Oxide. HEX triplet: 57, 16 and 00. RGB value is (87,22,0). Sum of RGB (Red+Green+Blue) = 87+22+0=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #571600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571600 is #A8E9FF. Grayscale: #272727. Windows color (decimal): -11069952 or 5719. OLE color: 5719.
HSL color Cylindrical-coordinate representation of color #571600: hue angle of 15.17º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #571600 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 22 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.66 |
| HSL | 15.17º | 1% | 0.17% | - |
| HSV(B) | 15.17º | 1% | 0.34% | - |
| XYZ | 4.22 | 2.6 | 0.28 | - |
| YUV | 38.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 0 | 0 | 0.75 | 1 | 0.66 | 15.17 | 1 | 0.17 |
| Hex | 57 | 16 | 0 | 0 | 4B | 64 | 42 | F | 64 | 11 |
| Octal | 127 | 26 | 0 | 0 | 113 | 144 | 102 | 17 | 144 | 21 |
| Binary | 1010111 | 10110 | 0 | 0 | 1001011 | 1100100 | 1000010 | 1111 | 1100100 | 10001 |
Color Harmonies of #571600
Complementary color
Monochromatic Colors of #571600
Black with #571600
Text Example
Text Example
White with #571600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571600; }
p { color: rgb(87,22,0); }
H1.HeaderClassName
{
color: #571600;
}
.AnyTagClassName
{
color: #571600;
}
</style>
background-color css
<style>
a { background-color: #571600; }
a { background-color: rgb(87,22,0); }
div.DivClassName
{
background-color: #571600;
}
.BgClassName
{
background-color: #571600;
}
</style>
border-color css
<style>
span { border-color: #571600; }
span { border-color: rgb(87,22,0); }
td.TdClassName
{
border-color: #571600;
}
.TagClassName
{
border-color: #571600;
}
</style>