Shades of Bordeaux #50010E
Tints of Bordeaux #50010E
RGB
CMYK
RGB Variations
Color information
#50010E (or 0x50010E) is known color: Bordeaux. HEX triplet: 50, 01 and 0E. RGB value is (80,1,14). Sum of RGB (Red+Green+Blue) = 80+1+14=95 (12% of max value = 765). Red value is 80 (31.64% from 255 or 84.21% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 80 - color contains mainly: red. Hex color #50010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50010E is #AFFEF1. Grayscale: #1A1A1A. Windows color (decimal): -11534066 or 917840. OLE color: 917840.
HSL color Cylindrical-coordinate representation of color #50010E: hue angle of 350.13º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50010E is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.69 |
| HSL | 350.13º | 0.98% | 0.16% | - |
| HSV(B) | 350.13º | 0.99% | 0.31% | - |
| XYZ | 3.4 | 1.76 | 0.58 | - |
| YUV | 26.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 14 | 0 | 0.99 | 0.83 | 0.69 | 350.13 | 0.98 | 0.16 |
| Hex | 50 | 1 | E | 0 | 63 | 53 | 45 | 15E | 62 | 10 |
| Octal | 120 | 1 | 16 | 0 | 143 | 123 | 105 | 536 | 142 | 20 |
| Binary | 1010000 | 1 | 1110 | 0 | 1100011 | 1010011 | 1000101 | 101011110 | 1100010 | 10000 |
Color Harmonies of #50010E
Complementary color
Monochromatic Colors of #50010E
Black with #50010E
Text Example
Text Example
White with #50010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50010E; }
p { color: rgb(80,1,14); }
H1.HeaderClassName
{
color: #50010E;
}
.AnyTagClassName
{
color: #50010E;
}
</style>
background-color css
<style>
a { background-color: #50010E; }
a { background-color: rgb(80,1,14); }
div.DivClassName
{
background-color: #50010E;
}
.BgClassName
{
background-color: #50010E;
}
</style>
border-color css
<style>
span { border-color: #50010E; }
span { border-color: rgb(80,1,14); }
td.TdClassName
{
border-color: #50010E;
}
.TagClassName
{
border-color: #50010E;
}
</style>