Shades of Bordeaux #55162B
Tints of Bordeaux #55162B
RGB
CMYK
RGB Variations
Color information
#55162B (or 0x55162B) is known color: Bordeaux. HEX triplet: 55, 16 and 2B. RGB value is (85,22,43). Sum of RGB (Red+Green+Blue) = 85+22+43=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #55162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55162B is #AAE9D4. Grayscale: #2B2B2B. Windows color (decimal): -11200981 or 2823765. OLE color: 2823765.
HSL color Cylindrical-coordinate representation of color #55162B: hue angle of 340º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55162B is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 43 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.67 |
| HSL | 340º | 0.59% | 0.21% | - |
| HSV(B) | 340º | 0.74% | 0.33% | - |
| XYZ | 4.47 | 2.68 | 2.57 | - |
| YUV | 43.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 43 | 0 | 0.74 | 0.49 | 0.67 | 340 | 0.59 | 0.21 |
| Hex | 55 | 16 | 2B | 0 | 4A | 31 | 43 | 154 | 3B | 15 |
| Octal | 125 | 26 | 53 | 0 | 112 | 61 | 103 | 524 | 73 | 25 |
| Binary | 1010101 | 10110 | 101011 | 0 | 1001010 | 110001 | 1000011 | 101010100 | 111011 | 10101 |
Color Harmonies of #55162B
Complementary color
Monochromatic Colors of #55162B
Black with #55162B
Text Example
Text Example
White with #55162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55162B; }
p { color: rgb(85,22,43); }
H1.HeaderClassName
{
color: #55162B;
}
.AnyTagClassName
{
color: #55162B;
}
</style>
background-color css
<style>
a { background-color: #55162B; }
a { background-color: rgb(85,22,43); }
div.DivClassName
{
background-color: #55162B;
}
.BgClassName
{
background-color: #55162B;
}
</style>
border-color css
<style>
span { border-color: #55162B; }
span { border-color: rgb(85,22,43); }
td.TdClassName
{
border-color: #55162B;
}
.TagClassName
{
border-color: #55162B;
}
</style>