Shades of Bordeaux #550B1D
Tints of Bordeaux #550B1D
RGB
CMYK
RGB Variations
Color information
#550B1D (or 0x550B1D) is known color: Bordeaux. HEX triplet: 55, 0B and 1D. RGB value is (85,11,29). Sum of RGB (Red+Green+Blue) = 85+11+29=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #550B1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550B1D is #AAF4E2. Grayscale: #232323. Windows color (decimal): -11203811 or 1903445. OLE color: 1903445.
HSL color Cylindrical-coordinate representation of color #550B1D: hue angle of 345.41º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #550B1D is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 11 | 29 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.67 |
| HSL | 345.41º | 0.77% | 0.19% | - |
| HSV(B) | 345.41º | 0.87% | 0.33% | - |
| XYZ | 4.09 | 2.26 | 1.38 | - |
| YUV | 35.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 29 | 0 | 0.87 | 0.66 | 0.67 | 345.41 | 0.77 | 0.19 |
| Hex | 55 | B | 1D | 0 | 57 | 42 | 43 | 159 | 4D | 13 |
| Octal | 125 | 13 | 35 | 0 | 127 | 102 | 103 | 531 | 115 | 23 |
| Binary | 1010101 | 1011 | 11101 | 0 | 1010111 | 1000010 | 1000011 | 101011001 | 1001101 | 10011 |
Color Harmonies of #550B1D
Complementary color
Monochromatic Colors of #550B1D
Black with #550B1D
Text Example
Text Example
White with #550B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550B1D; }
p { color: rgb(85,11,29); }
H1.HeaderClassName
{
color: #550B1D;
}
.AnyTagClassName
{
color: #550B1D;
}
</style>
background-color css
<style>
a { background-color: #550B1D; }
a { background-color: rgb(85,11,29); }
div.DivClassName
{
background-color: #550B1D;
}
.BgClassName
{
background-color: #550B1D;
}
</style>
border-color css
<style>
span { border-color: #550B1D; }
span { border-color: rgb(85,11,29); }
td.TdClassName
{
border-color: #550B1D;
}
.TagClassName
{
border-color: #550B1D;
}
</style>