Shades of Red Oxide #571A13
Tints of Red Oxide #571A13
RGB
CMYK
RGB Variations
Color information
#571A13 (or 0x571A13) is known color: Red Oxide. HEX triplet: 57, 1A and 13. RGB value is (87,26,19). Sum of RGB (Red+Green+Blue) = 87+26+19=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #571A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571A13 is #A8E5EC. Grayscale: #2B2B2B. Windows color (decimal): -11068909 or 1251927. OLE color: 1251927.
HSL color Cylindrical-coordinate representation of color #571A13: hue angle of 6.18º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #571A13 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 26 | 19 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.66 |
| HSL | 6.18º | 0.64% | 0.21% | - |
| HSV(B) | 6.18º | 0.78% | 0.34% | - |
| XYZ | 4.42 | 2.81 | 0.93 | - |
| YUV | 43.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 19 | 0 | 0.70 | 0.78 | 0.66 | 6.18 | 0.64 | 0.21 |
| Hex | 57 | 1A | 13 | 0 | 46 | 4E | 42 | 6 | 40 | 15 |
| Octal | 127 | 32 | 23 | 0 | 106 | 116 | 102 | 6 | 100 | 25 |
| Binary | 1010111 | 11010 | 10011 | 0 | 1000110 | 1001110 | 1000010 | 110 | 1000000 | 10101 |
Color Harmonies of #571A13
Complementary color
Monochromatic Colors of #571A13
Black with #571A13
Text Example
Text Example
White with #571A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A13; }
p { color: rgb(87,26,19); }
H1.HeaderClassName
{
color: #571A13;
}
.AnyTagClassName
{
color: #571A13;
}
</style>
background-color css
<style>
a { background-color: #571A13; }
a { background-color: rgb(87,26,19); }
div.DivClassName
{
background-color: #571A13;
}
.BgClassName
{
background-color: #571A13;
}
</style>
border-color css
<style>
span { border-color: #571A13; }
span { border-color: rgb(87,26,19); }
td.TdClassName
{
border-color: #571A13;
}
.TagClassName
{
border-color: #571A13;
}
</style>