Shades of Bordeaux #550010
Tints of Bordeaux #550010
RGB
CMYK
RGB Variations
Color information
#550010 (or 0x550010) is known color: Bordeaux. HEX triplet: 55, 00 and 10. RGB value is (85,0,16). Sum of RGB (Red+Green+Blue) = 85+0+16=101 (13% of max value = 765). Red value is 85 (33.59% from 255 or 84.16% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 85 - color contains mainly: red. Hex color #550010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550010 is #AAFFEF. Grayscale: #1B1B1B. Windows color (decimal): -11206640 or 1048661. OLE color: 1048661.
HSL color Cylindrical-coordinate representation of color #550010: hue angle of 348.71º 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 #550010 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.81 | 0.67 |
| HSL | 348.71º | 1% | 0.17% | - |
| HSV(B) | 348.71º | 1% | 0.33% | - |
| XYZ | 3.84 | 1.97 | 0.67 | - |
| YUV | 27.24 | 121.66 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 16 | 0 | 1 | 0.81 | 0.67 | 348.71 | 1 | 0.17 |
| Hex | 55 | 0 | 10 | 0 | 64 | 51 | 43 | 15D | 64 | 11 |
| Octal | 125 | 0 | 20 | 0 | 144 | 121 | 103 | 535 | 144 | 21 |
| Binary | 1010101 | 0 | 10000 | 0 | 1100100 | 1010001 | 1000011 | 101011101 | 1100100 | 10001 |
Color Harmonies of #550010
Complementary color
Monochromatic Colors of #550010
Black with #550010
Text Example
Text Example
White with #550010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550010; }
p { color: rgb(85,0,16); }
H1.HeaderClassName
{
color: #550010;
}
.AnyTagClassName
{
color: #550010;
}
</style>
background-color css
<style>
a { background-color: #550010; }
a { background-color: rgb(85,0,16); }
div.DivClassName
{
background-color: #550010;
}
.BgClassName
{
background-color: #550010;
}
</style>
border-color css
<style>
span { border-color: #550010; }
span { border-color: rgb(85,0,16); }
td.TdClassName
{
border-color: #550010;
}
.TagClassName
{
border-color: #550010;
}
</style>