Shades of Bordeaux #520D12
Tints of Bordeaux #520D12
RGB
CMYK
RGB Variations
Color information
#520D12 (or 0x520D12) is known color: Bordeaux. HEX triplet: 52, 0D and 12. RGB value is (82,13,18). Sum of RGB (Red+Green+Blue) = 82+13+18=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #520D12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520D12 is #ADF2ED. Grayscale: #222222. Windows color (decimal): -11399918 or 1183058. OLE color: 1183058.
HSL color Cylindrical-coordinate representation of color #520D12: hue angle of 355.65º 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 #520D12 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 13 | 18 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.68 |
| HSL | 355.65º | 0.73% | 0.19% | - |
| HSV(B) | 355.65º | 0.84% | 0.32% | - |
| XYZ | 3.73 | 2.13 | 0.79 | - |
| YUV | 34.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 18 | 0 | 0.84 | 0.78 | 0.68 | 355.65 | 0.73 | 0.19 |
| Hex | 52 | D | 12 | 0 | 54 | 4E | 44 | 164 | 49 | 13 |
| Octal | 122 | 15 | 22 | 0 | 124 | 116 | 104 | 544 | 111 | 23 |
| Binary | 1010010 | 1101 | 10010 | 0 | 1010100 | 1001110 | 1000100 | 101100100 | 1001001 | 10011 |
Color Harmonies of #520D12
Complementary color
Monochromatic Colors of #520D12
Black with #520D12
Text Example
Text Example
White with #520D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520D12; }
p { color: rgb(82,13,18); }
H1.HeaderClassName
{
color: #520D12;
}
.AnyTagClassName
{
color: #520D12;
}
</style>
background-color css
<style>
a { background-color: #520D12; }
a { background-color: rgb(82,13,18); }
div.DivClassName
{
background-color: #520D12;
}
.BgClassName
{
background-color: #520D12;
}
</style>
border-color css
<style>
span { border-color: #520D12; }
span { border-color: rgb(82,13,18); }
td.TdClassName
{
border-color: #520D12;
}
.TagClassName
{
border-color: #520D12;
}
</style>