Shades of Bordeaux #551828
Tints of Bordeaux #551828
RGB
CMYK
RGB Variations
Color information
#551828 (or 0x551828) is known color: Bordeaux. HEX triplet: 55, 18 and 28. RGB value is (85,24,40). Sum of RGB (Red+Green+Blue) = 85+24+40=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #551828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551828 is #AAE7D7. Grayscale: #2C2C2C. Windows color (decimal): -11200472 or 2627669. OLE color: 2627669.
HSL color Cylindrical-coordinate representation of color #551828: hue angle of 344.26º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551828 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 40 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.67 |
| HSL | 344.26º | 0.56% | 0.21% | - |
| HSV(B) | 344.26º | 0.72% | 0.33% | - |
| XYZ | 4.46 | 2.74 | 2.3 | - |
| YUV | 44.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 40 | 0 | 0.72 | 0.53 | 0.67 | 344.26 | 0.56 | 0.21 |
| Hex | 55 | 18 | 28 | 0 | 48 | 35 | 43 | 158 | 38 | 15 |
| Octal | 125 | 30 | 50 | 0 | 110 | 65 | 103 | 530 | 70 | 25 |
| Binary | 1010101 | 11000 | 101000 | 0 | 1001000 | 110101 | 1000011 | 101011000 | 111000 | 10101 |
Color Harmonies of #551828
Complementary color
Monochromatic Colors of #551828
Black with #551828
Text Example
Text Example
White with #551828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551828; }
p { color: rgb(85,24,40); }
H1.HeaderClassName
{
color: #551828;
}
.AnyTagClassName
{
color: #551828;
}
</style>
background-color css
<style>
a { background-color: #551828; }
a { background-color: rgb(85,24,40); }
div.DivClassName
{
background-color: #551828;
}
.BgClassName
{
background-color: #551828;
}
</style>
border-color css
<style>
span { border-color: #551828; }
span { border-color: rgb(85,24,40); }
td.TdClassName
{
border-color: #551828;
}
.TagClassName
{
border-color: #551828;
}
</style>