Shades of Bordeaux #55020E
Tints of Bordeaux #55020E
RGB
CMYK
RGB Variations
Color information
#55020E (or 0x55020E) is known color: Bordeaux. HEX triplet: 55, 02 and 0E. RGB value is (85,2,14). Sum of RGB (Red+Green+Blue) = 85+2+14=101 (13% of max value = 765). Red value is 85 (33.59% from 255 or 84.16% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 85 - color contains mainly: red. Hex color #55020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55020E is #AAFDF1. Grayscale: #1C1C1C. Windows color (decimal): -11206130 or 918101. OLE color: 918101.
HSL color Cylindrical-coordinate representation of color #55020E: hue angle of 351.33º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55020E is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 14 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.67 |
| HSL | 351.33º | 0.95% | 0.17% | - |
| HSV(B) | 351.33º | 0.98% | 0.33% | - |
| XYZ | 3.85 | 2.01 | 0.6 | - |
| YUV | 28.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 14 | 0 | 0.98 | 0.84 | 0.67 | 351.33 | 0.95 | 0.17 |
| Hex | 55 | 2 | E | 0 | 62 | 54 | 43 | 15F | 5F | 11 |
| Octal | 125 | 2 | 16 | 0 | 142 | 124 | 103 | 537 | 137 | 21 |
| Binary | 1010101 | 10 | 1110 | 0 | 1100010 | 1010100 | 1000011 | 101011111 | 1011111 | 10001 |
Color Harmonies of #55020E
Complementary color
Monochromatic Colors of #55020E
Black with #55020E
Text Example
Text Example
White with #55020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55020E; }
p { color: rgb(85,2,14); }
H1.HeaderClassName
{
color: #55020E;
}
.AnyTagClassName
{
color: #55020E;
}
</style>
background-color css
<style>
a { background-color: #55020E; }
a { background-color: rgb(85,2,14); }
div.DivClassName
{
background-color: #55020E;
}
.BgClassName
{
background-color: #55020E;
}
</style>
border-color css
<style>
span { border-color: #55020E; }
span { border-color: rgb(85,2,14); }
td.TdClassName
{
border-color: #55020E;
}
.TagClassName
{
border-color: #55020E;
}
</style>