Shades of Bordeaux #500E13
Tints of Bordeaux #500E13
RGB
CMYK
RGB Variations
Color information
#500E13 (or 0x500E13) is known color: Bordeaux. HEX triplet: 50, 0E and 13. RGB value is (80,14,19). Sum of RGB (Red+Green+Blue) = 80+14+19=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #500E13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500E13 is #AFF1EC. Grayscale: #222222. Windows color (decimal): -11530733 or 1248848. OLE color: 1248848.
HSL color Cylindrical-coordinate representation of color #500E13: hue angle of 355.45º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #500E13 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 14 | 19 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.69 |
| HSL | 355.45º | 0.7% | 0.18% | - |
| HSV(B) | 355.45º | 0.83% | 0.31% | - |
| XYZ | 3.58 | 2.07 | 0.83 | - |
| YUV | 34.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 19 | 0 | 0.83 | 0.76 | 0.69 | 355.45 | 0.7 | 0.18 |
| Hex | 50 | E | 13 | 0 | 53 | 4C | 45 | 163 | 46 | 12 |
| Octal | 120 | 16 | 23 | 0 | 123 | 114 | 105 | 543 | 106 | 22 |
| Binary | 1010000 | 1110 | 10011 | 0 | 1010011 | 1001100 | 1000101 | 101100011 | 1000110 | 10010 |
Color Harmonies of #500E13
Complementary color
Monochromatic Colors of #500E13
Black with #500E13
Text Example
Text Example
White with #500E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E13; }
p { color: rgb(80,14,19); }
H1.HeaderClassName
{
color: #500E13;
}
.AnyTagClassName
{
color: #500E13;
}
</style>
background-color css
<style>
a { background-color: #500E13; }
a { background-color: rgb(80,14,19); }
div.DivClassName
{
background-color: #500E13;
}
.BgClassName
{
background-color: #500E13;
}
</style>
border-color css
<style>
span { border-color: #500E13; }
span { border-color: rgb(80,14,19); }
td.TdClassName
{
border-color: #500E13;
}
.TagClassName
{
border-color: #500E13;
}
</style>