Shades of Bordeaux #550918
Tints of Bordeaux #550918
RGB
CMYK
RGB Variations
Color information
#550918 (or 0x550918) is known color: Bordeaux. HEX triplet: 55, 09 and 18. RGB value is (85,9,24). Sum of RGB (Red+Green+Blue) = 85+9+24=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #550918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550918 is #AAF6E7. Grayscale: #212121. Windows color (decimal): -11204328 or 1575253. OLE color: 1575253.
HSL color Cylindrical-coordinate representation of color #550918: hue angle of 348.16º 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 #550918 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 9 | 24 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.67 |
| HSL | 348.16º | 0.81% | 0.18% | - |
| HSV(B) | 348.16º | 0.89% | 0.33% | - |
| XYZ | 4.01 | 2.19 | 1.08 | - |
| YUV | 33.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 24 | 0 | 0.89 | 0.72 | 0.67 | 348.16 | 0.81 | 0.18 |
| Hex | 55 | 9 | 18 | 0 | 59 | 48 | 43 | 15C | 51 | 12 |
| Octal | 125 | 11 | 30 | 0 | 131 | 110 | 103 | 534 | 121 | 22 |
| Binary | 1010101 | 1001 | 11000 | 0 | 1011001 | 1001000 | 1000011 | 101011100 | 1010001 | 10010 |
Color Harmonies of #550918
Complementary color
Monochromatic Colors of #550918
Black with #550918
Text Example
Text Example
White with #550918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550918; }
p { color: rgb(85,9,24); }
H1.HeaderClassName
{
color: #550918;
}
.AnyTagClassName
{
color: #550918;
}
</style>
background-color css
<style>
a { background-color: #550918; }
a { background-color: rgb(85,9,24); }
div.DivClassName
{
background-color: #550918;
}
.BgClassName
{
background-color: #550918;
}
</style>
border-color css
<style>
span { border-color: #550918; }
span { border-color: rgb(85,9,24); }
td.TdClassName
{
border-color: #550918;
}
.TagClassName
{
border-color: #550918;
}
</style>