Shades of Red Oxide #571B10
Tints of Red Oxide #571B10
RGB
CMYK
RGB Variations
Color information
#571B10 (or 0x571B10) is known color: Red Oxide. HEX triplet: 57, 1B and 10. RGB value is (87,27,16). Sum of RGB (Red+Green+Blue) = 87+27+16=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #571B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571B10 is #A8E4EF. Grayscale: #2B2B2B. Windows color (decimal): -11068656 or 1055575. OLE color: 1055575.
HSL color Cylindrical-coordinate representation of color #571B10: hue angle of 9.3º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571B10 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 27 | 16 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.66 |
| HSL | 9.3º | 0.69% | 0.2% | - |
| HSV(B) | 9.3º | 0.82% | 0.34% | - |
| XYZ | 4.42 | 2.85 | 0.81 | - |
| YUV | 43.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 27 | 16 | 0 | 0.69 | 0.82 | 0.66 | 9.3 | 0.69 | 0.2 |
| Hex | 57 | 1B | 10 | 0 | 45 | 52 | 42 | 9 | 45 | 14 |
| Octal | 127 | 33 | 20 | 0 | 105 | 122 | 102 | 11 | 105 | 24 |
| Binary | 1010111 | 11011 | 10000 | 0 | 1000101 | 1010010 | 1000010 | 1001 | 1000101 | 10100 |
Color Harmonies of #571B10
Complementary color
Monochromatic Colors of #571B10
Black with #571B10
Text Example
Text Example
White with #571B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571B10; }
p { color: rgb(87,27,16); }
H1.HeaderClassName
{
color: #571B10;
}
.AnyTagClassName
{
color: #571B10;
}
</style>
background-color css
<style>
a { background-color: #571B10; }
a { background-color: rgb(87,27,16); }
div.DivClassName
{
background-color: #571B10;
}
.BgClassName
{
background-color: #571B10;
}
</style>
border-color css
<style>
span { border-color: #571B10; }
span { border-color: rgb(87,27,16); }
td.TdClassName
{
border-color: #571B10;
}
.TagClassName
{
border-color: #571B10;
}
</style>