Shades of Bordeaux #520114
Tints of Bordeaux #520114
RGB
CMYK
RGB Variations
Color information
#520114 (or 0x520114) is known color: Bordeaux. HEX triplet: 52, 01 and 14. RGB value is (82,1,20). Sum of RGB (Red+Green+Blue) = 82+1+20=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #520114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520114 is #ADFEEB. Grayscale: #1B1B1B. Windows color (decimal): -11402988 or 1311058. OLE color: 1311058.
HSL color Cylindrical-coordinate representation of color #520114: hue angle of 345.93º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520114 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 1 | 20 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.68 |
| HSL | 345.93º | 0.98% | 0.16% | - |
| HSV(B) | 345.93º | 0.99% | 0.32% | - |
| XYZ | 3.62 | 1.87 | 0.83 | - |
| YUV | 27.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 20 | 0 | 0.99 | 0.76 | 0.68 | 345.93 | 0.98 | 0.16 |
| Hex | 52 | 1 | 14 | 0 | 63 | 4C | 44 | 15A | 62 | 10 |
| Octal | 122 | 1 | 24 | 0 | 143 | 114 | 104 | 532 | 142 | 20 |
| Binary | 1010010 | 1 | 10100 | 0 | 1100011 | 1001100 | 1000100 | 101011010 | 1100010 | 10000 |
Color Harmonies of #520114
Complementary color
Monochromatic Colors of #520114
Black with #520114
Text Example
Text Example
White with #520114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520114; }
p { color: rgb(82,1,20); }
H1.HeaderClassName
{
color: #520114;
}
.AnyTagClassName
{
color: #520114;
}
</style>
background-color css
<style>
a { background-color: #520114; }
a { background-color: rgb(82,1,20); }
div.DivClassName
{
background-color: #520114;
}
.BgClassName
{
background-color: #520114;
}
</style>
border-color css
<style>
span { border-color: #520114; }
span { border-color: rgb(82,1,20); }
td.TdClassName
{
border-color: #520114;
}
.TagClassName
{
border-color: #520114;
}
</style>