Shades of Bordeaux #551227
Tints of Bordeaux #551227
RGB
CMYK
RGB Variations
Color information
#551227 (or 0x551227) is known color: Bordeaux. HEX triplet: 55, 12 and 27. RGB value is (85,18,39). Sum of RGB (Red+Green+Blue) = 85+18+39=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551227 is #AAEDD8. Grayscale: #282828. Windows color (decimal): -11202009 or 2560597. OLE color: 2560597.
HSL color Cylindrical-coordinate representation of color #551227: hue angle of 341.19º 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 #551227 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 39 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.67 |
| HSL | 341.19º | 0.65% | 0.2% | - |
| HSV(B) | 341.19º | 0.79% | 0.33% | - |
| XYZ | 4.33 | 2.51 | 2.18 | - |
| YUV | 40.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 39 | 0 | 0.79 | 0.54 | 0.67 | 341.19 | 0.65 | 0.2 |
| Hex | 55 | 12 | 27 | 0 | 4F | 36 | 43 | 155 | 41 | 14 |
| Octal | 125 | 22 | 47 | 0 | 117 | 66 | 103 | 525 | 101 | 24 |
| Binary | 1010101 | 10010 | 100111 | 0 | 1001111 | 110110 | 1000011 | 101010101 | 1000001 | 10100 |
Color Harmonies of #551227
Complementary color
Monochromatic Colors of #551227
Black with #551227
Text Example
Text Example
White with #551227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551227; }
p { color: rgb(85,18,39); }
H1.HeaderClassName
{
color: #551227;
}
.AnyTagClassName
{
color: #551227;
}
</style>
background-color css
<style>
a { background-color: #551227; }
a { background-color: rgb(85,18,39); }
div.DivClassName
{
background-color: #551227;
}
.BgClassName
{
background-color: #551227;
}
</style>
border-color css
<style>
span { border-color: #551227; }
span { border-color: rgb(85,18,39); }
td.TdClassName
{
border-color: #551227;
}
.TagClassName
{
border-color: #551227;
}
</style>