Shades of Bordeaux #55121B
Tints of Bordeaux #55121B
RGB
CMYK
RGB Variations
Color information
#55121B (or 0x55121B) is known color: Bordeaux. HEX triplet: 55, 12 and 1B. RGB value is (85,18,27). Sum of RGB (Red+Green+Blue) = 85+18+27=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #55121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55121B is #AAEDE4. Grayscale: #272727. Windows color (decimal): -11202021 or 1774165. OLE color: 1774165.
HSL color Cylindrical-coordinate representation of color #55121B: hue angle of 351.94º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55121B is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 27 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.67 |
| HSL | 351.94º | 0.65% | 0.2% | - |
| HSV(B) | 351.94º | 0.79% | 0.33% | - |
| XYZ | 4.16 | 2.44 | 1.29 | - |
| YUV | 39.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 27 | 0 | 0.79 | 0.68 | 0.67 | 351.94 | 0.65 | 0.2 |
| Hex | 55 | 12 | 1B | 0 | 4F | 44 | 43 | 160 | 41 | 14 |
| Octal | 125 | 22 | 33 | 0 | 117 | 104 | 103 | 540 | 101 | 24 |
| Binary | 1010101 | 10010 | 11011 | 0 | 1001111 | 1000100 | 1000011 | 101100000 | 1000001 | 10100 |
Color Harmonies of #55121B
Complementary color
Monochromatic Colors of #55121B
Black with #55121B
Text Example
Text Example
White with #55121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55121B; }
p { color: rgb(85,18,27); }
H1.HeaderClassName
{
color: #55121B;
}
.AnyTagClassName
{
color: #55121B;
}
</style>
background-color css
<style>
a { background-color: #55121B; }
a { background-color: rgb(85,18,27); }
div.DivClassName
{
background-color: #55121B;
}
.BgClassName
{
background-color: #55121B;
}
</style>
border-color css
<style>
span { border-color: #55121B; }
span { border-color: rgb(85,18,27); }
td.TdClassName
{
border-color: #55121B;
}
.TagClassName
{
border-color: #55121B;
}
</style>