Shades of Bordeaux #55091B
Tints of Bordeaux #55091B
RGB
CMYK
RGB Variations
Color information
#55091B (or 0x55091B) is known color: Bordeaux. HEX triplet: 55, 09 and 1B. RGB value is (85,9,27). Sum of RGB (Red+Green+Blue) = 85+9+27=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #55091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55091B is #AAF6E4. Grayscale: #212121. Windows color (decimal): -11204325 or 1771861. OLE color: 1771861.
HSL color Cylindrical-coordinate representation of color #55091B: hue angle of 345.79º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55091B is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 9 | 27 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.67 |
| HSL | 345.79º | 0.81% | 0.18% | - |
| HSV(B) | 345.79º | 0.89% | 0.33% | - |
| XYZ | 4.04 | 2.21 | 1.25 | - |
| YUV | 33.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 27 | 0 | 0.89 | 0.68 | 0.67 | 345.79 | 0.81 | 0.18 |
| Hex | 55 | 9 | 1B | 0 | 59 | 44 | 43 | 15A | 51 | 12 |
| Octal | 125 | 11 | 33 | 0 | 131 | 104 | 103 | 532 | 121 | 22 |
| Binary | 1010101 | 1001 | 11011 | 0 | 1011001 | 1000100 | 1000011 | 101011010 | 1010001 | 10010 |
Color Harmonies of #55091B
Complementary color
Monochromatic Colors of #55091B
Black with #55091B
Text Example
Text Example
White with #55091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55091B; }
p { color: rgb(85,9,27); }
H1.HeaderClassName
{
color: #55091B;
}
.AnyTagClassName
{
color: #55091B;
}
</style>
background-color css
<style>
a { background-color: #55091B; }
a { background-color: rgb(85,9,27); }
div.DivClassName
{
background-color: #55091B;
}
.BgClassName
{
background-color: #55091B;
}
</style>
border-color css
<style>
span { border-color: #55091B; }
span { border-color: rgb(85,9,27); }
td.TdClassName
{
border-color: #55091B;
}
.TagClassName
{
border-color: #55091B;
}
</style>