Shades of Bordeaux #520521
Tints of Bordeaux #520521
RGB
CMYK
RGB Variations
Color information
#520521 (or 0x520521) is known color: Bordeaux. HEX triplet: 52, 05 and 21. RGB value is (82,5,33). Sum of RGB (Red+Green+Blue) = 82+5+33=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #520521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520521 is #ADFADE. Grayscale: #1F1F1F. Windows color (decimal): -11401951 or 2164050. OLE color: 2164050.
HSL color Cylindrical-coordinate representation of color #520521: hue angle of 338.18º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520521 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 5 | 33 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.68 |
| HSL | 338.18º | 0.89% | 0.17% | - |
| HSV(B) | 338.18º | 0.94% | 0.32% | - |
| XYZ | 3.81 | 2.01 | 1.63 | - |
| YUV | 31.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 33 | 0 | 0.94 | 0.60 | 0.68 | 338.18 | 0.89 | 0.17 |
| Hex | 52 | 5 | 21 | 0 | 5E | 3C | 44 | 152 | 59 | 11 |
| Octal | 122 | 5 | 41 | 0 | 136 | 74 | 104 | 522 | 131 | 21 |
| Binary | 1010010 | 101 | 100001 | 0 | 1011110 | 111100 | 1000100 | 101010010 | 1011001 | 10001 |
Color Harmonies of #520521
Complementary color
Monochromatic Colors of #520521
Black with #520521
Text Example
Text Example
White with #520521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520521; }
p { color: rgb(82,5,33); }
H1.HeaderClassName
{
color: #520521;
}
.AnyTagClassName
{
color: #520521;
}
</style>
background-color css
<style>
a { background-color: #520521; }
a { background-color: rgb(82,5,33); }
div.DivClassName
{
background-color: #520521;
}
.BgClassName
{
background-color: #520521;
}
</style>
border-color css
<style>
span { border-color: #520521; }
span { border-color: rgb(82,5,33); }
td.TdClassName
{
border-color: #520521;
}
.TagClassName
{
border-color: #520521;
}
</style>