Shades of Bordeaux #520B20
Tints of Bordeaux #520B20
RGB
CMYK
RGB Variations
Color information
#520B20 (or 0x520B20) is known color: Bordeaux. HEX triplet: 52, 0B and 20. RGB value is (82,11,32). Sum of RGB (Red+Green+Blue) = 82+11+32=125 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.6% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 82 - color contains mainly: red. Hex color #520B20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520B20 is #ADF4DF. Grayscale: #222222. Windows color (decimal): -11400416 or 2100050. OLE color: 2100050.
HSL color Cylindrical-coordinate representation of color #520B20: hue angle of 342.25º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #520B20 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 11 | 32 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.68 |
| HSL | 342.25º | 0.76% | 0.18% | - |
| HSV(B) | 342.25º | 0.87% | 0.32% | - |
| XYZ | 3.86 | 2.14 | 1.58 | - |
| YUV | 34.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 32 | 0 | 0.87 | 0.61 | 0.68 | 342.25 | 0.76 | 0.18 |
| Hex | 52 | B | 20 | 0 | 57 | 3D | 44 | 156 | 4C | 12 |
| Octal | 122 | 13 | 40 | 0 | 127 | 75 | 104 | 526 | 114 | 22 |
| Binary | 1010010 | 1011 | 100000 | 0 | 1010111 | 111101 | 1000100 | 101010110 | 1001100 | 10010 |
Color Harmonies of #520B20
Complementary color
Monochromatic Colors of #520B20
Black with #520B20
Text Example
Text Example
White with #520B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B20; }
p { color: rgb(82,11,32); }
H1.HeaderClassName
{
color: #520B20;
}
.AnyTagClassName
{
color: #520B20;
}
</style>
background-color css
<style>
a { background-color: #520B20; }
a { background-color: rgb(82,11,32); }
div.DivClassName
{
background-color: #520B20;
}
.BgClassName
{
background-color: #520B20;
}
</style>
border-color css
<style>
span { border-color: #520B20; }
span { border-color: rgb(82,11,32); }
td.TdClassName
{
border-color: #520B20;
}
.TagClassName
{
border-color: #520B20;
}
</style>