Shades of Bordeaux #55171E
Tints of Bordeaux #55171E
RGB
CMYK
RGB Variations
Color information
#55171E (or 0x55171E) is known color: Bordeaux. HEX triplet: 55, 17 and 1E. RGB value is (85,23,30). Sum of RGB (Red+Green+Blue) = 85+23+30=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #55171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55171E is #AAE8E1. Grayscale: #2A2A2A. Windows color (decimal): -11200738 or 1972053. OLE color: 1972053.
HSL color Cylindrical-coordinate representation of color #55171E: hue angle of 353.23º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55171E is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 30 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.67 |
| HSL | 353.23º | 0.57% | 0.21% | - |
| HSV(B) | 353.23º | 0.73% | 0.33% | - |
| XYZ | 4.29 | 2.64 | 1.51 | - |
| YUV | 42.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 30 | 0 | 0.73 | 0.65 | 0.67 | 353.23 | 0.57 | 0.21 |
| Hex | 55 | 17 | 1E | 0 | 49 | 41 | 43 | 161 | 39 | 15 |
| Octal | 125 | 27 | 36 | 0 | 111 | 101 | 103 | 541 | 71 | 25 |
| Binary | 1010101 | 10111 | 11110 | 0 | 1001001 | 1000001 | 1000011 | 101100001 | 111001 | 10101 |
Color Harmonies of #55171E
Complementary color
Monochromatic Colors of #55171E
Black with #55171E
Text Example
Text Example
White with #55171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55171E; }
p { color: rgb(85,23,30); }
H1.HeaderClassName
{
color: #55171E;
}
.AnyTagClassName
{
color: #55171E;
}
</style>
background-color css
<style>
a { background-color: #55171E; }
a { background-color: rgb(85,23,30); }
div.DivClassName
{
background-color: #55171E;
}
.BgClassName
{
background-color: #55171E;
}
</style>
border-color css
<style>
span { border-color: #55171E; }
span { border-color: rgb(85,23,30); }
td.TdClassName
{
border-color: #55171E;
}
.TagClassName
{
border-color: #55171E;
}
</style>