Shades of Bordeaux #550622
Tints of Bordeaux #550622
RGB
CMYK
RGB Variations
Color information
#550622 (or 0x550622) is known color: Bordeaux. HEX triplet: 55, 06 and 22. RGB value is (85,6,34). Sum of RGB (Red+Green+Blue) = 85+6+34=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #550622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550622 is #AAF9DD. Grayscale: #202020. Windows color (decimal): -11205086 or 2229845. OLE color: 2229845.
HSL color Cylindrical-coordinate representation of color #550622: hue angle of 338.73º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550622 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 6 | 34 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.67 |
| HSL | 338.73º | 0.87% | 0.18% | - |
| HSV(B) | 338.73º | 0.93% | 0.33% | - |
| XYZ | 4.1 | 2.18 | 1.72 | - |
| YUV | 32.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 34 | 0 | 0.93 | 0.60 | 0.67 | 338.73 | 0.87 | 0.18 |
| Hex | 55 | 6 | 22 | 0 | 5D | 3C | 43 | 153 | 57 | 12 |
| Octal | 125 | 6 | 42 | 0 | 135 | 74 | 103 | 523 | 127 | 22 |
| Binary | 1010101 | 110 | 100010 | 0 | 1011101 | 111100 | 1000011 | 101010011 | 1010111 | 10010 |
Color Harmonies of #550622
Complementary color
Monochromatic Colors of #550622
Black with #550622
Text Example
Text Example
White with #550622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550622; }
p { color: rgb(85,6,34); }
H1.HeaderClassName
{
color: #550622;
}
.AnyTagClassName
{
color: #550622;
}
</style>
background-color css
<style>
a { background-color: #550622; }
a { background-color: rgb(85,6,34); }
div.DivClassName
{
background-color: #550622;
}
.BgClassName
{
background-color: #550622;
}
</style>
border-color css
<style>
span { border-color: #550622; }
span { border-color: rgb(85,6,34); }
td.TdClassName
{
border-color: #550622;
}
.TagClassName
{
border-color: #550622;
}
</style>