Shades of Bordeaux #500711
Tints of Bordeaux #500711
RGB
CMYK
RGB Variations
Color information
#500711 (or 0x500711) is known color: Bordeaux. HEX triplet: 50, 07 and 11. RGB value is (80,7,17). Sum of RGB (Red+Green+Blue) = 80+7+17=104 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.92% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 80 - color contains mainly: red. Hex color #500711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500711 is #AFF8EE. Grayscale: #1E1E1E. Windows color (decimal): -11532527 or 1115984. OLE color: 1115984.
HSL color Cylindrical-coordinate representation of color #500711: hue angle of 351.78º 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 #500711 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 17 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.69 |
| HSL | 351.78º | 0.84% | 0.17% | - |
| HSV(B) | 351.78º | 0.91% | 0.31% | - |
| XYZ | 3.49 | 1.9 | 0.71 | - |
| YUV | 29.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 17 | 0 | 0.91 | 0.79 | 0.69 | 351.78 | 0.84 | 0.17 |
| Hex | 50 | 7 | 11 | 0 | 5B | 4F | 45 | 160 | 54 | 11 |
| Octal | 120 | 7 | 21 | 0 | 133 | 117 | 105 | 540 | 124 | 21 |
| Binary | 1010000 | 111 | 10001 | 0 | 1011011 | 1001111 | 1000101 | 101100000 | 1010100 | 10001 |
Color Harmonies of #500711
Complementary color
Monochromatic Colors of #500711
Black with #500711
Text Example
Text Example
White with #500711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500711; }
p { color: rgb(80,7,17); }
H1.HeaderClassName
{
color: #500711;
}
.AnyTagClassName
{
color: #500711;
}
</style>
background-color css
<style>
a { background-color: #500711; }
a { background-color: rgb(80,7,17); }
div.DivClassName
{
background-color: #500711;
}
.BgClassName
{
background-color: #500711;
}
</style>
border-color css
<style>
span { border-color: #500711; }
span { border-color: rgb(80,7,17); }
td.TdClassName
{
border-color: #500711;
}
.TagClassName
{
border-color: #500711;
}
</style>