Shades of Bordeaux #550020
Tints of Bordeaux #550020
RGB
CMYK
RGB Variations
Color information
#550020 (or 0x550020) is known color: Bordeaux. HEX triplet: 55, 00 and 20. RGB value is (85,0,32). Sum of RGB (Red+Green+Blue) = 85+0+32=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #550020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550020 is #AAFFDF. Grayscale: #1D1D1D. Windows color (decimal): -11206624 or 2097237. OLE color: 2097237.
HSL color Cylindrical-coordinate representation of color #550020: hue angle of 337.41º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550020 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.62 | 0.67 |
| HSL | 337.41º | 1% | 0.17% | - |
| HSV(B) | 337.41º | 1% | 0.33% | - |
| XYZ | 4.01 | 2.04 | 1.55 | - |
| YUV | 29.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 32 | 0 | 1 | 0.62 | 0.67 | 337.41 | 1 | 0.17 |
| Hex | 55 | 0 | 20 | 0 | 64 | 3E | 43 | 151 | 64 | 11 |
| Octal | 125 | 0 | 40 | 0 | 144 | 76 | 103 | 521 | 144 | 21 |
| Binary | 1010101 | 0 | 100000 | 0 | 1100100 | 111110 | 1000011 | 101010001 | 1100100 | 10001 |
Color Harmonies of #550020
Complementary color
Monochromatic Colors of #550020
Black with #550020
Text Example
Text Example
White with #550020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550020; }
p { color: rgb(85,0,32); }
H1.HeaderClassName
{
color: #550020;
}
.AnyTagClassName
{
color: #550020;
}
</style>
background-color css
<style>
a { background-color: #550020; }
a { background-color: rgb(85,0,32); }
div.DivClassName
{
background-color: #550020;
}
.BgClassName
{
background-color: #550020;
}
</style>
border-color css
<style>
span { border-color: #550020; }
span { border-color: rgb(85,0,32); }
td.TdClassName
{
border-color: #550020;
}
.TagClassName
{
border-color: #550020;
}
</style>