Shades of Red Oxide #571A11
Tints of Red Oxide #571A11
RGB
CMYK
RGB Variations
Color information
#571A11 (or 0x571A11) is known color: Red Oxide. HEX triplet: 57, 1A and 11. RGB value is (87,26,17). Sum of RGB (Red+Green+Blue) = 87+26+17=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #571A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571A11 is #A8E5EE. Grayscale: #2B2B2B. Windows color (decimal): -11068911 or 1120855. OLE color: 1120855.
HSL color Cylindrical-coordinate representation of color #571A11: hue angle of 7.71º 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 #571A11 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 26 | 17 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.66 |
| HSL | 7.71º | 0.67% | 0.2% | - |
| HSV(B) | 7.71º | 0.8% | 0.34% | - |
| XYZ | 4.4 | 2.81 | 0.84 | - |
| YUV | 43.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 17 | 0 | 0.70 | 0.80 | 0.66 | 7.71 | 0.67 | 0.2 |
| Hex | 57 | 1A | 11 | 0 | 46 | 50 | 42 | 8 | 43 | 14 |
| Octal | 127 | 32 | 21 | 0 | 106 | 120 | 102 | 10 | 103 | 24 |
| Binary | 1010111 | 11010 | 10001 | 0 | 1000110 | 1010000 | 1000010 | 1000 | 1000011 | 10100 |
Color Harmonies of #571A11
Complementary color
Monochromatic Colors of #571A11
Black with #571A11
Text Example
Text Example
White with #571A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A11; }
p { color: rgb(87,26,17); }
H1.HeaderClassName
{
color: #571A11;
}
.AnyTagClassName
{
color: #571A11;
}
</style>
background-color css
<style>
a { background-color: #571A11; }
a { background-color: rgb(87,26,17); }
div.DivClassName
{
background-color: #571A11;
}
.BgClassName
{
background-color: #571A11;
}
</style>
border-color css
<style>
span { border-color: #571A11; }
span { border-color: rgb(87,26,17); }
td.TdClassName
{
border-color: #571A11;
}
.TagClassName
{
border-color: #571A11;
}
</style>