Shades of Bordeaux #550018
Tints of Bordeaux #550018
RGB
CMYK
RGB Variations
Color information
#550018 (or 0x550018) is known color: Bordeaux. HEX triplet: 55, 00 and 18. RGB value is (85,0,24). Sum of RGB (Red+Green+Blue) = 85+0+24=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #550018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550018 is #AAFFE7. Grayscale: #1C1C1C. Windows color (decimal): -11206632 or 1572949. OLE color: 1572949.
HSL color Cylindrical-coordinate representation of color #550018: hue angle of 343.06º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550018 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.72 | 0.67 |
| HSL | 343.06º | 1% | 0.17% | - |
| HSV(B) | 343.06º | 1% | 0.33% | - |
| XYZ | 3.91 | 2 | 1.04 | - |
| YUV | 28.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 24 | 0 | 1 | 0.72 | 0.67 | 343.06 | 1 | 0.17 |
| Hex | 55 | 0 | 18 | 0 | 64 | 48 | 43 | 157 | 64 | 11 |
| Octal | 125 | 0 | 30 | 0 | 144 | 110 | 103 | 527 | 144 | 21 |
| Binary | 1010101 | 0 | 11000 | 0 | 1100100 | 1001000 | 1000011 | 101010111 | 1100100 | 10001 |
Color Harmonies of #550018
Complementary color
Monochromatic Colors of #550018
Black with #550018
Text Example
Text Example
White with #550018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550018; }
p { color: rgb(85,0,24); }
H1.HeaderClassName
{
color: #550018;
}
.AnyTagClassName
{
color: #550018;
}
</style>
background-color css
<style>
a { background-color: #550018; }
a { background-color: rgb(85,0,24); }
div.DivClassName
{
background-color: #550018;
}
.BgClassName
{
background-color: #550018;
}
</style>
border-color css
<style>
span { border-color: #550018; }
span { border-color: rgb(85,0,24); }
td.TdClassName
{
border-color: #550018;
}
.TagClassName
{
border-color: #550018;
}
</style>