Shades of Red Oxide #571405
Tints of Red Oxide #571405
RGB
CMYK
RGB Variations
Color information
#571405 (or 0x571405) is known color: Red Oxide. HEX triplet: 57, 14 and 05. RGB value is (87,20,5). Sum of RGB (Red+Green+Blue) = 87+20+5=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #571405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571405 is #A8EBFA. Grayscale: #262626. Windows color (decimal): -11070459 or 332887. OLE color: 332887.
HSL color Cylindrical-coordinate representation of color #571405: hue angle of 10.98º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #571405 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 20 | 5 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.66 |
| HSL | 10.98º | 0.89% | 0.18% | - |
| HSV(B) | 10.98º | 0.94% | 0.34% | - |
| XYZ | 4.21 | 2.54 | 0.41 | - |
| YUV | 38.32 | 109.2 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 20 | 5 | 0 | 0.77 | 0.94 | 0.66 | 10.98 | 0.89 | 0.18 |
| Hex | 57 | 14 | 5 | 0 | 4D | 5E | 42 | B | 59 | 12 |
| Octal | 127 | 24 | 5 | 0 | 115 | 136 | 102 | 13 | 131 | 22 |
| Binary | 1010111 | 10100 | 101 | 0 | 1001101 | 1011110 | 1000010 | 1011 | 1011001 | 10010 |
Color Harmonies of #571405
Complementary color
Monochromatic Colors of #571405
Black with #571405
Text Example
Text Example
White with #571405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571405; }
p { color: rgb(87,20,5); }
H1.HeaderClassName
{
color: #571405;
}
.AnyTagClassName
{
color: #571405;
}
</style>
background-color css
<style>
a { background-color: #571405; }
a { background-color: rgb(87,20,5); }
div.DivClassName
{
background-color: #571405;
}
.BgClassName
{
background-color: #571405;
}
</style>
border-color css
<style>
span { border-color: #571405; }
span { border-color: rgb(87,20,5); }
td.TdClassName
{
border-color: #571405;
}
.TagClassName
{
border-color: #571405;
}
</style>