Shades of Bordeaux #55182B
Tints of Bordeaux #55182B
RGB
CMYK
RGB Variations
Color information
#55182B (or 0x55182B) is known color: Bordeaux. HEX triplet: 55, 18 and 2B. RGB value is (85,24,43). Sum of RGB (Red+Green+Blue) = 85+24+43=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55182B is #AAE7D4. Grayscale: #2C2C2C. Windows color (decimal): -11200469 or 2824277. OLE color: 2824277.
HSL color Cylindrical-coordinate representation of color #55182B: hue angle of 341.31º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55182B is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 43 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.67 |
| HSL | 341.31º | 0.56% | 0.21% | - |
| HSV(B) | 341.31º | 0.72% | 0.33% | - |
| XYZ | 4.51 | 2.76 | 2.58 | - |
| YUV | 44.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 43 | 0 | 0.72 | 0.49 | 0.67 | 341.31 | 0.56 | 0.21 |
| Hex | 55 | 18 | 2B | 0 | 48 | 31 | 43 | 155 | 38 | 15 |
| Octal | 125 | 30 | 53 | 0 | 110 | 61 | 103 | 525 | 70 | 25 |
| Binary | 1010101 | 11000 | 101011 | 0 | 1001000 | 110001 | 1000011 | 101010101 | 111000 | 10101 |
Color Harmonies of #55182B
Complementary color
Monochromatic Colors of #55182B
Black with #55182B
Text Example
Text Example
White with #55182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55182B; }
p { color: rgb(85,24,43); }
H1.HeaderClassName
{
color: #55182B;
}
.AnyTagClassName
{
color: #55182B;
}
</style>
background-color css
<style>
a { background-color: #55182B; }
a { background-color: rgb(85,24,43); }
div.DivClassName
{
background-color: #55182B;
}
.BgClassName
{
background-color: #55182B;
}
</style>
border-color css
<style>
span { border-color: #55182B; }
span { border-color: rgb(85,24,43); }
td.TdClassName
{
border-color: #55182B;
}
.TagClassName
{
border-color: #55182B;
}
</style>