Shades of Bordeaux #55010B
Tints of Bordeaux #55010B
RGB
CMYK
RGB Variations
Color information
#55010B (or 0x55010B) is known color: Bordeaux. HEX triplet: 55, 01 and 0B. RGB value is (85,1,11). Sum of RGB (Red+Green+Blue) = 85+1+11=97 (12% of max value = 765). Red value is 85 (33.59% from 255 or 87.63% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 85 - color contains mainly: red. Hex color #55010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55010B is #AAFEF4. Grayscale: #1B1B1B. Windows color (decimal): -11206389 or 721237. OLE color: 721237.
HSL color Cylindrical-coordinate representation of color #55010B: hue angle of 352.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55010B is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.67 |
| HSL | 352.86º | 0.98% | 0.17% | - |
| HSV(B) | 352.86º | 0.99% | 0.33% | - |
| XYZ | 3.82 | 1.98 | 0.5 | - |
| YUV | 27.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 11 | 0 | 0.99 | 0.87 | 0.67 | 352.86 | 0.98 | 0.17 |
| Hex | 55 | 1 | B | 0 | 63 | 57 | 43 | 161 | 62 | 11 |
| Octal | 125 | 1 | 13 | 0 | 143 | 127 | 103 | 541 | 142 | 21 |
| Binary | 1010101 | 1 | 1011 | 0 | 1100011 | 1010111 | 1000011 | 101100001 | 1100010 | 10001 |
Color Harmonies of #55010B
Complementary color
Monochromatic Colors of #55010B
Black with #55010B
Text Example
Text Example
White with #55010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55010B; }
p { color: rgb(85,1,11); }
H1.HeaderClassName
{
color: #55010B;
}
.AnyTagClassName
{
color: #55010B;
}
</style>
background-color css
<style>
a { background-color: #55010B; }
a { background-color: rgb(85,1,11); }
div.DivClassName
{
background-color: #55010B;
}
.BgClassName
{
background-color: #55010B;
}
</style>
border-color css
<style>
span { border-color: #55010B; }
span { border-color: rgb(85,1,11); }
td.TdClassName
{
border-color: #55010B;
}
.TagClassName
{
border-color: #55010B;
}
</style>