Shades of Bordeaux #55090D
Tints of Bordeaux #55090D
RGB
CMYK
RGB Variations
Color information
#55090D (or 0x55090D) is known color: Bordeaux. HEX triplet: 55, 09 and 0D. RGB value is (85,9,13). Sum of RGB (Red+Green+Blue) = 85+9+13=107 (14% of max value = 765). Red value is 85 (33.59% from 255 or 79.44% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 85 - color contains mainly: red. Hex color #55090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55090D is #AAF6F2. Grayscale: #202020. Windows color (decimal): -11204339 or 854357. OLE color: 854357.
HSL color Cylindrical-coordinate representation of color #55090D: hue angle of 356.84º 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 #55090D is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 9 | 13 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.67 |
| HSL | 356.84º | 0.81% | 0.18% | - |
| HSV(B) | 356.84º | 0.89% | 0.33% | - |
| XYZ | 3.92 | 2.16 | 0.59 | - |
| YUV | 32.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 13 | 0 | 0.89 | 0.85 | 0.67 | 356.84 | 0.81 | 0.18 |
| Hex | 55 | 9 | D | 0 | 59 | 55 | 43 | 165 | 51 | 12 |
| Octal | 125 | 11 | 15 | 0 | 131 | 125 | 103 | 545 | 121 | 22 |
| Binary | 1010101 | 1001 | 1101 | 0 | 1011001 | 1010101 | 1000011 | 101100101 | 1010001 | 10010 |
Color Harmonies of #55090D
Complementary color
Monochromatic Colors of #55090D
Black with #55090D
Text Example
Text Example
White with #55090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55090D; }
p { color: rgb(85,9,13); }
H1.HeaderClassName
{
color: #55090D;
}
.AnyTagClassName
{
color: #55090D;
}
</style>
background-color css
<style>
a { background-color: #55090D; }
a { background-color: rgb(85,9,13); }
div.DivClassName
{
background-color: #55090D;
}
.BgClassName
{
background-color: #55090D;
}
</style>
border-color css
<style>
span { border-color: #55090D; }
span { border-color: rgb(85,9,13); }
td.TdClassName
{
border-color: #55090D;
}
.TagClassName
{
border-color: #55090D;
}
</style>