Shades of Red Oxide #551811
Tints of Red Oxide #551811
RGB
CMYK
RGB Variations
Color information
#551811 (or 0x551811) is known color: Red Oxide. HEX triplet: 55, 18 and 11. RGB value is (85,24,17). Sum of RGB (Red+Green+Blue) = 85+24+17=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #551811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551811 is #AAE7EE. Grayscale: #292929. Windows color (decimal): -11200495 or 1120341. OLE color: 1120341.
HSL color Cylindrical-coordinate representation of color #551811: hue angle of 6.18º 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 #551811 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 17 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.67 |
| HSL | 6.18º | 0.67% | 0.2% | - |
| HSV(B) | 6.18º | 0.8% | 0.33% | - |
| XYZ | 4.17 | 2.63 | 0.82 | - |
| YUV | 41.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 17 | 0 | 0.72 | 0.80 | 0.67 | 6.18 | 0.67 | 0.2 |
| Hex | 55 | 18 | 11 | 0 | 48 | 50 | 43 | 6 | 43 | 14 |
| Octal | 125 | 30 | 21 | 0 | 110 | 120 | 103 | 6 | 103 | 24 |
| Binary | 1010101 | 11000 | 10001 | 0 | 1001000 | 1010000 | 1000011 | 110 | 1000011 | 10100 |
Color Harmonies of #551811
Complementary color
Monochromatic Colors of #551811
Black with #551811
Text Example
Text Example
White with #551811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551811; }
p { color: rgb(85,24,17); }
H1.HeaderClassName
{
color: #551811;
}
.AnyTagClassName
{
color: #551811;
}
</style>
background-color css
<style>
a { background-color: #551811; }
a { background-color: rgb(85,24,17); }
div.DivClassName
{
background-color: #551811;
}
.BgClassName
{
background-color: #551811;
}
</style>
border-color css
<style>
span { border-color: #551811; }
span { border-color: rgb(85,24,17); }
td.TdClassName
{
border-color: #551811;
}
.TagClassName
{
border-color: #551811;
}
</style>