Shades of Bordeaux #55031B
Tints of Bordeaux #55031B
RGB
CMYK
RGB Variations
Color information
#55031B (or 0x55031B) is known color: Bordeaux. HEX triplet: 55, 03 and 1B. RGB value is (85,3,27). Sum of RGB (Red+Green+Blue) = 85+3+27=115 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.91% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 85 - color contains mainly: red. Hex color #55031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55031B is #AAFCE4. Grayscale: #1E1E1E. Windows color (decimal): -11205861 or 1770325. OLE color: 1770325.
HSL color Cylindrical-coordinate representation of color #55031B: hue angle of 342.44º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55031B is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 27 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.67 |
| HSL | 342.44º | 0.93% | 0.17% | - |
| HSV(B) | 342.44º | 0.96% | 0.33% | - |
| XYZ | 3.98 | 2.08 | 1.23 | - |
| YUV | 30.25 | 126.17 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 27 | 0 | 0.96 | 0.68 | 0.67 | 342.44 | 0.93 | 0.17 |
| Hex | 55 | 3 | 1B | 0 | 60 | 44 | 43 | 156 | 5D | 11 |
| Octal | 125 | 3 | 33 | 0 | 140 | 104 | 103 | 526 | 135 | 21 |
| Binary | 1010101 | 11 | 11011 | 0 | 1100000 | 1000100 | 1000011 | 101010110 | 1011101 | 10001 |
Color Harmonies of #55031B
Complementary color
Monochromatic Colors of #55031B
Black with #55031B
Text Example
Text Example
White with #55031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55031B; }
p { color: rgb(85,3,27); }
H1.HeaderClassName
{
color: #55031B;
}
.AnyTagClassName
{
color: #55031B;
}
</style>
background-color css
<style>
a { background-color: #55031B; }
a { background-color: rgb(85,3,27); }
div.DivClassName
{
background-color: #55031B;
}
.BgClassName
{
background-color: #55031B;
}
</style>
border-color css
<style>
span { border-color: #55031B; }
span { border-color: rgb(85,3,27); }
td.TdClassName
{
border-color: #55031B;
}
.TagClassName
{
border-color: #55031B;
}
</style>