Shades of Red Oxide #571D15
Tints of Red Oxide #571D15
RGB
CMYK
RGB Variations
Color information
#571D15 (or 0x571D15) is known color: Red Oxide. HEX triplet: 57, 1D and 15. RGB value is (87,29,21). Sum of RGB (Red+Green+Blue) = 87+29+21=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #571D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571D15 is #A8E2EA. Grayscale: #2D2D2D. Windows color (decimal): -11068139 or 1383767. OLE color: 1383767.
HSL color Cylindrical-coordinate representation of color #571D15: hue angle of 7.27º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #571D15 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 29 | 21 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.66 |
| HSL | 7.27º | 0.61% | 0.21% | - |
| HSV(B) | 7.27º | 0.76% | 0.34% | - |
| XYZ | 4.51 | 2.96 | 1.04 | - |
| YUV | 45.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 29 | 21 | 0 | 0.67 | 0.76 | 0.66 | 7.27 | 0.61 | 0.21 |
| Hex | 57 | 1D | 15 | 0 | 43 | 4C | 42 | 7 | 3D | 15 |
| Octal | 127 | 35 | 25 | 0 | 103 | 114 | 102 | 7 | 75 | 25 |
| Binary | 1010111 | 11101 | 10101 | 0 | 1000011 | 1001100 | 1000010 | 111 | 111101 | 10101 |
Color Harmonies of #571D15
Complementary color
Monochromatic Colors of #571D15
Black with #571D15
Text Example
Text Example
White with #571D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571D15; }
p { color: rgb(87,29,21); }
H1.HeaderClassName
{
color: #571D15;
}
.AnyTagClassName
{
color: #571D15;
}
</style>
background-color css
<style>
a { background-color: #571D15; }
a { background-color: rgb(87,29,21); }
div.DivClassName
{
background-color: #571D15;
}
.BgClassName
{
background-color: #571D15;
}
</style>
border-color css
<style>
span { border-color: #571D15; }
span { border-color: rgb(87,29,21); }
td.TdClassName
{
border-color: #571D15;
}
.TagClassName
{
border-color: #571D15;
}
</style>