Shades of Red Oxide #551209
Tints of Red Oxide #551209
RGB
CMYK
RGB Variations
Color information
#551209 (or 0x551209) is known color: Red Oxide. HEX triplet: 55, 12 and 09. RGB value is (85,18,9). Sum of RGB (Red+Green+Blue) = 85+18+9=112 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.89% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 85 - color contains mainly: red. Hex color #551209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551209 is #AAEDF6. Grayscale: #252525. Windows color (decimal): -11202039 or 594517. OLE color: 594517.
HSL color Cylindrical-coordinate representation of color #551209: hue angle of 7.11º 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 #551209 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 9 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.67 |
| HSL | 7.11º | 0.81% | 0.18% | - |
| HSV(B) | 7.11º | 0.89% | 0.33% | - |
| XYZ | 4.01 | 2.38 | 0.51 | - |
| YUV | 37.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 9 | 0 | 0.79 | 0.89 | 0.67 | 7.11 | 0.81 | 0.18 |
| Hex | 55 | 12 | 9 | 0 | 4F | 59 | 43 | 7 | 51 | 12 |
| Octal | 125 | 22 | 11 | 0 | 117 | 131 | 103 | 7 | 121 | 22 |
| Binary | 1010101 | 10010 | 1001 | 0 | 1001111 | 1011001 | 1000011 | 111 | 1010001 | 10010 |
Color Harmonies of #551209
Complementary color
Monochromatic Colors of #551209
Black with #551209
Text Example
Text Example
White with #551209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551209; }
p { color: rgb(85,18,9); }
H1.HeaderClassName
{
color: #551209;
}
.AnyTagClassName
{
color: #551209;
}
</style>
background-color css
<style>
a { background-color: #551209; }
a { background-color: rgb(85,18,9); }
div.DivClassName
{
background-color: #551209;
}
.BgClassName
{
background-color: #551209;
}
</style>
border-color css
<style>
span { border-color: #551209; }
span { border-color: rgb(85,18,9); }
td.TdClassName
{
border-color: #551209;
}
.TagClassName
{
border-color: #551209;
}
</style>