Shades of Bordeaux #551922
Tints of Bordeaux #551922
RGB
CMYK
RGB Variations
Color information
#551922 (or 0x551922) is known color: Bordeaux. HEX triplet: 55, 19 and 22. RGB value is (85,25,34). Sum of RGB (Red+Green+Blue) = 85+25+34=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #551922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551922 is #AAE6DD. Grayscale: #2B2B2B. Windows color (decimal): -11200222 or 2234709. OLE color: 2234709.
HSL color Cylindrical-coordinate representation of color #551922: hue angle of 351º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551922 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 34 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.67 |
| HSL | 351º | 0.55% | 0.22% | - |
| HSV(B) | 351º | 0.71% | 0.33% | - |
| XYZ | 4.38 | 2.74 | 1.81 | - |
| YUV | 43.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 34 | 0 | 0.71 | 0.60 | 0.67 | 351 | 0.55 | 0.22 |
| Hex | 55 | 19 | 22 | 0 | 47 | 3C | 43 | 15F | 37 | 16 |
| Octal | 125 | 31 | 42 | 0 | 107 | 74 | 103 | 537 | 67 | 26 |
| Binary | 1010101 | 11001 | 100010 | 0 | 1000111 | 111100 | 1000011 | 101011111 | 110111 | 10110 |
Color Harmonies of #551922
Complementary color
Monochromatic Colors of #551922
Black with #551922
Text Example
Text Example
White with #551922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551922; }
p { color: rgb(85,25,34); }
H1.HeaderClassName
{
color: #551922;
}
.AnyTagClassName
{
color: #551922;
}
</style>
background-color css
<style>
a { background-color: #551922; }
a { background-color: rgb(85,25,34); }
div.DivClassName
{
background-color: #551922;
}
.BgClassName
{
background-color: #551922;
}
</style>
border-color css
<style>
span { border-color: #551922; }
span { border-color: rgb(85,25,34); }
td.TdClassName
{
border-color: #551922;
}
.TagClassName
{
border-color: #551922;
}
</style>