Shades of Bordeaux #55010A
Tints of Bordeaux #55010A
RGB
CMYK
RGB Variations
Color information
#55010A (or 0x55010A) is known color: Bordeaux. HEX triplet: 55, 01 and 0A. RGB value is (85,1,10). Sum of RGB (Red+Green+Blue) = 85+1+10=96 (12% of max value = 765). Red value is 85 (33.59% from 255 or 88.54% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 85 - color contains mainly: red. Hex color #55010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55010A is #AAFEF5. Grayscale: #1B1B1B. Windows color (decimal): -11206390 or 655701. OLE color: 655701.
HSL color Cylindrical-coordinate representation of color #55010A: hue angle of 353.57º 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 #55010A is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.67 |
| HSL | 353.57º | 0.98% | 0.17% | - |
| HSV(B) | 353.57º | 0.99% | 0.33% | - |
| XYZ | 3.81 | 1.97 | 0.47 | - |
| YUV | 27.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 10 | 0 | 0.99 | 0.88 | 0.67 | 353.57 | 0.98 | 0.17 |
| Hex | 55 | 1 | A | 0 | 63 | 58 | 43 | 162 | 62 | 11 |
| Octal | 125 | 1 | 12 | 0 | 143 | 130 | 103 | 542 | 142 | 21 |
| Binary | 1010101 | 1 | 1010 | 0 | 1100011 | 1011000 | 1000011 | 101100010 | 1100010 | 10001 |
Color Harmonies of #55010A
Complementary color
Monochromatic Colors of #55010A
Black with #55010A
Text Example
Text Example
White with #55010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55010A; }
p { color: rgb(85,1,10); }
H1.HeaderClassName
{
color: #55010A;
}
.AnyTagClassName
{
color: #55010A;
}
</style>
background-color css
<style>
a { background-color: #55010A; }
a { background-color: rgb(85,1,10); }
div.DivClassName
{
background-color: #55010A;
}
.BgClassName
{
background-color: #55010A;
}
</style>
border-color css
<style>
span { border-color: #55010A; }
span { border-color: rgb(85,1,10); }
td.TdClassName
{
border-color: #55010A;
}
.TagClassName
{
border-color: #55010A;
}
</style>