Shades of Red Oxide #571F1A
Tints of Red Oxide #571F1A
RGB
CMYK
RGB Variations
Color information
#571F1A (or 0x571F1A) is known color: Red Oxide. HEX triplet: 57, 1F and 1A. RGB value is (87,31,26). Sum of RGB (Red+Green+Blue) = 87+31+26=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #571F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F1A is #A8E0E5. Grayscale: #2F2F2F. Windows color (decimal): -11067622 or 1711959. OLE color: 1711959.
HSL color Cylindrical-coordinate representation of color #571F1A: hue angle of 4.92º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571F1A is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 31 | 26 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.66 |
| HSL | 4.92º | 0.54% | 0.22% | - |
| HSV(B) | 4.92º | 0.7% | 0.34% | - |
| XYZ | 4.61 | 3.08 | 1.33 | - |
| YUV | 47.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 31 | 26 | 0 | 0.64 | 0.70 | 0.66 | 4.92 | 0.54 | 0.22 |
| Hex | 57 | 1F | 1A | 0 | 40 | 46 | 42 | 5 | 36 | 16 |
| Octal | 127 | 37 | 32 | 0 | 100 | 106 | 102 | 5 | 66 | 26 |
| Binary | 1010111 | 11111 | 11010 | 0 | 1000000 | 1000110 | 1000010 | 101 | 110110 | 10110 |
Color Harmonies of #571F1A
Complementary color
Monochromatic Colors of #571F1A
Black with #571F1A
Text Example
Text Example
White with #571F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571F1A; }
p { color: rgb(87,31,26); }
H1.HeaderClassName
{
color: #571F1A;
}
.AnyTagClassName
{
color: #571F1A;
}
</style>
background-color css
<style>
a { background-color: #571F1A; }
a { background-color: rgb(87,31,26); }
div.DivClassName
{
background-color: #571F1A;
}
.BgClassName
{
background-color: #571F1A;
}
</style>
border-color css
<style>
span { border-color: #571F1A; }
span { border-color: rgb(87,31,26); }
td.TdClassName
{
border-color: #571F1A;
}
.TagClassName
{
border-color: #571F1A;
}
</style>