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