Shades of Bordeaux #55000B
Tints of Bordeaux #55000B
RGB
CMYK
RGB Variations
Color information
#55000B (or 0x55000B) is known color: Bordeaux. HEX triplet: 55, 00 and 0B. RGB value is (85,0,11). Sum of RGB (Red+Green+Blue) = 85+0+11=96 (12% of max value = 765). Red value is 85 (33.59% from 255 or 88.54% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 85 - color contains mainly: red. Hex color #55000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55000B is #AAFFF4. Grayscale: #1A1A1A. Windows color (decimal): -11206645 or 720981. OLE color: 720981.
HSL color Cylindrical-coordinate representation of color #55000B: hue angle of 352.24º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55000B is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.87 | 0.67 |
| HSL | 352.24º | 1% | 0.17% | - |
| HSV(B) | 352.24º | 1% | 0.33% | - |
| XYZ | 3.81 | 1.96 | 0.49 | - |
| YUV | 26.67 | 119.16 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 11 | 0 | 1 | 0.87 | 0.67 | 352.24 | 1 | 0.17 |
| Hex | 55 | 0 | B | 0 | 64 | 57 | 43 | 160 | 64 | 11 |
| Octal | 125 | 0 | 13 | 0 | 144 | 127 | 103 | 540 | 144 | 21 |
| Binary | 1010101 | 0 | 1011 | 0 | 1100100 | 1010111 | 1000011 | 101100000 | 1100100 | 10001 |
Color Harmonies of #55000B
Complementary color
Monochromatic Colors of #55000B
Black with #55000B
Text Example
Text Example
White with #55000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55000B; }
p { color: rgb(85,0,11); }
H1.HeaderClassName
{
color: #55000B;
}
.AnyTagClassName
{
color: #55000B;
}
</style>
background-color css
<style>
a { background-color: #55000B; }
a { background-color: rgb(85,0,11); }
div.DivClassName
{
background-color: #55000B;
}
.BgClassName
{
background-color: #55000B;
}
</style>
border-color css
<style>
span { border-color: #55000B; }
span { border-color: rgb(85,0,11); }
td.TdClassName
{
border-color: #55000B;
}
.TagClassName
{
border-color: #55000B;
}
</style>