Shades of Bordeaux #551B2C
Tints of Bordeaux #551B2C
RGB
CMYK
RGB Variations
Color information
#551B2C (or 0x551B2C) is known color: Bordeaux. HEX triplet: 55, 1B and 2C. RGB value is (85,27,44). Sum of RGB (Red+Green+Blue) = 85+27+44=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #551B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B2C is #AAE4D3. Grayscale: #2E2E2E. Windows color (decimal): -11199700 or 2890581. OLE color: 2890581.
HSL color Cylindrical-coordinate representation of color #551B2C: hue angle of 342.41º 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 #551B2C is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 44 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.67 |
| HSL | 342.41º | 0.52% | 0.22% | - |
| HSV(B) | 342.41º | 0.68% | 0.33% | - |
| XYZ | 4.59 | 2.9 | 2.7 | - |
| YUV | 46.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 44 | 0 | 0.68 | 0.48 | 0.67 | 342.41 | 0.52 | 0.22 |
| Hex | 55 | 1B | 2C | 0 | 44 | 30 | 43 | 156 | 34 | 16 |
| Octal | 125 | 33 | 54 | 0 | 104 | 60 | 103 | 526 | 64 | 26 |
| Binary | 1010101 | 11011 | 101100 | 0 | 1000100 | 110000 | 1000011 | 101010110 | 110100 | 10110 |
Color Harmonies of #551B2C
Complementary color
Monochromatic Colors of #551B2C
Black with #551B2C
Text Example
Text Example
White with #551B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B2C; }
p { color: rgb(85,27,44); }
H1.HeaderClassName
{
color: #551B2C;
}
.AnyTagClassName
{
color: #551B2C;
}
</style>
background-color css
<style>
a { background-color: #551B2C; }
a { background-color: rgb(85,27,44); }
div.DivClassName
{
background-color: #551B2C;
}
.BgClassName
{
background-color: #551B2C;
}
</style>
border-color css
<style>
span { border-color: #551B2C; }
span { border-color: rgb(85,27,44); }
td.TdClassName
{
border-color: #551B2C;
}
.TagClassName
{
border-color: #551B2C;
}
</style>