Shades of Bordeaux #500719
Tints of Bordeaux #500719
RGB
CMYK
RGB Variations
Color information
#500719 (or 0x500719) is known color: Bordeaux. HEX triplet: 50, 07 and 19. RGB value is (80,7,25). Sum of RGB (Red+Green+Blue) = 80+7+25=112 (14% of max value = 765). Red value is 80 (31.64% from 255 or 71.43% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 80 - color contains mainly: red. Hex color #500719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500719 is #AFF8E6. Grayscale: #1E1E1E. Windows color (decimal): -11532519 or 1640272. OLE color: 1640272.
HSL color Cylindrical-coordinate representation of color #500719: hue angle of 345.21º 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 #500719 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 25 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.69 |
| HSL | 345.21º | 0.84% | 0.17% | - |
| HSV(B) | 345.21º | 0.91% | 0.31% | - |
| XYZ | 3.56 | 1.93 | 1.1 | - |
| YUV | 30.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 25 | 0 | 0.91 | 0.69 | 0.69 | 345.21 | 0.84 | 0.17 |
| Hex | 50 | 7 | 19 | 0 | 5B | 45 | 45 | 159 | 54 | 11 |
| Octal | 120 | 7 | 31 | 0 | 133 | 105 | 105 | 531 | 124 | 21 |
| Binary | 1010000 | 111 | 11001 | 0 | 1011011 | 1000101 | 1000101 | 101011001 | 1010100 | 10001 |
Color Harmonies of #500719
Complementary color
Monochromatic Colors of #500719
Black with #500719
Text Example
Text Example
White with #500719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500719; }
p { color: rgb(80,7,25); }
H1.HeaderClassName
{
color: #500719;
}
.AnyTagClassName
{
color: #500719;
}
</style>
background-color css
<style>
a { background-color: #500719; }
a { background-color: rgb(80,7,25); }
div.DivClassName
{
background-color: #500719;
}
.BgClassName
{
background-color: #500719;
}
</style>
border-color css
<style>
span { border-color: #500719; }
span { border-color: rgb(80,7,25); }
td.TdClassName
{
border-color: #500719;
}
.TagClassName
{
border-color: #500719;
}
</style>