Shades of Red Oxide #550905
Tints of Red Oxide #550905
RGB
CMYK
RGB Variations
Color information
#550905 (or 0x550905) is known color: Red Oxide. HEX triplet: 55, 09 and 05. RGB value is (85,9,5). Sum of RGB (Red+Green+Blue) = 85+9+5=99 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85.86% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 85 - color contains mainly: red. Hex color #550905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550905 is #AAF6FA. Grayscale: #1F1F1F. Windows color (decimal): -11204347 or 330069. OLE color: 330069.
HSL color Cylindrical-coordinate representation of color #550905: hue angle of 3º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550905 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 9 | 5 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.67 |
| HSL | 3º | 0.89% | 0.18% | - |
| HSV(B) | 3º | 0.94% | 0.33% | - |
| XYZ | 3.87 | 2.14 | 0.35 | - |
| YUV | 31.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 5 | 0 | 0.89 | 0.94 | 0.67 | 3 | 0.89 | 0.18 |
| Hex | 55 | 9 | 5 | 0 | 59 | 5E | 43 | 3 | 59 | 12 |
| Octal | 125 | 11 | 5 | 0 | 131 | 136 | 103 | 3 | 131 | 22 |
| Binary | 1010101 | 1001 | 101 | 0 | 1011001 | 1011110 | 1000011 | 11 | 1011001 | 10010 |
Color Harmonies of #550905
Complementary color
Monochromatic Colors of #550905
Black with #550905
Text Example
Text Example
White with #550905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550905; }
p { color: rgb(85,9,5); }
H1.HeaderClassName
{
color: #550905;
}
.AnyTagClassName
{
color: #550905;
}
</style>
background-color css
<style>
a { background-color: #550905; }
a { background-color: rgb(85,9,5); }
div.DivClassName
{
background-color: #550905;
}
.BgClassName
{
background-color: #550905;
}
</style>
border-color css
<style>
span { border-color: #550905; }
span { border-color: rgb(85,9,5); }
td.TdClassName
{
border-color: #550905;
}
.TagClassName
{
border-color: #550905;
}
</style>