Shades of Bordeaux #551328
Tints of Bordeaux #551328
RGB
CMYK
RGB Variations
Color information
#551328 (or 0x551328) is known color: Bordeaux. HEX triplet: 55, 13 and 28. RGB value is (85,19,40). Sum of RGB (Red+Green+Blue) = 85+19+40=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #551328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551328 is #AAECD7. Grayscale: #292929. Windows color (decimal): -11201752 or 2626389. OLE color: 2626389.
HSL color Cylindrical-coordinate representation of color #551328: hue angle of 340.91º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551328 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 40 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.67 |
| HSL | 340.91º | 0.63% | 0.2% | - |
| HSV(B) | 340.91º | 0.78% | 0.33% | - |
| XYZ | 4.36 | 2.55 | 2.27 | - |
| YUV | 41.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 40 | 0 | 0.78 | 0.53 | 0.67 | 340.91 | 0.63 | 0.2 |
| Hex | 55 | 13 | 28 | 0 | 4E | 35 | 43 | 155 | 3F | 14 |
| Octal | 125 | 23 | 50 | 0 | 116 | 65 | 103 | 525 | 77 | 24 |
| Binary | 1010101 | 10011 | 101000 | 0 | 1001110 | 110101 | 1000011 | 101010101 | 111111 | 10100 |
Color Harmonies of #551328
Complementary color
Monochromatic Colors of #551328
Black with #551328
Text Example
Text Example
White with #551328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551328; }
p { color: rgb(85,19,40); }
H1.HeaderClassName
{
color: #551328;
}
.AnyTagClassName
{
color: #551328;
}
</style>
background-color css
<style>
a { background-color: #551328; }
a { background-color: rgb(85,19,40); }
div.DivClassName
{
background-color: #551328;
}
.BgClassName
{
background-color: #551328;
}
</style>
border-color css
<style>
span { border-color: #551328; }
span { border-color: rgb(85,19,40); }
td.TdClassName
{
border-color: #551328;
}
.TagClassName
{
border-color: #551328;
}
</style>