Shades of Bordeaux #550110
Tints of Bordeaux #550110
RGB
CMYK
RGB Variations
Color information
#550110 (or 0x550110) is known color: Bordeaux. HEX triplet: 55, 01 and 10. RGB value is (85,1,16). Sum of RGB (Red+Green+Blue) = 85+1+16=102 (13% of max value = 765). Red value is 85 (33.59% from 255 or 83.33% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 85 - color contains mainly: red. Hex color #550110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550110 is #AAFEEF. Grayscale: #1B1B1B. Windows color (decimal): -11206384 or 1048917. OLE color: 1048917.
HSL color Cylindrical-coordinate representation of color #550110: hue angle of 349.29º 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 #550110 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.67 |
| HSL | 349.29º | 0.98% | 0.17% | - |
| HSV(B) | 349.29º | 0.99% | 0.33% | - |
| XYZ | 3.85 | 1.99 | 0.67 | - |
| YUV | 27.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 16 | 0 | 0.99 | 0.81 | 0.67 | 349.29 | 0.98 | 0.17 |
| Hex | 55 | 1 | 10 | 0 | 63 | 51 | 43 | 15D | 62 | 11 |
| Octal | 125 | 1 | 20 | 0 | 143 | 121 | 103 | 535 | 142 | 21 |
| Binary | 1010101 | 1 | 10000 | 0 | 1100011 | 1010001 | 1000011 | 101011101 | 1100010 | 10001 |
Color Harmonies of #550110
Complementary color
Monochromatic Colors of #550110
Black with #550110
Text Example
Text Example
White with #550110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550110; }
p { color: rgb(85,1,16); }
H1.HeaderClassName
{
color: #550110;
}
.AnyTagClassName
{
color: #550110;
}
</style>
background-color css
<style>
a { background-color: #550110; }
a { background-color: rgb(85,1,16); }
div.DivClassName
{
background-color: #550110;
}
.BgClassName
{
background-color: #550110;
}
</style>
border-color css
<style>
span { border-color: #550110; }
span { border-color: rgb(85,1,16); }
td.TdClassName
{
border-color: #550110;
}
.TagClassName
{
border-color: #550110;
}
</style>