Shades of Bordeaux #55172A
Tints of Bordeaux #55172A
RGB
CMYK
RGB Variations
Color information
#55172A (or 0x55172A) is known color: Bordeaux. HEX triplet: 55, 17 and 2A. RGB value is (85,23,42). Sum of RGB (Red+Green+Blue) = 85+23+42=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #55172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55172A is #AAE8D5. Grayscale: #2B2B2B. Windows color (decimal): -11200726 or 2758485. OLE color: 2758485.
HSL color Cylindrical-coordinate representation of color #55172A: hue angle of 341.61º 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 #55172A is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 42 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.67 |
| HSL | 341.61º | 0.57% | 0.21% | - |
| HSV(B) | 341.61º | 0.73% | 0.33% | - |
| XYZ | 4.47 | 2.71 | 2.48 | - |
| YUV | 43.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 42 | 0 | 0.73 | 0.51 | 0.67 | 341.61 | 0.57 | 0.21 |
| Hex | 55 | 17 | 2A | 0 | 49 | 33 | 43 | 156 | 39 | 15 |
| Octal | 125 | 27 | 52 | 0 | 111 | 63 | 103 | 526 | 71 | 25 |
| Binary | 1010101 | 10111 | 101010 | 0 | 1001001 | 110011 | 1000011 | 101010110 | 111001 | 10101 |
Color Harmonies of #55172A
Complementary color
Monochromatic Colors of #55172A
Black with #55172A
Text Example
Text Example
White with #55172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55172A; }
p { color: rgb(85,23,42); }
H1.HeaderClassName
{
color: #55172A;
}
.AnyTagClassName
{
color: #55172A;
}
</style>
background-color css
<style>
a { background-color: #55172A; }
a { background-color: rgb(85,23,42); }
div.DivClassName
{
background-color: #55172A;
}
.BgClassName
{
background-color: #55172A;
}
</style>
border-color css
<style>
span { border-color: #55172A; }
span { border-color: rgb(85,23,42); }
td.TdClassName
{
border-color: #55172A;
}
.TagClassName
{
border-color: #55172A;
}
</style>