Shades of Bordeaux #551022
Tints of Bordeaux #551022
RGB
CMYK
RGB Variations
Color information
#551022 (or 0x551022) is known color: Bordeaux. HEX triplet: 55, 10 and 22. RGB value is (85,16,34). Sum of RGB (Red+Green+Blue) = 85+16+34=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #551022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551022 is #AAEFDD. Grayscale: #262626. Windows color (decimal): -11202526 or 2232405. OLE color: 2232405.
HSL color Cylindrical-coordinate representation of color #551022: hue angle of 344.35º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551022 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 34 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.67 |
| HSL | 344.35º | 0.68% | 0.2% | - |
| HSV(B) | 344.35º | 0.81% | 0.33% | - |
| XYZ | 4.22 | 2.42 | 1.76 | - |
| YUV | 38.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 34 | 0 | 0.81 | 0.60 | 0.67 | 344.35 | 0.68 | 0.2 |
| Hex | 55 | 10 | 22 | 0 | 51 | 3C | 43 | 158 | 44 | 14 |
| Octal | 125 | 20 | 42 | 0 | 121 | 74 | 103 | 530 | 104 | 24 |
| Binary | 1010101 | 10000 | 100010 | 0 | 1010001 | 111100 | 1000011 | 101011000 | 1000100 | 10100 |
Color Harmonies of #551022
Complementary color
Monochromatic Colors of #551022
Black with #551022
Text Example
Text Example
White with #551022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551022; }
p { color: rgb(85,16,34); }
H1.HeaderClassName
{
color: #551022;
}
.AnyTagClassName
{
color: #551022;
}
</style>
background-color css
<style>
a { background-color: #551022; }
a { background-color: rgb(85,16,34); }
div.DivClassName
{
background-color: #551022;
}
.BgClassName
{
background-color: #551022;
}
</style>
border-color css
<style>
span { border-color: #551022; }
span { border-color: rgb(85,16,34); }
td.TdClassName
{
border-color: #551022;
}
.TagClassName
{
border-color: #551022;
}
</style>