Shades of Bordeaux #551329
Tints of Bordeaux #551329
RGB
CMYK
RGB Variations
Color information
#551329 (or 0x551329) is known color: Bordeaux. HEX triplet: 55, 13 and 29. RGB value is (85,19,41). Sum of RGB (Red+Green+Blue) = 85+19+41=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #551329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551329 is #AAECD6. Grayscale: #292929. Windows color (decimal): -11201751 or 2691925. OLE color: 2691925.
HSL color Cylindrical-coordinate representation of color #551329: hue angle of 340º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551329 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 41 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.67 |
| HSL | 340º | 0.63% | 0.2% | - |
| HSV(B) | 340º | 0.78% | 0.33% | - |
| XYZ | 4.38 | 2.56 | 2.36 | - |
| YUV | 41.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 41 | 0 | 0.78 | 0.52 | 0.67 | 340 | 0.63 | 0.2 |
| Hex | 55 | 13 | 29 | 0 | 4E | 34 | 43 | 154 | 3F | 14 |
| Octal | 125 | 23 | 51 | 0 | 116 | 64 | 103 | 524 | 77 | 24 |
| Binary | 1010101 | 10011 | 101001 | 0 | 1001110 | 110100 | 1000011 | 101010100 | 111111 | 10100 |
Color Harmonies of #551329
Complementary color
Monochromatic Colors of #551329
Black with #551329
Text Example
Text Example
White with #551329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551329; }
p { color: rgb(85,19,41); }
H1.HeaderClassName
{
color: #551329;
}
.AnyTagClassName
{
color: #551329;
}
</style>
background-color css
<style>
a { background-color: #551329; }
a { background-color: rgb(85,19,41); }
div.DivClassName
{
background-color: #551329;
}
.BgClassName
{
background-color: #551329;
}
</style>
border-color css
<style>
span { border-color: #551329; }
span { border-color: rgb(85,19,41); }
td.TdClassName
{
border-color: #551329;
}
.TagClassName
{
border-color: #551329;
}
</style>