Shades of Bordeaux #55141A
Tints of Bordeaux #55141A
RGB
CMYK
RGB Variations
Color information
#55141A (or 0x55141A) is known color: Bordeaux. HEX triplet: 55, 14 and 1A. RGB value is (85,20,26). Sum of RGB (Red+Green+Blue) = 85+20+26=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #55141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55141A is #AAEBE5. Grayscale: #282828. Windows color (decimal): -11201510 or 1709141. OLE color: 1709141.
HSL color Cylindrical-coordinate representation of color #55141A: hue angle of 354.46º 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 #55141A is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 26 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.67 |
| HSL | 354.46º | 0.62% | 0.21% | - |
| HSV(B) | 354.46º | 0.76% | 0.33% | - |
| XYZ | 4.18 | 2.51 | 1.24 | - |
| YUV | 40.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 26 | 0 | 0.76 | 0.69 | 0.67 | 354.46 | 0.62 | 0.21 |
| Hex | 55 | 14 | 1A | 0 | 4C | 45 | 43 | 162 | 3E | 15 |
| Octal | 125 | 24 | 32 | 0 | 114 | 105 | 103 | 542 | 76 | 25 |
| Binary | 1010101 | 10100 | 11010 | 0 | 1001100 | 1000101 | 1000011 | 101100010 | 111110 | 10101 |
Color Harmonies of #55141A
Complementary color
Monochromatic Colors of #55141A
Black with #55141A
Text Example
Text Example
White with #55141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55141A; }
p { color: rgb(85,20,26); }
H1.HeaderClassName
{
color: #55141A;
}
.AnyTagClassName
{
color: #55141A;
}
</style>
background-color css
<style>
a { background-color: #55141A; }
a { background-color: rgb(85,20,26); }
div.DivClassName
{
background-color: #55141A;
}
.BgClassName
{
background-color: #55141A;
}
</style>
border-color css
<style>
span { border-color: #55141A; }
span { border-color: rgb(85,20,26); }
td.TdClassName
{
border-color: #55141A;
}
.TagClassName
{
border-color: #55141A;
}
</style>