Shades of Bordeaux #55020A
Tints of Bordeaux #55020A
RGB
CMYK
RGB Variations
Color information
#55020A (or 0x55020A) is known color: Bordeaux. HEX triplet: 55, 02 and 0A. RGB value is (85,2,10). Sum of RGB (Red+Green+Blue) = 85+2+10=97 (12% of max value = 765). Red value is 85 (33.59% from 255 or 87.63% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 85 - color contains mainly: red. Hex color #55020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55020A is #AAFDF5. Grayscale: #1B1B1B. Windows color (decimal): -11206134 or 655957. OLE color: 655957.
HSL color Cylindrical-coordinate representation of color #55020A: hue angle of 354.22º 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 #55020A is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 10 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.67 |
| HSL | 354.22º | 0.95% | 0.17% | - |
| HSV(B) | 354.22º | 0.98% | 0.33% | - |
| XYZ | 3.82 | 2 | 0.47 | - |
| YUV | 27.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 10 | 0 | 0.98 | 0.88 | 0.67 | 354.22 | 0.95 | 0.17 |
| Hex | 55 | 2 | A | 0 | 62 | 58 | 43 | 162 | 5F | 11 |
| Octal | 125 | 2 | 12 | 0 | 142 | 130 | 103 | 542 | 137 | 21 |
| Binary | 1010101 | 10 | 1010 | 0 | 1100010 | 1011000 | 1000011 | 101100010 | 1011111 | 10001 |
Color Harmonies of #55020A
Complementary color
Monochromatic Colors of #55020A
Black with #55020A
Text Example
Text Example
White with #55020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55020A; }
p { color: rgb(85,2,10); }
H1.HeaderClassName
{
color: #55020A;
}
.AnyTagClassName
{
color: #55020A;
}
</style>
background-color css
<style>
a { background-color: #55020A; }
a { background-color: rgb(85,2,10); }
div.DivClassName
{
background-color: #55020A;
}
.BgClassName
{
background-color: #55020A;
}
</style>
border-color css
<style>
span { border-color: #55020A; }
span { border-color: rgb(85,2,10); }
td.TdClassName
{
border-color: #55020A;
}
.TagClassName
{
border-color: #55020A;
}
</style>