Shades of Red Oxide #551711
Tints of Red Oxide #551711
RGB
CMYK
RGB Variations
Color information
#551711 (or 0x551711) is known color: Red Oxide. HEX triplet: 55, 17 and 11. RGB value is (85,23,17). Sum of RGB (Red+Green+Blue) = 85+23+17=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #551711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551711 is #AAE8EE. Grayscale: #282828. Windows color (decimal): -11200751 or 1120085. OLE color: 1120085.
HSL color Cylindrical-coordinate representation of color #551711: hue angle of 5.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551711 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 17 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.67 |
| HSL | 5.29º | 0.67% | 0.2% | - |
| HSV(B) | 5.29º | 0.8% | 0.33% | - |
| XYZ | 4.15 | 2.58 | 0.81 | - |
| YUV | 40.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 17 | 0 | 0.73 | 0.80 | 0.67 | 5.29 | 0.67 | 0.2 |
| Hex | 55 | 17 | 11 | 0 | 49 | 50 | 43 | 5 | 43 | 14 |
| Octal | 125 | 27 | 21 | 0 | 111 | 120 | 103 | 5 | 103 | 24 |
| Binary | 1010101 | 10111 | 10001 | 0 | 1001001 | 1010000 | 1000011 | 101 | 1000011 | 10100 |
Color Harmonies of #551711
Complementary color
Monochromatic Colors of #551711
Black with #551711
Text Example
Text Example
White with #551711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551711; }
p { color: rgb(85,23,17); }
H1.HeaderClassName
{
color: #551711;
}
.AnyTagClassName
{
color: #551711;
}
</style>
background-color css
<style>
a { background-color: #551711; }
a { background-color: rgb(85,23,17); }
div.DivClassName
{
background-color: #551711;
}
.BgClassName
{
background-color: #551711;
}
</style>
border-color css
<style>
span { border-color: #551711; }
span { border-color: rgb(85,23,17); }
td.TdClassName
{
border-color: #551711;
}
.TagClassName
{
border-color: #551711;
}
</style>