Shades of Bordeaux #551A22
Tints of Bordeaux #551A22
RGB
CMYK
RGB Variations
Color information
#551A22 (or 0x551A22) is known color: Bordeaux. HEX triplet: 55, 1A and 22. RGB value is (85,26,34). Sum of RGB (Red+Green+Blue) = 85+26+34=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #551A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A22 is #AAE5DD. Grayscale: #2C2C2C. Windows color (decimal): -11199966 or 2234965. OLE color: 2234965.
HSL color Cylindrical-coordinate representation of color #551A22: hue angle of 351.86º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A22 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 26 | 34 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.67 |
| HSL | 351.86º | 0.53% | 0.22% | - |
| HSV(B) | 351.86º | 0.69% | 0.33% | - |
| XYZ | 4.4 | 2.79 | 1.82 | - |
| YUV | 44.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 34 | 0 | 0.69 | 0.60 | 0.67 | 351.86 | 0.53 | 0.22 |
| Hex | 55 | 1A | 22 | 0 | 45 | 3C | 43 | 160 | 35 | 16 |
| Octal | 125 | 32 | 42 | 0 | 105 | 74 | 103 | 540 | 65 | 26 |
| Binary | 1010101 | 11010 | 100010 | 0 | 1000101 | 111100 | 1000011 | 101100000 | 110101 | 10110 |
Color Harmonies of #551A22
Complementary color
Monochromatic Colors of #551A22
Black with #551A22
Text Example
Text Example
White with #551A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A22; }
p { color: rgb(85,26,34); }
H1.HeaderClassName
{
color: #551A22;
}
.AnyTagClassName
{
color: #551A22;
}
</style>
background-color css
<style>
a { background-color: #551A22; }
a { background-color: rgb(85,26,34); }
div.DivClassName
{
background-color: #551A22;
}
.BgClassName
{
background-color: #551A22;
}
</style>
border-color css
<style>
span { border-color: #551A22; }
span { border-color: rgb(85,26,34); }
td.TdClassName
{
border-color: #551A22;
}
.TagClassName
{
border-color: #551A22;
}
</style>