Shades of Red Oxide #571C15
Tints of Red Oxide #571C15
RGB
CMYK
RGB Variations
Color information
#571C15 (or 0x571C15) is known color: Red Oxide. HEX triplet: 57, 1C and 15. RGB value is (87,28,21). Sum of RGB (Red+Green+Blue) = 87+28+21=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #571C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571C15 is #A8E3EA. Grayscale: #2C2C2C. Windows color (decimal): -11068395 or 1383511. OLE color: 1383511.
HSL color Cylindrical-coordinate representation of color #571C15: hue angle of 6.36º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #571C15 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 28 | 21 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.66 |
| HSL | 6.36º | 0.61% | 0.21% | - |
| HSV(B) | 6.36º | 0.76% | 0.34% | - |
| XYZ | 4.48 | 2.91 | 1.04 | - |
| YUV | 44.84 | 114.55 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 21 | 0 | 0.68 | 0.76 | 0.66 | 6.36 | 0.61 | 0.21 |
| Hex | 57 | 1C | 15 | 0 | 44 | 4C | 42 | 6 | 3D | 15 |
| Octal | 127 | 34 | 25 | 0 | 104 | 114 | 102 | 6 | 75 | 25 |
| Binary | 1010111 | 11100 | 10101 | 0 | 1000100 | 1001100 | 1000010 | 110 | 111101 | 10101 |
Color Harmonies of #571C15
Complementary color
Monochromatic Colors of #571C15
Black with #571C15
Text Example
Text Example
White with #571C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571C15; }
p { color: rgb(87,28,21); }
H1.HeaderClassName
{
color: #571C15;
}
.AnyTagClassName
{
color: #571C15;
}
</style>
background-color css
<style>
a { background-color: #571C15; }
a { background-color: rgb(87,28,21); }
div.DivClassName
{
background-color: #571C15;
}
.BgClassName
{
background-color: #571C15;
}
</style>
border-color css
<style>
span { border-color: #571C15; }
span { border-color: rgb(87,28,21); }
td.TdClassName
{
border-color: #571C15;
}
.TagClassName
{
border-color: #571C15;
}
</style>