Shades of Bordeaux #55011B
Tints of Bordeaux #55011B
RGB
CMYK
RGB Variations
Color information
#55011B (or 0x55011B) is known color: Bordeaux. HEX triplet: 55, 01 and 1B. RGB value is (85,1,27). Sum of RGB (Red+Green+Blue) = 85+1+27=113 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.22% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 85 - color contains mainly: red. Hex color #55011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55011B is #AAFEE4. Grayscale: #1D1D1D. Windows color (decimal): -11206373 or 1769813. OLE color: 1769813.
HSL color Cylindrical-coordinate representation of color #55011B: hue angle of 341.43º 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 #55011B is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.67 |
| HSL | 341.43º | 0.98% | 0.17% | - |
| HSV(B) | 341.43º | 0.99% | 0.33% | - |
| XYZ | 3.95 | 2.03 | 1.22 | - |
| YUV | 29.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 27 | 0 | 0.99 | 0.68 | 0.67 | 341.43 | 0.98 | 0.17 |
| Hex | 55 | 1 | 1B | 0 | 63 | 44 | 43 | 155 | 62 | 11 |
| Octal | 125 | 1 | 33 | 0 | 143 | 104 | 103 | 525 | 142 | 21 |
| Binary | 1010101 | 1 | 11011 | 0 | 1100011 | 1000100 | 1000011 | 101010101 | 1100010 | 10001 |
Color Harmonies of #55011B
Complementary color
Monochromatic Colors of #55011B
Black with #55011B
Text Example
Text Example
White with #55011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55011B; }
p { color: rgb(85,1,27); }
H1.HeaderClassName
{
color: #55011B;
}
.AnyTagClassName
{
color: #55011B;
}
</style>
background-color css
<style>
a { background-color: #55011B; }
a { background-color: rgb(85,1,27); }
div.DivClassName
{
background-color: #55011B;
}
.BgClassName
{
background-color: #55011B;
}
</style>
border-color css
<style>
span { border-color: #55011B; }
span { border-color: rgb(85,1,27); }
td.TdClassName
{
border-color: #55011B;
}
.TagClassName
{
border-color: #55011B;
}
</style>