Shades of Bordeaux #500714
Tints of Bordeaux #500714
RGB
CMYK
RGB Variations
Color information
#500714 (or 0x500714) is known color: Bordeaux. HEX triplet: 50, 07 and 14. RGB value is (80,7,20). Sum of RGB (Red+Green+Blue) = 80+7+20=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #500714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500714 is #AFF8EB. Grayscale: #1E1E1E. Windows color (decimal): -11532524 or 1312592. OLE color: 1312592.
HSL color Cylindrical-coordinate representation of color #500714: hue angle of 349.32º 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 #500714 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 20 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.69 |
| HSL | 349.32º | 0.84% | 0.17% | - |
| HSV(B) | 349.32º | 0.91% | 0.31% | - |
| XYZ | 3.51 | 1.91 | 0.85 | - |
| YUV | 30.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 20 | 0 | 0.91 | 0.75 | 0.69 | 349.32 | 0.84 | 0.17 |
| Hex | 50 | 7 | 14 | 0 | 5B | 4B | 45 | 15D | 54 | 11 |
| Octal | 120 | 7 | 24 | 0 | 133 | 113 | 105 | 535 | 124 | 21 |
| Binary | 1010000 | 111 | 10100 | 0 | 1011011 | 1001011 | 1000101 | 101011101 | 1010100 | 10001 |
Color Harmonies of #500714
Complementary color
Monochromatic Colors of #500714
Black with #500714
Text Example
Text Example
White with #500714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500714; }
p { color: rgb(80,7,20); }
H1.HeaderClassName
{
color: #500714;
}
.AnyTagClassName
{
color: #500714;
}
</style>
background-color css
<style>
a { background-color: #500714; }
a { background-color: rgb(80,7,20); }
div.DivClassName
{
background-color: #500714;
}
.BgClassName
{
background-color: #500714;
}
</style>
border-color css
<style>
span { border-color: #500714; }
span { border-color: rgb(80,7,20); }
td.TdClassName
{
border-color: #500714;
}
.TagClassName
{
border-color: #500714;
}
</style>