Shades of Bordeaux #551020
Tints of Bordeaux #551020
RGB
CMYK
RGB Variations
Color information
#551020 (or 0x551020) is known color: Bordeaux. HEX triplet: 55, 10 and 20. RGB value is (85,16,32). Sum of RGB (Red+Green+Blue) = 85+16+32=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #551020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551020 is #AAEFDF. Grayscale: #262626. Windows color (decimal): -11202528 or 2101333. OLE color: 2101333.
HSL color Cylindrical-coordinate representation of color #551020: hue angle of 346.09º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551020 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 32 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.67 |
| HSL | 346.09º | 0.68% | 0.2% | - |
| HSV(B) | 346.09º | 0.81% | 0.33% | - |
| XYZ | 4.19 | 2.41 | 1.61 | - |
| YUV | 38.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 32 | 0 | 0.81 | 0.62 | 0.67 | 346.09 | 0.68 | 0.2 |
| Hex | 55 | 10 | 20 | 0 | 51 | 3E | 43 | 15A | 44 | 14 |
| Octal | 125 | 20 | 40 | 0 | 121 | 76 | 103 | 532 | 104 | 24 |
| Binary | 1010101 | 10000 | 100000 | 0 | 1010001 | 111110 | 1000011 | 101011010 | 1000100 | 10100 |
Color Harmonies of #551020
Complementary color
Monochromatic Colors of #551020
Black with #551020
Text Example
Text Example
White with #551020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551020; }
p { color: rgb(85,16,32); }
H1.HeaderClassName
{
color: #551020;
}
.AnyTagClassName
{
color: #551020;
}
</style>
background-color css
<style>
a { background-color: #551020; }
a { background-color: rgb(85,16,32); }
div.DivClassName
{
background-color: #551020;
}
.BgClassName
{
background-color: #551020;
}
</style>
border-color css
<style>
span { border-color: #551020; }
span { border-color: rgb(85,16,32); }
td.TdClassName
{
border-color: #551020;
}
.TagClassName
{
border-color: #551020;
}
</style>