Shades of Red Oxide #57170C
Tints of Red Oxide #57170C
RGB
CMYK
RGB Variations
Color information
#57170C (or 0x57170C) is known color: Red Oxide. HEX triplet: 57, 17 and 0C. RGB value is (87,23,12). Sum of RGB (Red+Green+Blue) = 87+23+12=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #57170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57170C is #A8E8F3. Grayscale: #282828. Windows color (decimal): -11069684 or 792407. OLE color: 792407.
HSL color Cylindrical-coordinate representation of color #57170C: hue angle of 8.8º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57170C is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 23 | 12 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.66 |
| HSL | 8.8º | 0.76% | 0.19% | - |
| HSV(B) | 8.8º | 0.86% | 0.34% | - |
| XYZ | 4.3 | 2.67 | 0.64 | - |
| YUV | 40.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 12 | 0 | 0.74 | 0.86 | 0.66 | 8.8 | 0.76 | 0.19 |
| Hex | 57 | 17 | C | 0 | 4A | 56 | 42 | 9 | 4C | 13 |
| Octal | 127 | 27 | 14 | 0 | 112 | 126 | 102 | 11 | 114 | 23 |
| Binary | 1010111 | 10111 | 1100 | 0 | 1001010 | 1010110 | 1000010 | 1001 | 1001100 | 10011 |
Color Harmonies of #57170C
Complementary color
Monochromatic Colors of #57170C
Black with #57170C
Text Example
Text Example
White with #57170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57170C; }
p { color: rgb(87,23,12); }
H1.HeaderClassName
{
color: #57170C;
}
.AnyTagClassName
{
color: #57170C;
}
</style>
background-color css
<style>
a { background-color: #57170C; }
a { background-color: rgb(87,23,12); }
div.DivClassName
{
background-color: #57170C;
}
.BgClassName
{
background-color: #57170C;
}
</style>
border-color css
<style>
span { border-color: #57170C; }
span { border-color: rgb(87,23,12); }
td.TdClassName
{
border-color: #57170C;
}
.TagClassName
{
border-color: #57170C;
}
</style>