Shades of Bordeaux #550014
Tints of Bordeaux #550014
RGB
CMYK
RGB Variations
Color information
#550014 (or 0x550014) is known color: Bordeaux. HEX triplet: 55, 00 and 14. RGB value is (85,0,20). Sum of RGB (Red+Green+Blue) = 85+0+20=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #550014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550014 is #AAFFEB. Grayscale: #1B1B1B. Windows color (decimal): -11206636 or 1310805. OLE color: 1310805.
HSL color Cylindrical-coordinate representation of color #550014: hue angle of 345.88º 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 #550014 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.76 | 0.67 |
| HSL | 345.88º | 1% | 0.17% | - |
| HSV(B) | 345.88º | 1% | 0.33% | - |
| XYZ | 3.87 | 1.98 | 0.84 | - |
| YUV | 27.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 20 | 0 | 1 | 0.76 | 0.67 | 345.88 | 1 | 0.17 |
| Hex | 55 | 0 | 14 | 0 | 64 | 4C | 43 | 15A | 64 | 11 |
| Octal | 125 | 0 | 24 | 0 | 144 | 114 | 103 | 532 | 144 | 21 |
| Binary | 1010101 | 0 | 10100 | 0 | 1100100 | 1001100 | 1000011 | 101011010 | 1100100 | 10001 |
Color Harmonies of #550014
Complementary color
Monochromatic Colors of #550014
Black with #550014
Text Example
Text Example
White with #550014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550014; }
p { color: rgb(85,0,20); }
H1.HeaderClassName
{
color: #550014;
}
.AnyTagClassName
{
color: #550014;
}
</style>
background-color css
<style>
a { background-color: #550014; }
a { background-color: rgb(85,0,20); }
div.DivClassName
{
background-color: #550014;
}
.BgClassName
{
background-color: #550014;
}
</style>
border-color css
<style>
span { border-color: #550014; }
span { border-color: rgb(85,0,20); }
td.TdClassName
{
border-color: #550014;
}
.TagClassName
{
border-color: #550014;
}
</style>