Shades of Bordeaux #520E19
Tints of Bordeaux #520E19
RGB
CMYK
RGB Variations
Color information
#520E19 (or 0x520E19) is known color: Bordeaux. HEX triplet: 52, 0E and 19. RGB value is (82,14,25). Sum of RGB (Red+Green+Blue) = 82+14+25=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #520E19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520E19 is #ADF1E6. Grayscale: #232323. Windows color (decimal): -11399655 or 1642066. OLE color: 1642066.
HSL color Cylindrical-coordinate representation of color #520E19: hue angle of 350.29º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #520E19 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 14 | 25 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.68 |
| HSL | 350.29º | 0.71% | 0.19% | - |
| HSV(B) | 350.29º | 0.83% | 0.32% | - |
| XYZ | 3.81 | 2.18 | 1.14 | - |
| YUV | 35.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 25 | 0 | 0.83 | 0.70 | 0.68 | 350.29 | 0.71 | 0.19 |
| Hex | 52 | E | 19 | 0 | 53 | 46 | 44 | 15E | 47 | 13 |
| Octal | 122 | 16 | 31 | 0 | 123 | 106 | 104 | 536 | 107 | 23 |
| Binary | 1010010 | 1110 | 11001 | 0 | 1010011 | 1000110 | 1000100 | 101011110 | 1000111 | 10011 |
Color Harmonies of #520E19
Complementary color
Monochromatic Colors of #520E19
Black with #520E19
Text Example
Text Example
White with #520E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E19; }
p { color: rgb(82,14,25); }
H1.HeaderClassName
{
color: #520E19;
}
.AnyTagClassName
{
color: #520E19;
}
</style>
background-color css
<style>
a { background-color: #520E19; }
a { background-color: rgb(82,14,25); }
div.DivClassName
{
background-color: #520E19;
}
.BgClassName
{
background-color: #520E19;
}
</style>
border-color css
<style>
span { border-color: #520E19; }
span { border-color: rgb(82,14,25); }
td.TdClassName
{
border-color: #520E19;
}
.TagClassName
{
border-color: #520E19;
}
</style>