Shades of Bordeaux #550B10
Tints of Bordeaux #550B10
RGB
CMYK
RGB Variations
Color information
#550B10 (or 0x550B10) is known color: Bordeaux. HEX triplet: 55, 0B and 10. RGB value is (85,11,16). Sum of RGB (Red+Green+Blue) = 85+11+16=112 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.89% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 85 - color contains mainly: red. Hex color #550B10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550B10 is #AAF4EF. Grayscale: #212121. Windows color (decimal): -11203824 or 1051477. OLE color: 1051477.
HSL color Cylindrical-coordinate representation of color #550B10: hue angle of 355.95º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #550B10 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 11 | 16 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.67 |
| HSL | 355.95º | 0.77% | 0.19% | - |
| HSV(B) | 355.95º | 0.87% | 0.33% | - |
| XYZ | 3.96 | 2.21 | 0.71 | - |
| YUV | 33.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 16 | 0 | 0.87 | 0.81 | 0.67 | 355.95 | 0.77 | 0.19 |
| Hex | 55 | B | 10 | 0 | 57 | 51 | 43 | 164 | 4D | 13 |
| Octal | 125 | 13 | 20 | 0 | 127 | 121 | 103 | 544 | 115 | 23 |
| Binary | 1010101 | 1011 | 10000 | 0 | 1010111 | 1010001 | 1000011 | 101100100 | 1001101 | 10011 |
Color Harmonies of #550B10
Complementary color
Monochromatic Colors of #550B10
Black with #550B10
Text Example
Text Example
White with #550B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550B10; }
p { color: rgb(85,11,16); }
H1.HeaderClassName
{
color: #550B10;
}
.AnyTagClassName
{
color: #550B10;
}
</style>
background-color css
<style>
a { background-color: #550B10; }
a { background-color: rgb(85,11,16); }
div.DivClassName
{
background-color: #550B10;
}
.BgClassName
{
background-color: #550B10;
}
</style>
border-color css
<style>
span { border-color: #550B10; }
span { border-color: rgb(85,11,16); }
td.TdClassName
{
border-color: #550B10;
}
.TagClassName
{
border-color: #550B10;
}
</style>