Shades of Bordeaux #551123
Tints of Bordeaux #551123
RGB
CMYK
RGB Variations
Color information
#551123 (or 0x551123) is known color: Bordeaux. HEX triplet: 55, 11 and 23. RGB value is (85,17,35). Sum of RGB (Red+Green+Blue) = 85+17+35=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #551123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551123 is #AAEEDC. Grayscale: #272727. Windows color (decimal): -11202269 or 2298197. OLE color: 2298197.
HSL color Cylindrical-coordinate representation of color #551123: hue angle of 344.12º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551123 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 35 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.67 |
| HSL | 344.12º | 0.67% | 0.2% | - |
| HSV(B) | 344.12º | 0.8% | 0.33% | - |
| XYZ | 4.25 | 2.45 | 1.84 | - |
| YUV | 39.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 35 | 0 | 0.80 | 0.59 | 0.67 | 344.12 | 0.67 | 0.2 |
| Hex | 55 | 11 | 23 | 0 | 50 | 3B | 43 | 158 | 43 | 14 |
| Octal | 125 | 21 | 43 | 0 | 120 | 73 | 103 | 530 | 103 | 24 |
| Binary | 1010101 | 10001 | 100011 | 0 | 1010000 | 111011 | 1000011 | 101011000 | 1000011 | 10100 |
Color Harmonies of #551123
Complementary color
Monochromatic Colors of #551123
Black with #551123
Text Example
Text Example
White with #551123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551123; }
p { color: rgb(85,17,35); }
H1.HeaderClassName
{
color: #551123;
}
.AnyTagClassName
{
color: #551123;
}
</style>
background-color css
<style>
a { background-color: #551123; }
a { background-color: rgb(85,17,35); }
div.DivClassName
{
background-color: #551123;
}
.BgClassName
{
background-color: #551123;
}
</style>
border-color css
<style>
span { border-color: #551123; }
span { border-color: rgb(85,17,35); }
td.TdClassName
{
border-color: #551123;
}
.TagClassName
{
border-color: #551123;
}
</style>