Shades of Bordeaux #55011A
Tints of Bordeaux #55011A
RGB
CMYK
RGB Variations
Color information
#55011A (or 0x55011A) is known color: Bordeaux. HEX triplet: 55, 01 and 1A. RGB value is (85,1,26). Sum of RGB (Red+Green+Blue) = 85+1+26=112 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.89% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 85 - color contains mainly: red. Hex color #55011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55011A is #AAFEE5. Grayscale: #1C1C1C. Windows color (decimal): -11206374 or 1704277. OLE color: 1704277.
HSL color Cylindrical-coordinate representation of color #55011A: hue angle of 342.14º 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 #55011A is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.67 |
| HSL | 342.14º | 0.98% | 0.17% | - |
| HSV(B) | 342.14º | 0.99% | 0.33% | - |
| XYZ | 3.94 | 2.03 | 1.16 | - |
| YUV | 28.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 26 | 0 | 0.99 | 0.69 | 0.67 | 342.14 | 0.98 | 0.17 |
| Hex | 55 | 1 | 1A | 0 | 63 | 45 | 43 | 156 | 62 | 11 |
| Octal | 125 | 1 | 32 | 0 | 143 | 105 | 103 | 526 | 142 | 21 |
| Binary | 1010101 | 1 | 11010 | 0 | 1100011 | 1000101 | 1000011 | 101010110 | 1100010 | 10001 |
Color Harmonies of #55011A
Complementary color
Monochromatic Colors of #55011A
Black with #55011A
Text Example
Text Example
White with #55011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55011A; }
p { color: rgb(85,1,26); }
H1.HeaderClassName
{
color: #55011A;
}
.AnyTagClassName
{
color: #55011A;
}
</style>
background-color css
<style>
a { background-color: #55011A; }
a { background-color: rgb(85,1,26); }
div.DivClassName
{
background-color: #55011A;
}
.BgClassName
{
background-color: #55011A;
}
</style>
border-color css
<style>
span { border-color: #55011A; }
span { border-color: rgb(85,1,26); }
td.TdClassName
{
border-color: #55011A;
}
.TagClassName
{
border-color: #55011A;
}
</style>