Shades of Bordeaux #55070B
Tints of Bordeaux #55070B
RGB
CMYK
RGB Variations
Color information
#55070B (or 0x55070B) is known color: Bordeaux. HEX triplet: 55, 07 and 0B. RGB value is (85,7,11). Sum of RGB (Red+Green+Blue) = 85+7+11=103 (13% of max value = 765). Red value is 85 (33.59% from 255 or 82.52% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 85 - color contains mainly: red. Hex color #55070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55070B is #AAF8F4. Grayscale: #1E1E1E. Windows color (decimal): -11204853 or 722773. OLE color: 722773.
HSL color Cylindrical-coordinate representation of color #55070B: hue angle of 356.92º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55070B is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 7 | 11 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.67 |
| HSL | 356.92º | 0.85% | 0.18% | - |
| HSV(B) | 356.92º | 0.92% | 0.33% | - |
| XYZ | 3.88 | 2.11 | 0.52 | - |
| YUV | 30.78 | 116.84 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 11 | 0 | 0.92 | 0.87 | 0.67 | 356.92 | 0.85 | 0.18 |
| Hex | 55 | 7 | B | 0 | 5C | 57 | 43 | 165 | 55 | 12 |
| Octal | 125 | 7 | 13 | 0 | 134 | 127 | 103 | 545 | 125 | 22 |
| Binary | 1010101 | 111 | 1011 | 0 | 1011100 | 1010111 | 1000011 | 101100101 | 1010101 | 10010 |
Color Harmonies of #55070B
Complementary color
Monochromatic Colors of #55070B
Black with #55070B
Text Example
Text Example
White with #55070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55070B; }
p { color: rgb(85,7,11); }
H1.HeaderClassName
{
color: #55070B;
}
.AnyTagClassName
{
color: #55070B;
}
</style>
background-color css
<style>
a { background-color: #55070B; }
a { background-color: rgb(85,7,11); }
div.DivClassName
{
background-color: #55070B;
}
.BgClassName
{
background-color: #55070B;
}
</style>
border-color css
<style>
span { border-color: #55070B; }
span { border-color: rgb(85,7,11); }
td.TdClassName
{
border-color: #55070B;
}
.TagClassName
{
border-color: #55070B;
}
</style>