Shades of Bordeaux #551122
Tints of Bordeaux #551122
RGB
CMYK
RGB Variations
Color information
#551122 (or 0x551122) is known color: Bordeaux. HEX triplet: 55, 11 and 22. RGB value is (85,17,34). Sum of RGB (Red+Green+Blue) = 85+17+34=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #551122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551122 is #AAEEDD. Grayscale: #272727. Windows color (decimal): -11202270 or 2232661. OLE color: 2232661.
HSL color Cylindrical-coordinate representation of color #551122: hue angle of 345º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551122 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 34 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.67 |
| HSL | 345º | 0.67% | 0.2% | - |
| HSV(B) | 345º | 0.8% | 0.33% | - |
| XYZ | 4.24 | 2.45 | 1.76 | - |
| YUV | 39.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 34 | 0 | 0.80 | 0.60 | 0.67 | 345 | 0.67 | 0.2 |
| Hex | 55 | 11 | 22 | 0 | 50 | 3C | 43 | 159 | 43 | 14 |
| Octal | 125 | 21 | 42 | 0 | 120 | 74 | 103 | 531 | 103 | 24 |
| Binary | 1010101 | 10001 | 100010 | 0 | 1010000 | 111100 | 1000011 | 101011001 | 1000011 | 10100 |
Color Harmonies of #551122
Complementary color
Monochromatic Colors of #551122
Black with #551122
Text Example
Text Example
White with #551122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551122; }
p { color: rgb(85,17,34); }
H1.HeaderClassName
{
color: #551122;
}
.AnyTagClassName
{
color: #551122;
}
</style>
background-color css
<style>
a { background-color: #551122; }
a { background-color: rgb(85,17,34); }
div.DivClassName
{
background-color: #551122;
}
.BgClassName
{
background-color: #551122;
}
</style>
border-color css
<style>
span { border-color: #551122; }
span { border-color: rgb(85,17,34); }
td.TdClassName
{
border-color: #551122;
}
.TagClassName
{
border-color: #551122;
}
</style>