Shades of Bordeaux #551229
Tints of Bordeaux #551229
RGB
CMYK
RGB Variations
Color information
#551229 (or 0x551229) is known color: Bordeaux. HEX triplet: 55, 12 and 29. RGB value is (85,18,41). Sum of RGB (Red+Green+Blue) = 85+18+41=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #551229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551229 is #AAEDD6. Grayscale: #282828. Windows color (decimal): -11202007 or 2691669. OLE color: 2691669.
HSL color Cylindrical-coordinate representation of color #551229: hue angle of 339.4º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551229 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 41 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.67 |
| HSL | 339.4º | 0.65% | 0.2% | - |
| HSV(B) | 339.4º | 0.79% | 0.33% | - |
| XYZ | 4.36 | 2.52 | 2.36 | - |
| YUV | 40.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 41 | 0 | 0.79 | 0.52 | 0.67 | 339.4 | 0.65 | 0.2 |
| Hex | 55 | 12 | 29 | 0 | 4F | 34 | 43 | 153 | 41 | 14 |
| Octal | 125 | 22 | 51 | 0 | 117 | 64 | 103 | 523 | 101 | 24 |
| Binary | 1010101 | 10010 | 101001 | 0 | 1001111 | 110100 | 1000011 | 101010011 | 1000001 | 10100 |
Color Harmonies of #551229
Complementary color
Monochromatic Colors of #551229
Black with #551229
Text Example
Text Example
White with #551229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551229; }
p { color: rgb(85,18,41); }
H1.HeaderClassName
{
color: #551229;
}
.AnyTagClassName
{
color: #551229;
}
</style>
background-color css
<style>
a { background-color: #551229; }
a { background-color: rgb(85,18,41); }
div.DivClassName
{
background-color: #551229;
}
.BgClassName
{
background-color: #551229;
}
</style>
border-color css
<style>
span { border-color: #551229; }
span { border-color: rgb(85,18,41); }
td.TdClassName
{
border-color: #551229;
}
.TagClassName
{
border-color: #551229;
}
</style>