Shades of Bordeaux #520410
Tints of Bordeaux #520410
RGB
CMYK
RGB Variations
Color information
#520410 (or 0x520410) is known color: Bordeaux. HEX triplet: 52, 04 and 10. RGB value is (82,4,16). Sum of RGB (Red+Green+Blue) = 82+4+16=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #520410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520410 is #ADFBEF. Grayscale: #1C1C1C. Windows color (decimal): -11402224 or 1049682. OLE color: 1049682.
HSL color Cylindrical-coordinate representation of color #520410: hue angle of 350.77º 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 #520410 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 4 | 16 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.68 |
| HSL | 350.77º | 0.91% | 0.17% | - |
| HSV(B) | 350.77º | 0.95% | 0.32% | - |
| XYZ | 3.62 | 1.92 | 0.67 | - |
| YUV | 28.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 16 | 0 | 0.95 | 0.80 | 0.68 | 350.77 | 0.91 | 0.17 |
| Hex | 52 | 4 | 10 | 0 | 5F | 50 | 44 | 15F | 5B | 11 |
| Octal | 122 | 4 | 20 | 0 | 137 | 120 | 104 | 537 | 133 | 21 |
| Binary | 1010010 | 100 | 10000 | 0 | 1011111 | 1010000 | 1000100 | 101011111 | 1011011 | 10001 |
Color Harmonies of #520410
Complementary color
Monochromatic Colors of #520410
Black with #520410
Text Example
Text Example
White with #520410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520410; }
p { color: rgb(82,4,16); }
H1.HeaderClassName
{
color: #520410;
}
.AnyTagClassName
{
color: #520410;
}
</style>
background-color css
<style>
a { background-color: #520410; }
a { background-color: rgb(82,4,16); }
div.DivClassName
{
background-color: #520410;
}
.BgClassName
{
background-color: #520410;
}
</style>
border-color css
<style>
span { border-color: #520410; }
span { border-color: rgb(82,4,16); }
td.TdClassName
{
border-color: #520410;
}
.TagClassName
{
border-color: #520410;
}
</style>