Shades of Bordeaux #55090F
Tints of Bordeaux #55090F
RGB
CMYK
RGB Variations
Color information
#55090F (or 0x55090F) is known color: Bordeaux. HEX triplet: 55, 09 and 0F. RGB value is (85,9,15). Sum of RGB (Red+Green+Blue) = 85+9+15=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #55090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55090F is #AAF6F0. Grayscale: #202020. Windows color (decimal): -11204337 or 985429. OLE color: 985429.
HSL color Cylindrical-coordinate representation of color #55090F: hue angle of 355.26º 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 #55090F is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 9 | 15 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.67 |
| HSL | 355.26º | 0.81% | 0.18% | - |
| HSV(B) | 355.26º | 0.89% | 0.33% | - |
| XYZ | 3.93 | 2.16 | 0.66 | - |
| YUV | 32.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 15 | 0 | 0.89 | 0.82 | 0.67 | 355.26 | 0.81 | 0.18 |
| Hex | 55 | 9 | F | 0 | 59 | 52 | 43 | 163 | 51 | 12 |
| Octal | 125 | 11 | 17 | 0 | 131 | 122 | 103 | 543 | 121 | 22 |
| Binary | 1010101 | 1001 | 1111 | 0 | 1011001 | 1010010 | 1000011 | 101100011 | 1010001 | 10010 |
Color Harmonies of #55090F
Complementary color
Monochromatic Colors of #55090F
Black with #55090F
Text Example
Text Example
White with #55090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55090F; }
p { color: rgb(85,9,15); }
H1.HeaderClassName
{
color: #55090F;
}
.AnyTagClassName
{
color: #55090F;
}
</style>
background-color css
<style>
a { background-color: #55090F; }
a { background-color: rgb(85,9,15); }
div.DivClassName
{
background-color: #55090F;
}
.BgClassName
{
background-color: #55090F;
}
</style>
border-color css
<style>
span { border-color: #55090F; }
span { border-color: rgb(85,9,15); }
td.TdClassName
{
border-color: #55090F;
}
.TagClassName
{
border-color: #55090F;
}
</style>