Shades of Bordeaux #551629
Tints of Bordeaux #551629
RGB
CMYK
RGB Variations
Color information
#551629 (or 0x551629) is known color: Bordeaux. HEX triplet: 55, 16 and 29. RGB value is (85,22,41). Sum of RGB (Red+Green+Blue) = 85+22+41=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #551629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551629 is #AAE9D6. Grayscale: #2A2A2A. Windows color (decimal): -11200983 or 2692693. OLE color: 2692693.
HSL color Cylindrical-coordinate representation of color #551629: hue angle of 341.9º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551629 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 41 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.67 |
| HSL | 341.9º | 0.59% | 0.21% | - |
| HSV(B) | 341.9º | 0.74% | 0.33% | - |
| XYZ | 4.43 | 2.67 | 2.38 | - |
| YUV | 43 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 41 | 0 | 0.74 | 0.52 | 0.67 | 341.9 | 0.59 | 0.21 |
| Hex | 55 | 16 | 29 | 0 | 4A | 34 | 43 | 156 | 3B | 15 |
| Octal | 125 | 26 | 51 | 0 | 112 | 64 | 103 | 526 | 73 | 25 |
| Binary | 1010101 | 10110 | 101001 | 0 | 1001010 | 110100 | 1000011 | 101010110 | 111011 | 10101 |
Color Harmonies of #551629
Complementary color
Monochromatic Colors of #551629
Black with #551629
Text Example
Text Example
White with #551629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551629; }
p { color: rgb(85,22,41); }
H1.HeaderClassName
{
color: #551629;
}
.AnyTagClassName
{
color: #551629;
}
</style>
background-color css
<style>
a { background-color: #551629; }
a { background-color: rgb(85,22,41); }
div.DivClassName
{
background-color: #551629;
}
.BgClassName
{
background-color: #551629;
}
</style>
border-color css
<style>
span { border-color: #551629; }
span { border-color: rgb(85,22,41); }
td.TdClassName
{
border-color: #551629;
}
.TagClassName
{
border-color: #551629;
}
</style>