Shades of Bordeaux #520D15
Tints of Bordeaux #520D15
RGB
CMYK
RGB Variations
Color information
#520D15 (or 0x520D15) is known color: Bordeaux. HEX triplet: 52, 0D and 15. RGB value is (82,13,21). Sum of RGB (Red+Green+Blue) = 82+13+21=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #520D15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520D15 is #ADF2EA. Grayscale: #222222. Windows color (decimal): -11399915 or 1379666. OLE color: 1379666.
HSL color Cylindrical-coordinate representation of color #520D15: hue angle of 353.04º 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 #520D15 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 13 | 21 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.68 |
| HSL | 353.04º | 0.73% | 0.19% | - |
| HSV(B) | 353.04º | 0.84% | 0.32% | - |
| XYZ | 3.76 | 2.14 | 0.92 | - |
| YUV | 34.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 21 | 0 | 0.84 | 0.74 | 0.68 | 353.04 | 0.73 | 0.19 |
| Hex | 52 | D | 15 | 0 | 54 | 4A | 44 | 161 | 49 | 13 |
| Octal | 122 | 15 | 25 | 0 | 124 | 112 | 104 | 541 | 111 | 23 |
| Binary | 1010010 | 1101 | 10101 | 0 | 1010100 | 1001010 | 1000100 | 101100001 | 1001001 | 10011 |
Color Harmonies of #520D15
Complementary color
Monochromatic Colors of #520D15
Black with #520D15
Text Example
Text Example
White with #520D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520D15; }
p { color: rgb(82,13,21); }
H1.HeaderClassName
{
color: #520D15;
}
.AnyTagClassName
{
color: #520D15;
}
</style>
background-color css
<style>
a { background-color: #520D15; }
a { background-color: rgb(82,13,21); }
div.DivClassName
{
background-color: #520D15;
}
.BgClassName
{
background-color: #520D15;
}
</style>
border-color css
<style>
span { border-color: #520D15; }
span { border-color: rgb(82,13,21); }
td.TdClassName
{
border-color: #520D15;
}
.TagClassName
{
border-color: #520D15;
}
</style>