Shades of Red Oxide #571A0F
Tints of Red Oxide #571A0F
RGB
CMYK
RGB Variations
Color information
#571A0F (or 0x571A0F) is known color: Red Oxide. HEX triplet: 57, 1A and 0F. RGB value is (87,26,15). Sum of RGB (Red+Green+Blue) = 87+26+15=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #571A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571A0F is #A8E5F0. Grayscale: #2B2B2B. Windows color (decimal): -11068913 or 989783. OLE color: 989783.
HSL color Cylindrical-coordinate representation of color #571A0F: hue angle of 9.17º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #571A0F is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 26 | 15 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.66 |
| HSL | 9.17º | 0.71% | 0.2% | - |
| HSV(B) | 9.17º | 0.83% | 0.34% | - |
| XYZ | 4.39 | 2.8 | 0.76 | - |
| YUV | 42.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 15 | 0 | 0.70 | 0.83 | 0.66 | 9.17 | 0.71 | 0.2 |
| Hex | 57 | 1A | F | 0 | 46 | 53 | 42 | 9 | 47 | 14 |
| Octal | 127 | 32 | 17 | 0 | 106 | 123 | 102 | 11 | 107 | 24 |
| Binary | 1010111 | 11010 | 1111 | 0 | 1000110 | 1010011 | 1000010 | 1001 | 1000111 | 10100 |
Color Harmonies of #571A0F
Complementary color
Monochromatic Colors of #571A0F
Black with #571A0F
Text Example
Text Example
White with #571A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A0F; }
p { color: rgb(87,26,15); }
H1.HeaderClassName
{
color: #571A0F;
}
.AnyTagClassName
{
color: #571A0F;
}
</style>
background-color css
<style>
a { background-color: #571A0F; }
a { background-color: rgb(87,26,15); }
div.DivClassName
{
background-color: #571A0F;
}
.BgClassName
{
background-color: #571A0F;
}
</style>
border-color css
<style>
span { border-color: #571A0F; }
span { border-color: rgb(87,26,15); }
td.TdClassName
{
border-color: #571A0F;
}
.TagClassName
{
border-color: #571A0F;
}
</style>