Shades of Bordeaux #55131B
Tints of Bordeaux #55131B
RGB
CMYK
RGB Variations
Color information
#55131B (or 0x55131B) is known color: Bordeaux. HEX triplet: 55, 13 and 1B. RGB value is (85,19,27). Sum of RGB (Red+Green+Blue) = 85+19+27=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #55131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55131B is #AAECE4. Grayscale: #272727. Windows color (decimal): -11201765 or 1774421. OLE color: 1774421.
HSL color Cylindrical-coordinate representation of color #55131B: hue angle of 352.73º 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 #55131B is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 27 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.67 |
| HSL | 352.73º | 0.63% | 0.2% | - |
| HSV(B) | 352.73º | 0.78% | 0.33% | - |
| XYZ | 4.18 | 2.48 | 1.29 | - |
| YUV | 39.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 27 | 0 | 0.78 | 0.68 | 0.67 | 352.73 | 0.63 | 0.2 |
| Hex | 55 | 13 | 1B | 0 | 4E | 44 | 43 | 161 | 3F | 14 |
| Octal | 125 | 23 | 33 | 0 | 116 | 104 | 103 | 541 | 77 | 24 |
| Binary | 1010101 | 10011 | 11011 | 0 | 1001110 | 1000100 | 1000011 | 101100001 | 111111 | 10100 |
Color Harmonies of #55131B
Complementary color
Monochromatic Colors of #55131B
Black with #55131B
Text Example
Text Example
White with #55131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55131B; }
p { color: rgb(85,19,27); }
H1.HeaderClassName
{
color: #55131B;
}
.AnyTagClassName
{
color: #55131B;
}
</style>
background-color css
<style>
a { background-color: #55131B; }
a { background-color: rgb(85,19,27); }
div.DivClassName
{
background-color: #55131B;
}
.BgClassName
{
background-color: #55131B;
}
</style>
border-color css
<style>
span { border-color: #55131B; }
span { border-color: rgb(85,19,27); }
td.TdClassName
{
border-color: #55131B;
}
.TagClassName
{
border-color: #55131B;
}
</style>