Shades of Bordeaux #55020D
Tints of Bordeaux #55020D
RGB
CMYK
RGB Variations
Color information
#55020D (or 0x55020D) is known color: Bordeaux. HEX triplet: 55, 02 and 0D. RGB value is (85,2,13). Sum of RGB (Red+Green+Blue) = 85+2+13=100 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 85 - color contains mainly: red. Hex color #55020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55020D is #AAFDF2. Grayscale: #1C1C1C. Windows color (decimal): -11206131 or 852565. OLE color: 852565.
HSL color Cylindrical-coordinate representation of color #55020D: hue angle of 352.05º 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 #55020D is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 13 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.67 |
| HSL | 352.05º | 0.95% | 0.17% | - |
| HSV(B) | 352.05º | 0.98% | 0.33% | - |
| XYZ | 3.84 | 2 | 0.57 | - |
| YUV | 28.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 13 | 0 | 0.98 | 0.85 | 0.67 | 352.05 | 0.95 | 0.17 |
| Hex | 55 | 2 | D | 0 | 62 | 55 | 43 | 160 | 5F | 11 |
| Octal | 125 | 2 | 15 | 0 | 142 | 125 | 103 | 540 | 137 | 21 |
| Binary | 1010101 | 10 | 1101 | 0 | 1100010 | 1010101 | 1000011 | 101100000 | 1011111 | 10001 |
Color Harmonies of #55020D
Complementary color
Monochromatic Colors of #55020D
Black with #55020D
Text Example
Text Example
White with #55020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55020D; }
p { color: rgb(85,2,13); }
H1.HeaderClassName
{
color: #55020D;
}
.AnyTagClassName
{
color: #55020D;
}
</style>
background-color css
<style>
a { background-color: #55020D; }
a { background-color: rgb(85,2,13); }
div.DivClassName
{
background-color: #55020D;
}
.BgClassName
{
background-color: #55020D;
}
</style>
border-color css
<style>
span { border-color: #55020D; }
span { border-color: rgb(85,2,13); }
td.TdClassName
{
border-color: #55020D;
}
.TagClassName
{
border-color: #55020D;
}
</style>