Shades of Bordeaux #5A020B
Tints of Bordeaux #5A020B
RGB
CMYK
RGB Variations
Color information
#5A020B (or 0x5A020B) is known color: Bordeaux. HEX triplet: 5A, 02 and 0B. RGB value is (90,2,11). Sum of RGB (Red+Green+Blue) = 90+2+11=103 (13% of max value = 765). Red value is 90 (35.55% from 255 or 87.38% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 90 - color contains mainly: red. Hex color #5A020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A020B is #A5FDF4. Grayscale: #1D1D1D. Windows color (decimal): -10878453 or 721498. OLE color: 721498.
HSL color Cylindrical-coordinate representation of color #5A020B: hue angle of 353.86º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A020B is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.65 |
| HSL | 353.86º | 0.96% | 0.18% | - |
| HSV(B) | 353.86º | 0.98% | 0.35% | - |
| XYZ | 4.3 | 2.24 | 0.52 | - |
| YUV | 29.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 11 | 0 | 0.98 | 0.88 | 0.65 | 353.86 | 0.96 | 0.18 |
| Hex | 5A | 2 | B | 0 | 62 | 58 | 41 | 162 | 60 | 12 |
| Octal | 132 | 2 | 13 | 0 | 142 | 130 | 101 | 542 | 140 | 22 |
| Binary | 1011010 | 10 | 1011 | 0 | 1100010 | 1011000 | 1000001 | 101100010 | 1100000 | 10010 |
Color Harmonies of #5A020B
Complementary color
Monochromatic Colors of #5A020B
Black with #5A020B
Text Example
Text Example
White with #5A020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A020B; }
p { color: rgb(90,2,11); }
H1.HeaderClassName
{
color: #5A020B;
}
.AnyTagClassName
{
color: #5A020B;
}
</style>
background-color css
<style>
a { background-color: #5A020B; }
a { background-color: rgb(90,2,11); }
div.DivClassName
{
background-color: #5A020B;
}
.BgClassName
{
background-color: #5A020B;
}
</style>
border-color css
<style>
span { border-color: #5A020B; }
span { border-color: rgb(90,2,11); }
td.TdClassName
{
border-color: #5A020B;
}
.TagClassName
{
border-color: #5A020B;
}
</style>