Shades of Bordeaux #55050D
Tints of Bordeaux #55050D
RGB
CMYK
RGB Variations
Color information
#55050D (or 0x55050D) is known color: Bordeaux. HEX triplet: 55, 05 and 0D. RGB value is (85,5,13). Sum of RGB (Red+Green+Blue) = 85+5+13=103 (13% of max value = 765). Red value is 85 (33.59% from 255 or 82.52% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 85 - color contains mainly: red. Hex color #55050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55050D is #AAFAF2. Grayscale: #1D1D1D. Windows color (decimal): -11205363 or 853333. OLE color: 853333.
HSL color Cylindrical-coordinate representation of color #55050D: hue angle of 354º 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 #55050D is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 5 | 13 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.67 |
| HSL | 354º | 0.89% | 0.18% | - |
| HSV(B) | 354º | 0.94% | 0.33% | - |
| XYZ | 3.87 | 2.07 | 0.58 | - |
| YUV | 29.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 13 | 0 | 0.94 | 0.85 | 0.67 | 354 | 0.89 | 0.18 |
| Hex | 55 | 5 | D | 0 | 5E | 55 | 43 | 162 | 59 | 12 |
| Octal | 125 | 5 | 15 | 0 | 136 | 125 | 103 | 542 | 131 | 22 |
| Binary | 1010101 | 101 | 1101 | 0 | 1011110 | 1010101 | 1000011 | 101100010 | 1011001 | 10010 |
Color Harmonies of #55050D
Complementary color
Monochromatic Colors of #55050D
Black with #55050D
Text Example
Text Example
White with #55050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55050D; }
p { color: rgb(85,5,13); }
H1.HeaderClassName
{
color: #55050D;
}
.AnyTagClassName
{
color: #55050D;
}
</style>
background-color css
<style>
a { background-color: #55050D; }
a { background-color: rgb(85,5,13); }
div.DivClassName
{
background-color: #55050D;
}
.BgClassName
{
background-color: #55050D;
}
</style>
border-color css
<style>
span { border-color: #55050D; }
span { border-color: rgb(85,5,13); }
td.TdClassName
{
border-color: #55050D;
}
.TagClassName
{
border-color: #55050D;
}
</style>