Shades of Bordeaux #551720
Tints of Bordeaux #551720
RGB
CMYK
RGB Variations
Color information
#551720 (or 0x551720) is known color: Bordeaux. HEX triplet: 55, 17 and 20. RGB value is (85,23,32). Sum of RGB (Red+Green+Blue) = 85+23+32=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #551720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551720 is #AAE8DF. Grayscale: #2A2A2A. Windows color (decimal): -11200736 or 2103125. OLE color: 2103125.
HSL color Cylindrical-coordinate representation of color #551720: hue angle of 351.29º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551720 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 32 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.67 |
| HSL | 351.29º | 0.57% | 0.21% | - |
| HSV(B) | 351.29º | 0.73% | 0.33% | - |
| XYZ | 4.31 | 2.65 | 1.65 | - |
| YUV | 42.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 32 | 0 | 0.73 | 0.62 | 0.67 | 351.29 | 0.57 | 0.21 |
| Hex | 55 | 17 | 20 | 0 | 49 | 3E | 43 | 15F | 39 | 15 |
| Octal | 125 | 27 | 40 | 0 | 111 | 76 | 103 | 537 | 71 | 25 |
| Binary | 1010101 | 10111 | 100000 | 0 | 1001001 | 111110 | 1000011 | 101011111 | 111001 | 10101 |
Color Harmonies of #551720
Complementary color
Monochromatic Colors of #551720
Black with #551720
Text Example
Text Example
White with #551720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551720; }
p { color: rgb(85,23,32); }
H1.HeaderClassName
{
color: #551720;
}
.AnyTagClassName
{
color: #551720;
}
</style>
background-color css
<style>
a { background-color: #551720; }
a { background-color: rgb(85,23,32); }
div.DivClassName
{
background-color: #551720;
}
.BgClassName
{
background-color: #551720;
}
</style>
border-color css
<style>
span { border-color: #551720; }
span { border-color: rgb(85,23,32); }
td.TdClassName
{
border-color: #551720;
}
.TagClassName
{
border-color: #551720;
}
</style>