Shades of Red Oxide #551609
Tints of Red Oxide #551609
RGB
CMYK
RGB Variations
Color information
#551609 (or 0x551609) is known color: Red Oxide. HEX triplet: 55, 16 and 09. RGB value is (85,22,9). Sum of RGB (Red+Green+Blue) = 85+22+9=116 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.28% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 85 - color contains mainly: red. Hex color #551609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551609 is #AAE9F6. Grayscale: #272727. Windows color (decimal): -11201015 or 595541. OLE color: 595541.
HSL color Cylindrical-coordinate representation of color #551609: hue angle of 10.26º 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 #551609 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 9 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.67 |
| HSL | 10.26º | 0.81% | 0.18% | - |
| HSV(B) | 10.26º | 0.89% | 0.33% | - |
| XYZ | 4.08 | 2.52 | 0.53 | - |
| YUV | 39.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 9 | 0 | 0.74 | 0.89 | 0.67 | 10.26 | 0.81 | 0.18 |
| Hex | 55 | 16 | 9 | 0 | 4A | 59 | 43 | A | 51 | 12 |
| Octal | 125 | 26 | 11 | 0 | 112 | 131 | 103 | 12 | 121 | 22 |
| Binary | 1010101 | 10110 | 1001 | 0 | 1001010 | 1011001 | 1000011 | 1010 | 1010001 | 10010 |
Color Harmonies of #551609
Complementary color
Monochromatic Colors of #551609
Black with #551609
Text Example
Text Example
White with #551609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551609; }
p { color: rgb(85,22,9); }
H1.HeaderClassName
{
color: #551609;
}
.AnyTagClassName
{
color: #551609;
}
</style>
background-color css
<style>
a { background-color: #551609; }
a { background-color: rgb(85,22,9); }
div.DivClassName
{
background-color: #551609;
}
.BgClassName
{
background-color: #551609;
}
</style>
border-color css
<style>
span { border-color: #551609; }
span { border-color: rgb(85,22,9); }
td.TdClassName
{
border-color: #551609;
}
.TagClassName
{
border-color: #551609;
}
</style>