Shades of Bordeaux #551017
Tints of Bordeaux #551017
RGB
CMYK
RGB Variations
Color information
#551017 (or 0x551017) is known color: Bordeaux. HEX triplet: 55, 10 and 17. RGB value is (85,16,23). Sum of RGB (Red+Green+Blue) = 85+16+23=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #551017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551017 is #AAEFE8. Grayscale: #252525. Windows color (decimal): -11202537 or 1511509. OLE color: 1511509.
HSL color Cylindrical-coordinate representation of color #551017: hue angle of 353.91º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551017 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 23 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.67 |
| HSL | 353.91º | 0.68% | 0.2% | - |
| HSV(B) | 353.91º | 0.81% | 0.33% | - |
| XYZ | 4.09 | 2.36 | 1.05 | - |
| YUV | 37.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 23 | 0 | 0.81 | 0.73 | 0.67 | 353.91 | 0.68 | 0.2 |
| Hex | 55 | 10 | 17 | 0 | 51 | 49 | 43 | 162 | 44 | 14 |
| Octal | 125 | 20 | 27 | 0 | 121 | 111 | 103 | 542 | 104 | 24 |
| Binary | 1010101 | 10000 | 10111 | 0 | 1010001 | 1001001 | 1000011 | 101100010 | 1000100 | 10100 |
Color Harmonies of #551017
Complementary color
Monochromatic Colors of #551017
Black with #551017
Text Example
Text Example
White with #551017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551017; }
p { color: rgb(85,16,23); }
H1.HeaderClassName
{
color: #551017;
}
.AnyTagClassName
{
color: #551017;
}
</style>
background-color css
<style>
a { background-color: #551017; }
a { background-color: rgb(85,16,23); }
div.DivClassName
{
background-color: #551017;
}
.BgClassName
{
background-color: #551017;
}
</style>
border-color css
<style>
span { border-color: #551017; }
span { border-color: rgb(85,16,23); }
td.TdClassName
{
border-color: #551017;
}
.TagClassName
{
border-color: #551017;
}
</style>