Shades of Bordeaux #520D10
Tints of Bordeaux #520D10
RGB
CMYK
RGB Variations
Color information
#520D10 (or 0x520D10) is known color: Bordeaux. HEX triplet: 52, 0D and 10. RGB value is (82,13,16). Sum of RGB (Red+Green+Blue) = 82+13+16=111 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.87% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 82 - color contains mainly: red. Hex color #520D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520D10 is #ADF2EF. Grayscale: #222222. Windows color (decimal): -11399920 or 1051986. OLE color: 1051986.
HSL color Cylindrical-coordinate representation of color #520D10: hue angle of 357.39º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #520D10 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 13 | 16 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.68 |
| HSL | 357.39º | 0.73% | 0.19% | - |
| HSV(B) | 357.39º | 0.84% | 0.32% | - |
| XYZ | 3.72 | 2.12 | 0.7 | - |
| YUV | 33.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 16 | 0 | 0.84 | 0.80 | 0.68 | 357.39 | 0.73 | 0.19 |
| Hex | 52 | D | 10 | 0 | 54 | 50 | 44 | 165 | 49 | 13 |
| Octal | 122 | 15 | 20 | 0 | 124 | 120 | 104 | 545 | 111 | 23 |
| Binary | 1010010 | 1101 | 10000 | 0 | 1010100 | 1010000 | 1000100 | 101100101 | 1001001 | 10011 |
Color Harmonies of #520D10
Complementary color
Monochromatic Colors of #520D10
Black with #520D10
Text Example
Text Example
White with #520D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520D10; }
p { color: rgb(82,13,16); }
H1.HeaderClassName
{
color: #520D10;
}
.AnyTagClassName
{
color: #520D10;
}
</style>
background-color css
<style>
a { background-color: #520D10; }
a { background-color: rgb(82,13,16); }
div.DivClassName
{
background-color: #520D10;
}
.BgClassName
{
background-color: #520D10;
}
</style>
border-color css
<style>
span { border-color: #520D10; }
span { border-color: rgb(82,13,16); }
td.TdClassName
{
border-color: #520D10;
}
.TagClassName
{
border-color: #520D10;
}
</style>