Shades of Bordeaux #55161E
Tints of Bordeaux #55161E
RGB
CMYK
RGB Variations
Color information
#55161E (or 0x55161E) is known color: Bordeaux. HEX triplet: 55, 16 and 1E. RGB value is (85,22,30). Sum of RGB (Red+Green+Blue) = 85+22+30=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #55161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55161E is #AAE9E1. Grayscale: #292929. Windows color (decimal): -11200994 or 1971797. OLE color: 1971797.
HSL color Cylindrical-coordinate representation of color #55161E: hue angle of 352.38º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55161E is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 30 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.67 |
| HSL | 352.38º | 0.59% | 0.21% | - |
| HSV(B) | 352.38º | 0.74% | 0.33% | - |
| XYZ | 4.27 | 2.6 | 1.5 | - |
| YUV | 41.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 30 | 0 | 0.74 | 0.65 | 0.67 | 352.38 | 0.59 | 0.21 |
| Hex | 55 | 16 | 1E | 0 | 4A | 41 | 43 | 160 | 3B | 15 |
| Octal | 125 | 26 | 36 | 0 | 112 | 101 | 103 | 540 | 73 | 25 |
| Binary | 1010101 | 10110 | 11110 | 0 | 1001010 | 1000001 | 1000011 | 101100000 | 111011 | 10101 |
Color Harmonies of #55161E
Complementary color
Monochromatic Colors of #55161E
Black with #55161E
Text Example
Text Example
White with #55161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55161E; }
p { color: rgb(85,22,30); }
H1.HeaderClassName
{
color: #55161E;
}
.AnyTagClassName
{
color: #55161E;
}
</style>
background-color css
<style>
a { background-color: #55161E; }
a { background-color: rgb(85,22,30); }
div.DivClassName
{
background-color: #55161E;
}
.BgClassName
{
background-color: #55161E;
}
</style>
border-color css
<style>
span { border-color: #55161E; }
span { border-color: rgb(85,22,30); }
td.TdClassName
{
border-color: #55161E;
}
.TagClassName
{
border-color: #55161E;
}
</style>