Shades of Bordeaux #55090C
Tints of Bordeaux #55090C
RGB
CMYK
RGB Variations
Color information
#55090C (or 0x55090C) is known color: Bordeaux. HEX triplet: 55, 09 and 0C. RGB value is (85,9,12). Sum of RGB (Red+Green+Blue) = 85+9+12=106 (14% of max value = 765). Red value is 85 (33.59% from 255 or 80.19% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 85 - color contains mainly: red. Hex color #55090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55090C is #AAF6F3. Grayscale: #202020. Windows color (decimal): -11204340 or 788821. OLE color: 788821.
HSL color Cylindrical-coordinate representation of color #55090C: hue angle of 357.63º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55090C is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 9 | 12 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.67 |
| HSL | 357.63º | 0.81% | 0.18% | - |
| HSV(B) | 357.63º | 0.89% | 0.33% | - |
| XYZ | 3.91 | 2.15 | 0.56 | - |
| YUV | 32.07 | 116.68 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 12 | 0 | 0.89 | 0.86 | 0.67 | 357.63 | 0.81 | 0.18 |
| Hex | 55 | 9 | C | 0 | 59 | 56 | 43 | 166 | 51 | 12 |
| Octal | 125 | 11 | 14 | 0 | 131 | 126 | 103 | 546 | 121 | 22 |
| Binary | 1010101 | 1001 | 1100 | 0 | 1011001 | 1010110 | 1000011 | 101100110 | 1010001 | 10010 |
Color Harmonies of #55090C
Complementary color
Monochromatic Colors of #55090C
Black with #55090C
Text Example
Text Example
White with #55090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55090C; }
p { color: rgb(85,9,12); }
H1.HeaderClassName
{
color: #55090C;
}
.AnyTagClassName
{
color: #55090C;
}
</style>
background-color css
<style>
a { background-color: #55090C; }
a { background-color: rgb(85,9,12); }
div.DivClassName
{
background-color: #55090C;
}
.BgClassName
{
background-color: #55090C;
}
</style>
border-color css
<style>
span { border-color: #55090C; }
span { border-color: rgb(85,9,12); }
td.TdClassName
{
border-color: #55090C;
}
.TagClassName
{
border-color: #55090C;
}
</style>