Shades of Bordeaux #551829
Tints of Bordeaux #551829
RGB
CMYK
RGB Variations
Color information
#551829 (or 0x551829) is known color: Bordeaux. HEX triplet: 55, 18 and 29. RGB value is (85,24,41). Sum of RGB (Red+Green+Blue) = 85+24+41=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #551829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551829 is #AAE7D6. Grayscale: #2C2C2C. Windows color (decimal): -11200471 or 2693205. OLE color: 2693205.
HSL color Cylindrical-coordinate representation of color #551829: hue angle of 343.28º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551829 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 41 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.67 |
| HSL | 343.28º | 0.56% | 0.21% | - |
| HSV(B) | 343.28º | 0.72% | 0.33% | - |
| XYZ | 4.47 | 2.74 | 2.39 | - |
| YUV | 44.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 41 | 0 | 0.72 | 0.52 | 0.67 | 343.28 | 0.56 | 0.21 |
| Hex | 55 | 18 | 29 | 0 | 48 | 34 | 43 | 157 | 38 | 15 |
| Octal | 125 | 30 | 51 | 0 | 110 | 64 | 103 | 527 | 70 | 25 |
| Binary | 1010101 | 11000 | 101001 | 0 | 1001000 | 110100 | 1000011 | 101010111 | 111000 | 10101 |
Color Harmonies of #551829
Complementary color
Monochromatic Colors of #551829
Black with #551829
Text Example
Text Example
White with #551829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551829; }
p { color: rgb(85,24,41); }
H1.HeaderClassName
{
color: #551829;
}
.AnyTagClassName
{
color: #551829;
}
</style>
background-color css
<style>
a { background-color: #551829; }
a { background-color: rgb(85,24,41); }
div.DivClassName
{
background-color: #551829;
}
.BgClassName
{
background-color: #551829;
}
</style>
border-color css
<style>
span { border-color: #551829; }
span { border-color: rgb(85,24,41); }
td.TdClassName
{
border-color: #551829;
}
.TagClassName
{
border-color: #551829;
}
</style>