Shades of Bordeaux #500514
Tints of Bordeaux #500514
RGB
CMYK
RGB Variations
Color information
#500514 (or 0x500514) is known color: Bordeaux. HEX triplet: 50, 05 and 14. RGB value is (80,5,20). Sum of RGB (Red+Green+Blue) = 80+5+20=105 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.19% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 80 - color contains mainly: red. Hex color #500514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500514 is #AFFAEB. Grayscale: #1D1D1D. Windows color (decimal): -11533036 or 1312080. OLE color: 1312080.
HSL color Cylindrical-coordinate representation of color #500514: hue angle of 348º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500514 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 20 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.69 |
| HSL | 348º | 0.88% | 0.17% | - |
| HSV(B) | 348º | 0.94% | 0.31% | - |
| XYZ | 3.49 | 1.86 | 0.84 | - |
| YUV | 29.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 20 | 0 | 0.94 | 0.75 | 0.69 | 348 | 0.88 | 0.17 |
| Hex | 50 | 5 | 14 | 0 | 5E | 4B | 45 | 15C | 58 | 11 |
| Octal | 120 | 5 | 24 | 0 | 136 | 113 | 105 | 534 | 130 | 21 |
| Binary | 1010000 | 101 | 10100 | 0 | 1011110 | 1001011 | 1000101 | 101011100 | 1011000 | 10001 |
Color Harmonies of #500514
Complementary color
Monochromatic Colors of #500514
Black with #500514
Text Example
Text Example
White with #500514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500514; }
p { color: rgb(80,5,20); }
H1.HeaderClassName
{
color: #500514;
}
.AnyTagClassName
{
color: #500514;
}
</style>
background-color css
<style>
a { background-color: #500514; }
a { background-color: rgb(80,5,20); }
div.DivClassName
{
background-color: #500514;
}
.BgClassName
{
background-color: #500514;
}
</style>
border-color css
<style>
span { border-color: #500514; }
span { border-color: rgb(80,5,20); }
td.TdClassName
{
border-color: #500514;
}
.TagClassName
{
border-color: #500514;
}
</style>