Shades of Bordeaux #55091D
Tints of Bordeaux #55091D
RGB
CMYK
RGB Variations
Color information
#55091D (or 0x55091D) is known color: Bordeaux. HEX triplet: 55, 09 and 1D. RGB value is (85,9,29). Sum of RGB (Red+Green+Blue) = 85+9+29=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #55091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55091D is #AAF6E2. Grayscale: #222222. Windows color (decimal): -11204323 or 1902933. OLE color: 1902933.
HSL color Cylindrical-coordinate representation of color #55091D: hue angle of 344.21º 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 #55091D is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 9 | 29 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.67 |
| HSL | 344.21º | 0.81% | 0.18% | - |
| HSV(B) | 344.21º | 0.89% | 0.33% | - |
| XYZ | 4.07 | 2.22 | 1.38 | - |
| YUV | 34 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 29 | 0 | 0.89 | 0.66 | 0.67 | 344.21 | 0.81 | 0.18 |
| Hex | 55 | 9 | 1D | 0 | 59 | 42 | 43 | 158 | 51 | 12 |
| Octal | 125 | 11 | 35 | 0 | 131 | 102 | 103 | 530 | 121 | 22 |
| Binary | 1010101 | 1001 | 11101 | 0 | 1011001 | 1000010 | 1000011 | 101011000 | 1010001 | 10010 |
Color Harmonies of #55091D
Complementary color
Monochromatic Colors of #55091D
Black with #55091D
Text Example
Text Example
White with #55091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55091D; }
p { color: rgb(85,9,29); }
H1.HeaderClassName
{
color: #55091D;
}
.AnyTagClassName
{
color: #55091D;
}
</style>
background-color css
<style>
a { background-color: #55091D; }
a { background-color: rgb(85,9,29); }
div.DivClassName
{
background-color: #55091D;
}
.BgClassName
{
background-color: #55091D;
}
</style>
border-color css
<style>
span { border-color: #55091D; }
span { border-color: rgb(85,9,29); }
td.TdClassName
{
border-color: #55091D;
}
.TagClassName
{
border-color: #55091D;
}
</style>