Shades of Red Oxide #571504
Tints of Red Oxide #571504
RGB
CMYK
RGB Variations
Color information
#571504 (or 0x571504) is known color: Red Oxide. HEX triplet: 57, 15 and 04. RGB value is (87,21,4). Sum of RGB (Red+Green+Blue) = 87+21+4=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #571504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571504 is #A8EAFB. Grayscale: #262626. Windows color (decimal): -11070204 or 267607. OLE color: 267607.
HSL color Cylindrical-coordinate representation of color #571504: hue angle of 12.29º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #571504 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 21 | 4 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.66 |
| HSL | 12.29º | 0.91% | 0.18% | - |
| HSV(B) | 12.29º | 0.95% | 0.34% | - |
| XYZ | 4.22 | 2.57 | 0.39 | - |
| YUV | 38.8 | 108.37 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 21 | 4 | 0 | 0.76 | 0.95 | 0.66 | 12.29 | 0.91 | 0.18 |
| Hex | 57 | 15 | 4 | 0 | 4C | 5F | 42 | C | 5B | 12 |
| Octal | 127 | 25 | 4 | 0 | 114 | 137 | 102 | 14 | 133 | 22 |
| Binary | 1010111 | 10101 | 100 | 0 | 1001100 | 1011111 | 1000010 | 1100 | 1011011 | 10010 |
Color Harmonies of #571504
Complementary color
Monochromatic Colors of #571504
Black with #571504
Text Example
Text Example
White with #571504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571504; }
p { color: rgb(87,21,4); }
H1.HeaderClassName
{
color: #571504;
}
.AnyTagClassName
{
color: #571504;
}
</style>
background-color css
<style>
a { background-color: #571504; }
a { background-color: rgb(87,21,4); }
div.DivClassName
{
background-color: #571504;
}
.BgClassName
{
background-color: #571504;
}
</style>
border-color css
<style>
span { border-color: #571504; }
span { border-color: rgb(87,21,4); }
td.TdClassName
{
border-color: #571504;
}
.TagClassName
{
border-color: #571504;
}
</style>