Shades of Bordeaux #55141B
Tints of Bordeaux #55141B
RGB
CMYK
RGB Variations
Color information
#55141B (or 0x55141B) is known color: Bordeaux. HEX triplet: 55, 14 and 1B. RGB value is (85,20,27). Sum of RGB (Red+Green+Blue) = 85+20+27=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #55141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55141B is #AAEBE4. Grayscale: #282828. Windows color (decimal): -11201509 or 1774677. OLE color: 1774677.
HSL color Cylindrical-coordinate representation of color #55141B: hue angle of 353.54º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55141B is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 27 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.67 |
| HSL | 353.54º | 0.62% | 0.21% | - |
| HSV(B) | 353.54º | 0.76% | 0.33% | - |
| XYZ | 4.19 | 2.51 | 1.3 | - |
| YUV | 40.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 27 | 0 | 0.76 | 0.68 | 0.67 | 353.54 | 0.62 | 0.21 |
| Hex | 55 | 14 | 1B | 0 | 4C | 44 | 43 | 162 | 3E | 15 |
| Octal | 125 | 24 | 33 | 0 | 114 | 104 | 103 | 542 | 76 | 25 |
| Binary | 1010101 | 10100 | 11011 | 0 | 1001100 | 1000100 | 1000011 | 101100010 | 111110 | 10101 |
Color Harmonies of #55141B
Complementary color
Monochromatic Colors of #55141B
Black with #55141B
Text Example
Text Example
White with #55141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55141B; }
p { color: rgb(85,20,27); }
H1.HeaderClassName
{
color: #55141B;
}
.AnyTagClassName
{
color: #55141B;
}
</style>
background-color css
<style>
a { background-color: #55141B; }
a { background-color: rgb(85,20,27); }
div.DivClassName
{
background-color: #55141B;
}
.BgClassName
{
background-color: #55141B;
}
</style>
border-color css
<style>
span { border-color: #55141B; }
span { border-color: rgb(85,20,27); }
td.TdClassName
{
border-color: #55141B;
}
.TagClassName
{
border-color: #55141B;
}
</style>