Shades of Red Oxide #551106
Tints of Red Oxide #551106
RGB
CMYK
RGB Variations
Color information
#551106 (or 0x551106) is known color: Red Oxide. HEX triplet: 55, 11 and 06. RGB value is (85,17,6). Sum of RGB (Red+Green+Blue) = 85+17+6=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #551106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551106 is #AAEEF9. Grayscale: #242424. Windows color (decimal): -11202298 or 397653. OLE color: 397653.
HSL color Cylindrical-coordinate representation of color #551106: hue angle of 8.35º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #551106 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 6 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.67 |
| HSL | 8.35º | 0.87% | 0.18% | - |
| HSV(B) | 8.35º | 0.93% | 0.33% | - |
| XYZ | 3.98 | 2.35 | 0.42 | - |
| YUV | 36.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 6 | 0 | 0.80 | 0.93 | 0.67 | 8.35 | 0.87 | 0.18 |
| Hex | 55 | 11 | 6 | 0 | 50 | 5D | 43 | 8 | 57 | 12 |
| Octal | 125 | 21 | 6 | 0 | 120 | 135 | 103 | 10 | 127 | 22 |
| Binary | 1010101 | 10001 | 110 | 0 | 1010000 | 1011101 | 1000011 | 1000 | 1010111 | 10010 |
Color Harmonies of #551106
Complementary color
Monochromatic Colors of #551106
Black with #551106
Text Example
Text Example
White with #551106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551106; }
p { color: rgb(85,17,6); }
H1.HeaderClassName
{
color: #551106;
}
.AnyTagClassName
{
color: #551106;
}
</style>
background-color css
<style>
a { background-color: #551106; }
a { background-color: rgb(85,17,6); }
div.DivClassName
{
background-color: #551106;
}
.BgClassName
{
background-color: #551106;
}
</style>
border-color css
<style>
span { border-color: #551106; }
span { border-color: rgb(85,17,6); }
td.TdClassName
{
border-color: #551106;
}
.TagClassName
{
border-color: #551106;
}
</style>