Shades of Bordeaux #551B29
Tints of Bordeaux #551B29
RGB
CMYK
RGB Variations
Color information
#551B29 (or 0x551B29) is known color: Bordeaux. HEX triplet: 55, 1B and 29. RGB value is (85,27,41). Sum of RGB (Red+Green+Blue) = 85+27+41=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #551B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B29 is #AAE4D6. Grayscale: #2D2D2D. Windows color (decimal): -11199703 or 2693973. OLE color: 2693973.
HSL color Cylindrical-coordinate representation of color #551B29: hue angle of 345.52º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B29 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 41 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.67 |
| HSL | 345.52º | 0.52% | 0.22% | - |
| HSV(B) | 345.52º | 0.68% | 0.33% | - |
| XYZ | 4.54 | 2.88 | 2.41 | - |
| YUV | 45.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 41 | 0 | 0.68 | 0.52 | 0.67 | 345.52 | 0.52 | 0.22 |
| Hex | 55 | 1B | 29 | 0 | 44 | 34 | 43 | 15A | 34 | 16 |
| Octal | 125 | 33 | 51 | 0 | 104 | 64 | 103 | 532 | 64 | 26 |
| Binary | 1010101 | 11011 | 101001 | 0 | 1000100 | 110100 | 1000011 | 101011010 | 110100 | 10110 |
Color Harmonies of #551B29
Complementary color
Monochromatic Colors of #551B29
Black with #551B29
Text Example
Text Example
White with #551B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B29; }
p { color: rgb(85,27,41); }
H1.HeaderClassName
{
color: #551B29;
}
.AnyTagClassName
{
color: #551B29;
}
</style>
background-color css
<style>
a { background-color: #551B29; }
a { background-color: rgb(85,27,41); }
div.DivClassName
{
background-color: #551B29;
}
.BgClassName
{
background-color: #551B29;
}
</style>
border-color css
<style>
span { border-color: #551B29; }
span { border-color: rgb(85,27,41); }
td.TdClassName
{
border-color: #551B29;
}
.TagClassName
{
border-color: #551B29;
}
</style>