Shades of Bordeaux #500720
Tints of Bordeaux #500720
RGB
CMYK
RGB Variations
Color information
#500720 (or 0x500720) is known color: Bordeaux. HEX triplet: 50, 07 and 20. RGB value is (80,7,32). Sum of RGB (Red+Green+Blue) = 80+7+32=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #500720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500720 is #AFF8DF. Grayscale: #1F1F1F. Windows color (decimal): -11532512 or 2099024. OLE color: 2099024.
HSL color Cylindrical-coordinate representation of color #500720: hue angle of 339.45º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500720 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 32 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.69 |
| HSL | 339.45º | 0.84% | 0.17% | - |
| HSV(B) | 339.45º | 0.91% | 0.31% | - |
| XYZ | 3.64 | 1.96 | 1.55 | - |
| YUV | 31.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 32 | 0 | 0.91 | 0.60 | 0.69 | 339.45 | 0.84 | 0.17 |
| Hex | 50 | 7 | 20 | 0 | 5B | 3C | 45 | 153 | 54 | 11 |
| Octal | 120 | 7 | 40 | 0 | 133 | 74 | 105 | 523 | 124 | 21 |
| Binary | 1010000 | 111 | 100000 | 0 | 1011011 | 111100 | 1000101 | 101010011 | 1010100 | 10001 |
Color Harmonies of #500720
Complementary color
Monochromatic Colors of #500720
Black with #500720
Text Example
Text Example
White with #500720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500720; }
p { color: rgb(80,7,32); }
H1.HeaderClassName
{
color: #500720;
}
.AnyTagClassName
{
color: #500720;
}
</style>
background-color css
<style>
a { background-color: #500720; }
a { background-color: rgb(80,7,32); }
div.DivClassName
{
background-color: #500720;
}
.BgClassName
{
background-color: #500720;
}
</style>
border-color css
<style>
span { border-color: #500720; }
span { border-color: rgb(80,7,32); }
td.TdClassName
{
border-color: #500720;
}
.TagClassName
{
border-color: #500720;
}
</style>