Shades of Bordeaux #500210
Tints of Bordeaux #500210
RGB
CMYK
RGB Variations
Color information
#500210 (or 0x500210) is known color: Bordeaux. HEX triplet: 50, 02 and 10. RGB value is (80,2,16). Sum of RGB (Red+Green+Blue) = 80+2+16=98 (12% of max value = 765). Red value is 80 (31.64% from 255 or 81.63% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 80 - color contains mainly: red. Hex color #500210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500210 is #AFFDEF. Grayscale: #1A1A1A. Windows color (decimal): -11533808 or 1049168. OLE color: 1049168.
HSL color Cylindrical-coordinate representation of color #500210: hue angle of 349.23º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500210 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 16 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.69 |
| HSL | 349.23º | 0.95% | 0.16% | - |
| HSV(B) | 349.23º | 0.98% | 0.31% | - |
| XYZ | 3.42 | 1.79 | 0.65 | - |
| YUV | 26.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 16 | 0 | 0.98 | 0.80 | 0.69 | 349.23 | 0.95 | 0.16 |
| Hex | 50 | 2 | 10 | 0 | 62 | 50 | 45 | 15D | 5F | 10 |
| Octal | 120 | 2 | 20 | 0 | 142 | 120 | 105 | 535 | 137 | 20 |
| Binary | 1010000 | 10 | 10000 | 0 | 1100010 | 1010000 | 1000101 | 101011101 | 1011111 | 10000 |
Color Harmonies of #500210
Complementary color
Monochromatic Colors of #500210
Black with #500210
Text Example
Text Example
White with #500210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500210; }
p { color: rgb(80,2,16); }
H1.HeaderClassName
{
color: #500210;
}
.AnyTagClassName
{
color: #500210;
}
</style>
background-color css
<style>
a { background-color: #500210; }
a { background-color: rgb(80,2,16); }
div.DivClassName
{
background-color: #500210;
}
.BgClassName
{
background-color: #500210;
}
</style>
border-color css
<style>
span { border-color: #500210; }
span { border-color: rgb(80,2,16); }
td.TdClassName
{
border-color: #500210;
}
.TagClassName
{
border-color: #500210;
}
</style>