Shades of Bordeaux #520411
Tints of Bordeaux #520411
RGB
CMYK
RGB Variations
Color information
#520411 (or 0x520411) is known color: Bordeaux. HEX triplet: 52, 04 and 11. RGB value is (82,4,17). Sum of RGB (Red+Green+Blue) = 82+4+17=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #520411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520411 is #ADFBEE. Grayscale: #1C1C1C. Windows color (decimal): -11402223 or 1115218. OLE color: 1115218.
HSL color Cylindrical-coordinate representation of color #520411: hue angle of 350º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520411 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 4 | 17 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.68 |
| HSL | 350º | 0.91% | 0.17% | - |
| HSV(B) | 350º | 0.95% | 0.32% | - |
| XYZ | 3.62 | 1.92 | 0.71 | - |
| YUV | 28.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 17 | 0 | 0.95 | 0.79 | 0.68 | 350 | 0.91 | 0.17 |
| Hex | 52 | 4 | 11 | 0 | 5F | 4F | 44 | 15E | 5B | 11 |
| Octal | 122 | 4 | 21 | 0 | 137 | 117 | 104 | 536 | 133 | 21 |
| Binary | 1010010 | 100 | 10001 | 0 | 1011111 | 1001111 | 1000100 | 101011110 | 1011011 | 10001 |
Color Harmonies of #520411
Complementary color
Monochromatic Colors of #520411
Black with #520411
Text Example
Text Example
White with #520411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520411; }
p { color: rgb(82,4,17); }
H1.HeaderClassName
{
color: #520411;
}
.AnyTagClassName
{
color: #520411;
}
</style>
background-color css
<style>
a { background-color: #520411; }
a { background-color: rgb(82,4,17); }
div.DivClassName
{
background-color: #520411;
}
.BgClassName
{
background-color: #520411;
}
</style>
border-color css
<style>
span { border-color: #520411; }
span { border-color: rgb(82,4,17); }
td.TdClassName
{
border-color: #520411;
}
.TagClassName
{
border-color: #520411;
}
</style>