Shades of Bordeaux #500E26
Tints of Bordeaux #500E26
RGB
CMYK
RGB Variations
Color information
#500E26 (or 0x500E26) is known color: Bordeaux. HEX triplet: 50, 0E and 26. RGB value is (80,14,38). Sum of RGB (Red+Green+Blue) = 80+14+38=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #500E26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500E26 is #AFF1D9. Grayscale: #242424. Windows color (decimal): -11530714 or 2494032. OLE color: 2494032.
HSL color Cylindrical-coordinate representation of color #500E26: hue angle of 338.18º 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 #500E26 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 14 | 38 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.69 |
| HSL | 338.18º | 0.7% | 0.18% | - |
| HSV(B) | 338.18º | 0.83% | 0.31% | - |
| XYZ | 3.82 | 2.16 | 2.05 | - |
| YUV | 36.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 38 | 0 | 0.83 | 0.52 | 0.69 | 338.18 | 0.7 | 0.18 |
| Hex | 50 | E | 26 | 0 | 53 | 34 | 45 | 152 | 46 | 12 |
| Octal | 120 | 16 | 46 | 0 | 123 | 64 | 105 | 522 | 106 | 22 |
| Binary | 1010000 | 1110 | 100110 | 0 | 1010011 | 110100 | 1000101 | 101010010 | 1000110 | 10010 |
Color Harmonies of #500E26
Complementary color
Monochromatic Colors of #500E26
Black with #500E26
Text Example
Text Example
White with #500E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E26; }
p { color: rgb(80,14,38); }
H1.HeaderClassName
{
color: #500E26;
}
.AnyTagClassName
{
color: #500E26;
}
</style>
background-color css
<style>
a { background-color: #500E26; }
a { background-color: rgb(80,14,38); }
div.DivClassName
{
background-color: #500E26;
}
.BgClassName
{
background-color: #500E26;
}
</style>
border-color css
<style>
span { border-color: #500E26; }
span { border-color: rgb(80,14,38); }
td.TdClassName
{
border-color: #500E26;
}
.TagClassName
{
border-color: #500E26;
}
</style>