Shades of Bordeaux #55192C
Tints of Bordeaux #55192C
RGB
CMYK
RGB Variations
Color information
#55192C (or 0x55192C) is known color: Bordeaux. HEX triplet: 55, 19 and 2C. RGB value is (85,25,44). Sum of RGB (Red+Green+Blue) = 85+25+44=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #55192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55192C is #AAE6D3. Grayscale: #2D2D2D. Windows color (decimal): -11200212 or 2890069. OLE color: 2890069.
HSL color Cylindrical-coordinate representation of color #55192C: hue angle of 341º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55192C is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 44 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.67 |
| HSL | 341º | 0.55% | 0.22% | - |
| HSV(B) | 341º | 0.71% | 0.33% | - |
| XYZ | 4.55 | 2.81 | 2.69 | - |
| YUV | 45.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 44 | 0 | 0.71 | 0.48 | 0.67 | 341 | 0.55 | 0.22 |
| Hex | 55 | 19 | 2C | 0 | 47 | 30 | 43 | 155 | 37 | 16 |
| Octal | 125 | 31 | 54 | 0 | 107 | 60 | 103 | 525 | 67 | 26 |
| Binary | 1010101 | 11001 | 101100 | 0 | 1000111 | 110000 | 1000011 | 101010101 | 110111 | 10110 |
Color Harmonies of #55192C
Complementary color
Monochromatic Colors of #55192C
Black with #55192C
Text Example
Text Example
White with #55192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55192C; }
p { color: rgb(85,25,44); }
H1.HeaderClassName
{
color: #55192C;
}
.AnyTagClassName
{
color: #55192C;
}
</style>
background-color css
<style>
a { background-color: #55192C; }
a { background-color: rgb(85,25,44); }
div.DivClassName
{
background-color: #55192C;
}
.BgClassName
{
background-color: #55192C;
}
</style>
border-color css
<style>
span { border-color: #55192C; }
span { border-color: rgb(85,25,44); }
td.TdClassName
{
border-color: #55192C;
}
.TagClassName
{
border-color: #55192C;
}
</style>