Shades of Bordeaux #551E27
Tints of Bordeaux #551E27
RGB
CMYK
RGB Variations
Color information
#551E27 (or 0x551E27) is known color: Bordeaux. HEX triplet: 55, 1E and 27. RGB value is (85,30,39). Sum of RGB (Red+Green+Blue) = 85+30+39=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #551E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E27 is #AAE1D8. Grayscale: #2F2F2F. Windows color (decimal): -11198937 or 2563669. OLE color: 2563669.
HSL color Cylindrical-coordinate representation of color #551E27: hue angle of 350.18º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E27 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 30 | 39 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.67 |
| HSL | 350.18º | 0.48% | 0.23% | - |
| HSV(B) | 350.18º | 0.65% | 0.33% | - |
| XYZ | 4.58 | 3.01 | 2.26 | - |
| YUV | 47.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 39 | 0 | 0.65 | 0.54 | 0.67 | 350.18 | 0.48 | 0.23 |
| Hex | 55 | 1E | 27 | 0 | 41 | 36 | 43 | 15E | 30 | 17 |
| Octal | 125 | 36 | 47 | 0 | 101 | 66 | 103 | 536 | 60 | 27 |
| Binary | 1010101 | 11110 | 100111 | 0 | 1000001 | 110110 | 1000011 | 101011110 | 110000 | 10111 |
Color Harmonies of #551E27
Complementary color
Monochromatic Colors of #551E27
Black with #551E27
Text Example
Text Example
White with #551E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E27; }
p { color: rgb(85,30,39); }
H1.HeaderClassName
{
color: #551E27;
}
.AnyTagClassName
{
color: #551E27;
}
</style>
background-color css
<style>
a { background-color: #551E27; }
a { background-color: rgb(85,30,39); }
div.DivClassName
{
background-color: #551E27;
}
.BgClassName
{
background-color: #551E27;
}
</style>
border-color css
<style>
span { border-color: #551E27; }
span { border-color: rgb(85,30,39); }
td.TdClassName
{
border-color: #551E27;
}
.TagClassName
{
border-color: #551E27;
}
</style>