Shades of Bordeaux #55000A
Tints of Bordeaux #55000A
RGB
CMYK
RGB Variations
Color information
#55000A (or 0x55000A) is known color: Bordeaux. HEX triplet: 55, 00 and 0A. RGB value is (85,0,10). Sum of RGB (Red+Green+Blue) = 85+0+10=95 (12% of max value = 765). Red value is 85 (33.59% from 255 or 89.47% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 85 - color contains mainly: red. Hex color #55000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55000A is #AAFFF5. Grayscale: #1A1A1A. Windows color (decimal): -11206646 or 655445. OLE color: 655445.
HSL color Cylindrical-coordinate representation of color #55000A: hue angle of 352.94º 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 #55000A is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.88 | 0.67 |
| HSL | 352.94º | 1% | 0.17% | - |
| HSV(B) | 352.94º | 1% | 0.33% | - |
| XYZ | 3.8 | 1.95 | 0.46 | - |
| YUV | 26.56 | 118.66 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 10 | 0 | 1 | 0.88 | 0.67 | 352.94 | 1 | 0.17 |
| Hex | 55 | 0 | A | 0 | 64 | 58 | 43 | 161 | 64 | 11 |
| Octal | 125 | 0 | 12 | 0 | 144 | 130 | 103 | 541 | 144 | 21 |
| Binary | 1010101 | 0 | 1010 | 0 | 1100100 | 1011000 | 1000011 | 101100001 | 1100100 | 10001 |
Color Harmonies of #55000A
Complementary color
Monochromatic Colors of #55000A
Black with #55000A
Text Example
Text Example
White with #55000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55000A; }
p { color: rgb(85,0,10); }
H1.HeaderClassName
{
color: #55000A;
}
.AnyTagClassName
{
color: #55000A;
}
</style>
background-color css
<style>
a { background-color: #55000A; }
a { background-color: rgb(85,0,10); }
div.DivClassName
{
background-color: #55000A;
}
.BgClassName
{
background-color: #55000A;
}
</style>
border-color css
<style>
span { border-color: #55000A; }
span { border-color: rgb(85,0,10); }
td.TdClassName
{
border-color: #55000A;
}
.TagClassName
{
border-color: #55000A;
}
</style>