Shades of Bordeaux #550117
Tints of Bordeaux #550117
RGB
CMYK
RGB Variations
Color information
#550117 (or 0x550117) is known color: Bordeaux. HEX triplet: 55, 01 and 17. RGB value is (85,1,23). Sum of RGB (Red+Green+Blue) = 85+1+23=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #550117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550117 is #AAFEE8. Grayscale: #1C1C1C. Windows color (decimal): -11206377 or 1507669. OLE color: 1507669.
HSL color Cylindrical-coordinate representation of color #550117: hue angle of 344.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550117 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 23 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.67 |
| HSL | 344.29º | 0.98% | 0.17% | - |
| HSV(B) | 344.29º | 0.99% | 0.33% | - |
| XYZ | 3.91 | 2.01 | 0.99 | - |
| YUV | 28.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 23 | 0 | 0.99 | 0.73 | 0.67 | 344.29 | 0.98 | 0.17 |
| Hex | 55 | 1 | 17 | 0 | 63 | 49 | 43 | 158 | 62 | 11 |
| Octal | 125 | 1 | 27 | 0 | 143 | 111 | 103 | 530 | 142 | 21 |
| Binary | 1010101 | 1 | 10111 | 0 | 1100011 | 1001001 | 1000011 | 101011000 | 1100010 | 10001 |
Color Harmonies of #550117
Complementary color
Monochromatic Colors of #550117
Black with #550117
Text Example
Text Example
White with #550117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550117; }
p { color: rgb(85,1,23); }
H1.HeaderClassName
{
color: #550117;
}
.AnyTagClassName
{
color: #550117;
}
</style>
background-color css
<style>
a { background-color: #550117; }
a { background-color: rgb(85,1,23); }
div.DivClassName
{
background-color: #550117;
}
.BgClassName
{
background-color: #550117;
}
</style>
border-color css
<style>
span { border-color: #550117; }
span { border-color: rgb(85,1,23); }
td.TdClassName
{
border-color: #550117;
}
.TagClassName
{
border-color: #550117;
}
</style>