Shades of Bordeaux #551429
Tints of Bordeaux #551429
RGB
CMYK
RGB Variations
Color information
#551429 (or 0x551429) is known color: Bordeaux. HEX triplet: 55, 14 and 29. RGB value is (85,20,41). Sum of RGB (Red+Green+Blue) = 85+20+41=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #551429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551429 is #AAEBD6. Grayscale: #292929. Windows color (decimal): -11201495 or 2692181. OLE color: 2692181.
HSL color Cylindrical-coordinate representation of color #551429: hue angle of 340.62º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551429 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 41 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.67 |
| HSL | 340.62º | 0.62% | 0.21% | - |
| HSV(B) | 340.62º | 0.76% | 0.33% | - |
| XYZ | 4.4 | 2.59 | 2.37 | - |
| YUV | 41.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 41 | 0 | 0.76 | 0.52 | 0.67 | 340.62 | 0.62 | 0.21 |
| Hex | 55 | 14 | 29 | 0 | 4C | 34 | 43 | 155 | 3E | 15 |
| Octal | 125 | 24 | 51 | 0 | 114 | 64 | 103 | 525 | 76 | 25 |
| Binary | 1010101 | 10100 | 101001 | 0 | 1001100 | 110100 | 1000011 | 101010101 | 111110 | 10101 |
Color Harmonies of #551429
Complementary color
Monochromatic Colors of #551429
Black with #551429
Text Example
Text Example
White with #551429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551429; }
p { color: rgb(85,20,41); }
H1.HeaderClassName
{
color: #551429;
}
.AnyTagClassName
{
color: #551429;
}
</style>
background-color css
<style>
a { background-color: #551429; }
a { background-color: rgb(85,20,41); }
div.DivClassName
{
background-color: #551429;
}
.BgClassName
{
background-color: #551429;
}
</style>
border-color css
<style>
span { border-color: #551429; }
span { border-color: rgb(85,20,41); }
td.TdClassName
{
border-color: #551429;
}
.TagClassName
{
border-color: #551429;
}
</style>