Shades of Red Oxide #550909
Tints of Red Oxide #550909
RGB
CMYK
RGB Variations
Color information
#550909 (or 0x550909) is known color: Red Oxide. HEX triplet: 55, 09 and 09. RGB value is (85,9,9). Sum of RGB (Red+Green+Blue) = 85+9+9=103 (13% of max value = 765). Red value is 85 (33.59% from 255 or 82.52% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 85 - color contains mainly: red. Hex color #550909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550909 is #AAF6F6. Grayscale: #1F1F1F. Windows color (decimal): -11204343 or 592213. OLE color: 592213.
HSL color Cylindrical-coordinate representation of color #550909: hue angle of 0º 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 #550909 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 9 | 9 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.67 |
| HSL | 0º | 0.81% | 0.18% | - |
| HSV(B) | 0º | 0.89% | 0.33% | - |
| XYZ | 3.89 | 2.15 | 0.47 | - |
| YUV | 31.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 9 | 0 | 0.89 | 0.89 | 0.67 | 0 | 0.81 | 0.18 |
| Hex | 55 | 9 | 9 | 0 | 59 | 59 | 43 | 0 | 51 | 12 |
| Octal | 125 | 11 | 11 | 0 | 131 | 131 | 103 | 0 | 121 | 22 |
| Binary | 1010101 | 1001 | 1001 | 0 | 1011001 | 1011001 | 1000011 | 0 | 1010001 | 10010 |
Color Harmonies of #550909
Complementary color
Monochromatic Colors of #550909
Black with #550909
Text Example
Text Example
White with #550909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550909; }
p { color: rgb(85,9,9); }
H1.HeaderClassName
{
color: #550909;
}
.AnyTagClassName
{
color: #550909;
}
</style>
background-color css
<style>
a { background-color: #550909; }
a { background-color: rgb(85,9,9); }
div.DivClassName
{
background-color: #550909;
}
.BgClassName
{
background-color: #550909;
}
</style>
border-color css
<style>
span { border-color: #550909; }
span { border-color: rgb(85,9,9); }
td.TdClassName
{
border-color: #550909;
}
.TagClassName
{
border-color: #550909;
}
</style>