Shades of Red Oxide #571E17
Tints of Red Oxide #571E17
RGB
CMYK
RGB Variations
Color information
#571E17 (or 0x571E17) is known color: Red Oxide. HEX triplet: 57, 1E and 17. RGB value is (87,30,23). Sum of RGB (Red+Green+Blue) = 87+30+23=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #571E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571E17 is #A8E1E8. Grayscale: #2E2E2E. Windows color (decimal): -11067881 or 1515095. OLE color: 1515095.
HSL color Cylindrical-coordinate representation of color #571E17: hue angle of 6.56º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #571E17 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 30 | 23 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.66 |
| HSL | 6.56º | 0.58% | 0.22% | - |
| HSV(B) | 6.56º | 0.74% | 0.34% | - |
| XYZ | 4.55 | 3.02 | 1.15 | - |
| YUV | 46.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 23 | 0 | 0.66 | 0.74 | 0.66 | 6.56 | 0.58 | 0.22 |
| Hex | 57 | 1E | 17 | 0 | 42 | 4A | 42 | 7 | 3A | 16 |
| Octal | 127 | 36 | 27 | 0 | 102 | 112 | 102 | 7 | 72 | 26 |
| Binary | 1010111 | 11110 | 10111 | 0 | 1000010 | 1001010 | 1000010 | 111 | 111010 | 10110 |
Color Harmonies of #571E17
Complementary color
Monochromatic Colors of #571E17
Black with #571E17
Text Example
Text Example
White with #571E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E17; }
p { color: rgb(87,30,23); }
H1.HeaderClassName
{
color: #571E17;
}
.AnyTagClassName
{
color: #571E17;
}
</style>
background-color css
<style>
a { background-color: #571E17; }
a { background-color: rgb(87,30,23); }
div.DivClassName
{
background-color: #571E17;
}
.BgClassName
{
background-color: #571E17;
}
</style>
border-color css
<style>
span { border-color: #571E17; }
span { border-color: rgb(87,30,23); }
td.TdClassName
{
border-color: #571E17;
}
.TagClassName
{
border-color: #571E17;
}
</style>