Shades of Red Oxide #550605
Tints of Red Oxide #550605
RGB
CMYK
RGB Variations
Color information
#550605 (or 0x550605) is known color: Red Oxide. HEX triplet: 55, 06 and 05. RGB value is (85,6,5). Sum of RGB (Red+Green+Blue) = 85+6+5=96 (12% of max value = 765). Red value is 85 (33.59% from 255 or 88.54% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 85 - color contains mainly: red. Hex color #550605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550605 is #AAF9FA. Grayscale: #1D1D1D. Windows color (decimal): -11205115 or 329301. OLE color: 329301.
HSL color Cylindrical-coordinate representation of color #550605: hue angle of 0.75º 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 #550605 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 6 | 5 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.67 |
| HSL | 0.75º | 0.89% | 0.18% | - |
| HSV(B) | 0.75º | 0.94% | 0.33% | - |
| XYZ | 3.84 | 2.07 | 0.34 | - |
| YUV | 29.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 5 | 0 | 0.93 | 0.94 | 0.67 | 0.75 | 0.89 | 0.18 |
| Hex | 55 | 6 | 5 | 0 | 5D | 5E | 43 | 1 | 59 | 12 |
| Octal | 125 | 6 | 5 | 0 | 135 | 136 | 103 | 1 | 131 | 22 |
| Binary | 1010101 | 110 | 101 | 0 | 1011101 | 1011110 | 1000011 | 1 | 1011001 | 10010 |
Color Harmonies of #550605
Complementary color
Monochromatic Colors of #550605
Black with #550605
Text Example
Text Example
White with #550605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550605; }
p { color: rgb(85,6,5); }
H1.HeaderClassName
{
color: #550605;
}
.AnyTagClassName
{
color: #550605;
}
</style>
background-color css
<style>
a { background-color: #550605; }
a { background-color: rgb(85,6,5); }
div.DivClassName
{
background-color: #550605;
}
.BgClassName
{
background-color: #550605;
}
</style>
border-color css
<style>
span { border-color: #550605; }
span { border-color: rgb(85,6,5); }
td.TdClassName
{
border-color: #550605;
}
.TagClassName
{
border-color: #550605;
}
</style>