Shades of Bordeaux #55161D
Tints of Bordeaux #55161D
RGB
CMYK
RGB Variations
Color information
#55161D (or 0x55161D) is known color: Bordeaux. HEX triplet: 55, 16 and 1D. RGB value is (85,22,29). Sum of RGB (Red+Green+Blue) = 85+22+29=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #55161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55161D is #AAE9E2. Grayscale: #292929. Windows color (decimal): -11200995 or 1906261. OLE color: 1906261.
HSL color Cylindrical-coordinate representation of color #55161D: hue angle of 353.33º 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 #55161D is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 29 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.67 |
| HSL | 353.33º | 0.59% | 0.21% | - |
| HSV(B) | 353.33º | 0.74% | 0.33% | - |
| XYZ | 4.25 | 2.59 | 1.44 | - |
| YUV | 41.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 29 | 0 | 0.74 | 0.66 | 0.67 | 353.33 | 0.59 | 0.21 |
| Hex | 55 | 16 | 1D | 0 | 4A | 42 | 43 | 161 | 3B | 15 |
| Octal | 125 | 26 | 35 | 0 | 112 | 102 | 103 | 541 | 73 | 25 |
| Binary | 1010101 | 10110 | 11101 | 0 | 1001010 | 1000010 | 1000011 | 101100001 | 111011 | 10101 |
Color Harmonies of #55161D
Complementary color
Monochromatic Colors of #55161D
Black with #55161D
Text Example
Text Example
White with #55161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55161D; }
p { color: rgb(85,22,29); }
H1.HeaderClassName
{
color: #55161D;
}
.AnyTagClassName
{
color: #55161D;
}
</style>
background-color css
<style>
a { background-color: #55161D; }
a { background-color: rgb(85,22,29); }
div.DivClassName
{
background-color: #55161D;
}
.BgClassName
{
background-color: #55161D;
}
</style>
border-color css
<style>
span { border-color: #55161D; }
span { border-color: rgb(85,22,29); }
td.TdClassName
{
border-color: #55161D;
}
.TagClassName
{
border-color: #55161D;
}
</style>