Shades of Bordeaux #551428
Tints of Bordeaux #551428
RGB
CMYK
RGB Variations
Color information
#551428 (or 0x551428) is known color: Bordeaux. HEX triplet: 55, 14 and 28. RGB value is (85,20,40). Sum of RGB (Red+Green+Blue) = 85+20+40=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #551428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551428 is #AAEBD7. Grayscale: #292929. Windows color (decimal): -11201496 or 2626645. OLE color: 2626645.
HSL color Cylindrical-coordinate representation of color #551428: hue angle of 341.54º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551428 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 40 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.67 |
| HSL | 341.54º | 0.62% | 0.21% | - |
| HSV(B) | 341.54º | 0.76% | 0.33% | - |
| XYZ | 4.38 | 2.58 | 2.28 | - |
| YUV | 41.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 40 | 0 | 0.76 | 0.53 | 0.67 | 341.54 | 0.62 | 0.21 |
| Hex | 55 | 14 | 28 | 0 | 4C | 35 | 43 | 156 | 3E | 15 |
| Octal | 125 | 24 | 50 | 0 | 114 | 65 | 103 | 526 | 76 | 25 |
| Binary | 1010101 | 10100 | 101000 | 0 | 1001100 | 110101 | 1000011 | 101010110 | 111110 | 10101 |
Color Harmonies of #551428
Complementary color
Monochromatic Colors of #551428
Black with #551428
Text Example
Text Example
White with #551428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551428; }
p { color: rgb(85,20,40); }
H1.HeaderClassName
{
color: #551428;
}
.AnyTagClassName
{
color: #551428;
}
</style>
background-color css
<style>
a { background-color: #551428; }
a { background-color: rgb(85,20,40); }
div.DivClassName
{
background-color: #551428;
}
.BgClassName
{
background-color: #551428;
}
</style>
border-color css
<style>
span { border-color: #551428; }
span { border-color: rgb(85,20,40); }
td.TdClassName
{
border-color: #551428;
}
.TagClassName
{
border-color: #551428;
}
</style>