Shades of Bordeaux #55051D
Tints of Bordeaux #55051D
RGB
CMYK
RGB Variations
Color information
#55051D (or 0x55051D) is known color: Bordeaux. HEX triplet: 55, 05 and 1D. RGB value is (85,5,29). Sum of RGB (Red+Green+Blue) = 85+5+29=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #55051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55051D is #AAFAE2. Grayscale: #1F1F1F. Windows color (decimal): -11205347 or 1901909. OLE color: 1901909.
HSL color Cylindrical-coordinate representation of color #55051D: hue angle of 342º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55051D is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 5 | 29 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.67 |
| HSL | 342º | 0.89% | 0.18% | - |
| HSV(B) | 342º | 0.94% | 0.33% | - |
| XYZ | 4.02 | 2.13 | 1.36 | - |
| YUV | 31.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 29 | 0 | 0.94 | 0.66 | 0.67 | 342 | 0.89 | 0.18 |
| Hex | 55 | 5 | 1D | 0 | 5E | 42 | 43 | 156 | 59 | 12 |
| Octal | 125 | 5 | 35 | 0 | 136 | 102 | 103 | 526 | 131 | 22 |
| Binary | 1010101 | 101 | 11101 | 0 | 1011110 | 1000010 | 1000011 | 101010110 | 1011001 | 10010 |
Color Harmonies of #55051D
Complementary color
Monochromatic Colors of #55051D
Black with #55051D
Text Example
Text Example
White with #55051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55051D; }
p { color: rgb(85,5,29); }
H1.HeaderClassName
{
color: #55051D;
}
.AnyTagClassName
{
color: #55051D;
}
</style>
background-color css
<style>
a { background-color: #55051D; }
a { background-color: rgb(85,5,29); }
div.DivClassName
{
background-color: #55051D;
}
.BgClassName
{
background-color: #55051D;
}
</style>
border-color css
<style>
span { border-color: #55051D; }
span { border-color: rgb(85,5,29); }
td.TdClassName
{
border-color: #55051D;
}
.TagClassName
{
border-color: #55051D;
}
</style>