Shades of Bordeaux #55111A
Tints of Bordeaux #55111A
RGB
CMYK
RGB Variations
Color information
#55111A (or 0x55111A) is known color: Bordeaux. HEX triplet: 55, 11 and 1A. RGB value is (85,17,26). Sum of RGB (Red+Green+Blue) = 85+17+26=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #55111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55111A is #AAEEE5. Grayscale: #262626. Windows color (decimal): -11202278 or 1708373. OLE color: 1708373.
HSL color Cylindrical-coordinate representation of color #55111A: hue angle of 352.06º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55111A is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 26 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.67 |
| HSL | 352.06º | 0.67% | 0.2% | - |
| HSV(B) | 352.06º | 0.8% | 0.33% | - |
| XYZ | 4.13 | 2.41 | 1.22 | - |
| YUV | 38.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 26 | 0 | 0.80 | 0.69 | 0.67 | 352.06 | 0.67 | 0.2 |
| Hex | 55 | 11 | 1A | 0 | 50 | 45 | 43 | 160 | 43 | 14 |
| Octal | 125 | 21 | 32 | 0 | 120 | 105 | 103 | 540 | 103 | 24 |
| Binary | 1010101 | 10001 | 11010 | 0 | 1010000 | 1000101 | 1000011 | 101100000 | 1000011 | 10100 |
Color Harmonies of #55111A
Complementary color
Monochromatic Colors of #55111A
Black with #55111A
Text Example
Text Example
White with #55111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55111A; }
p { color: rgb(85,17,26); }
H1.HeaderClassName
{
color: #55111A;
}
.AnyTagClassName
{
color: #55111A;
}
</style>
background-color css
<style>
a { background-color: #55111A; }
a { background-color: rgb(85,17,26); }
div.DivClassName
{
background-color: #55111A;
}
.BgClassName
{
background-color: #55111A;
}
</style>
border-color css
<style>
span { border-color: #55111A; }
span { border-color: rgb(85,17,26); }
td.TdClassName
{
border-color: #55111A;
}
.TagClassName
{
border-color: #55111A;
}
</style>