Shades of Red Oxide #550903
Tints of Red Oxide #550903
RGB
CMYK
RGB Variations
Color information
#550903 (or 0x550903) is known color: Red Oxide. HEX triplet: 55, 09 and 03. RGB value is (85,9,3). Sum of RGB (Red+Green+Blue) = 85+9+3=97 (12% of max value = 765). Red value is 85 (33.59% from 255 or 87.63% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 85 - color contains mainly: red. Hex color #550903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550903 is #AAF6FC. Grayscale: #1F1F1F. Windows color (decimal): -11204349 or 198997. OLE color: 198997.
HSL color Cylindrical-coordinate representation of color #550903: hue angle of 4.39º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550903 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 9 | 3 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.67 |
| HSL | 4.39º | 0.93% | 0.17% | - |
| HSV(B) | 4.39º | 0.96% | 0.33% | - |
| XYZ | 3.86 | 2.13 | 0.29 | - |
| YUV | 31.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 3 | 0 | 0.89 | 0.96 | 0.67 | 4.39 | 0.93 | 0.17 |
| Hex | 55 | 9 | 3 | 0 | 59 | 60 | 43 | 4 | 5D | 11 |
| Octal | 125 | 11 | 3 | 0 | 131 | 140 | 103 | 4 | 135 | 21 |
| Binary | 1010101 | 1001 | 11 | 0 | 1011001 | 1100000 | 1000011 | 100 | 1011101 | 10001 |
Color Harmonies of #550903
Complementary color
Monochromatic Colors of #550903
Black with #550903
Text Example
Text Example
White with #550903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550903; }
p { color: rgb(85,9,3); }
H1.HeaderClassName
{
color: #550903;
}
.AnyTagClassName
{
color: #550903;
}
</style>
background-color css
<style>
a { background-color: #550903; }
a { background-color: rgb(85,9,3); }
div.DivClassName
{
background-color: #550903;
}
.BgClassName
{
background-color: #550903;
}
</style>
border-color css
<style>
span { border-color: #550903; }
span { border-color: rgb(85,9,3); }
td.TdClassName
{
border-color: #550903;
}
.TagClassName
{
border-color: #550903;
}
</style>