Shades of Red Oxide #551109
Tints of Red Oxide #551109
RGB
CMYK
RGB Variations
Color information
#551109 (or 0x551109) is known color: Red Oxide. HEX triplet: 55, 11 and 09. RGB value is (85,17,9). Sum of RGB (Red+Green+Blue) = 85+17+9=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #551109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551109 is #AAEEF6. Grayscale: #242424. Windows color (decimal): -11202295 or 594261. OLE color: 594261.
HSL color Cylindrical-coordinate representation of color #551109: hue angle of 6.32º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551109 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 9 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.67 |
| HSL | 6.32º | 0.81% | 0.18% | - |
| HSV(B) | 6.32º | 0.89% | 0.33% | - |
| XYZ | 4 | 2.35 | 0.5 | - |
| YUV | 36.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 9 | 0 | 0.80 | 0.89 | 0.67 | 6.32 | 0.81 | 0.18 |
| Hex | 55 | 11 | 9 | 0 | 50 | 59 | 43 | 6 | 51 | 12 |
| Octal | 125 | 21 | 11 | 0 | 120 | 131 | 103 | 6 | 121 | 22 |
| Binary | 1010101 | 10001 | 1001 | 0 | 1010000 | 1011001 | 1000011 | 110 | 1010001 | 10010 |
Color Harmonies of #551109
Complementary color
Monochromatic Colors of #551109
Black with #551109
Text Example
Text Example
White with #551109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551109; }
p { color: rgb(85,17,9); }
H1.HeaderClassName
{
color: #551109;
}
.AnyTagClassName
{
color: #551109;
}
</style>
background-color css
<style>
a { background-color: #551109; }
a { background-color: rgb(85,17,9); }
div.DivClassName
{
background-color: #551109;
}
.BgClassName
{
background-color: #551109;
}
</style>
border-color css
<style>
span { border-color: #551109; }
span { border-color: rgb(85,17,9); }
td.TdClassName
{
border-color: #551109;
}
.TagClassName
{
border-color: #551109;
}
</style>