Shades of Bordeaux #55131E
Tints of Bordeaux #55131E
RGB
CMYK
RGB Variations
Color information
#55131E (or 0x55131E) is known color: Bordeaux. HEX triplet: 55, 13 and 1E. RGB value is (85,19,30). Sum of RGB (Red+Green+Blue) = 85+19+30=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55131E is #AAECE1. Grayscale: #282828. Windows color (decimal): -11201762 or 1971029. OLE color: 1971029.
HSL color Cylindrical-coordinate representation of color #55131E: hue angle of 350º 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 #55131E is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 30 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.67 |
| HSL | 350º | 0.63% | 0.2% | - |
| HSV(B) | 350º | 0.78% | 0.33% | - |
| XYZ | 4.21 | 2.49 | 1.49 | - |
| YUV | 39.99 | 122.37 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 30 | 0 | 0.78 | 0.65 | 0.67 | 350 | 0.63 | 0.2 |
| Hex | 55 | 13 | 1E | 0 | 4E | 41 | 43 | 15E | 3F | 14 |
| Octal | 125 | 23 | 36 | 0 | 116 | 101 | 103 | 536 | 77 | 24 |
| Binary | 1010101 | 10011 | 11110 | 0 | 1001110 | 1000001 | 1000011 | 101011110 | 111111 | 10100 |
Color Harmonies of #55131E
Complementary color
Monochromatic Colors of #55131E
Black with #55131E
Text Example
Text Example
White with #55131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55131E; }
p { color: rgb(85,19,30); }
H1.HeaderClassName
{
color: #55131E;
}
.AnyTagClassName
{
color: #55131E;
}
</style>
background-color css
<style>
a { background-color: #55131E; }
a { background-color: rgb(85,19,30); }
div.DivClassName
{
background-color: #55131E;
}
.BgClassName
{
background-color: #55131E;
}
</style>
border-color css
<style>
span { border-color: #55131E; }
span { border-color: rgb(85,19,30); }
td.TdClassName
{
border-color: #55131E;
}
.TagClassName
{
border-color: #55131E;
}
</style>