Shades of Bordeaux #551220
Tints of Bordeaux #551220
RGB
CMYK
RGB Variations
Color information
#551220 (or 0x551220) is known color: Bordeaux. HEX triplet: 55, 12 and 20. RGB value is (85,18,32). Sum of RGB (Red+Green+Blue) = 85+18+32=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #551220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551220 is #AAEDDF. Grayscale: #272727. Windows color (decimal): -11202016 or 2101845. OLE color: 2101845.
HSL color Cylindrical-coordinate representation of color #551220: hue angle of 347.46º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551220 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 32 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.67 |
| HSL | 347.46º | 0.65% | 0.2% | - |
| HSV(B) | 347.46º | 0.79% | 0.33% | - |
| XYZ | 4.22 | 2.47 | 1.62 | - |
| YUV | 39.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 32 | 0 | 0.79 | 0.62 | 0.67 | 347.46 | 0.65 | 0.2 |
| Hex | 55 | 12 | 20 | 0 | 4F | 3E | 43 | 15B | 41 | 14 |
| Octal | 125 | 22 | 40 | 0 | 117 | 76 | 103 | 533 | 101 | 24 |
| Binary | 1010101 | 10010 | 100000 | 0 | 1001111 | 111110 | 1000011 | 101011011 | 1000001 | 10100 |
Color Harmonies of #551220
Complementary color
Monochromatic Colors of #551220
Black with #551220
Text Example
Text Example
White with #551220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551220; }
p { color: rgb(85,18,32); }
H1.HeaderClassName
{
color: #551220;
}
.AnyTagClassName
{
color: #551220;
}
</style>
background-color css
<style>
a { background-color: #551220; }
a { background-color: rgb(85,18,32); }
div.DivClassName
{
background-color: #551220;
}
.BgClassName
{
background-color: #551220;
}
</style>
border-color css
<style>
span { border-color: #551220; }
span { border-color: rgb(85,18,32); }
td.TdClassName
{
border-color: #551220;
}
.TagClassName
{
border-color: #551220;
}
</style>