Shades of Bordeaux #500D1E
Tints of Bordeaux #500D1E
RGB
CMYK
RGB Variations
Color information
#500D1E (or 0x500D1E) is known color: Bordeaux. HEX triplet: 50, 0D and 1E. RGB value is (80,13,30). Sum of RGB (Red+Green+Blue) = 80+13+30=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #500D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D1E is #AFF2E1. Grayscale: #222222. Windows color (decimal): -11530978 or 1969488. OLE color: 1969488.
HSL color Cylindrical-coordinate representation of color #500D1E: hue angle of 344.78º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #500D1E is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 13 | 30 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.69 |
| HSL | 344.78º | 0.72% | 0.18% | - |
| HSV(B) | 344.78º | 0.84% | 0.31% | - |
| XYZ | 3.69 | 2.09 | 1.44 | - |
| YUV | 34.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 30 | 0 | 0.84 | 0.62 | 0.69 | 344.78 | 0.72 | 0.18 |
| Hex | 50 | D | 1E | 0 | 54 | 3E | 45 | 159 | 48 | 12 |
| Octal | 120 | 15 | 36 | 0 | 124 | 76 | 105 | 531 | 110 | 22 |
| Binary | 1010000 | 1101 | 11110 | 0 | 1010100 | 111110 | 1000101 | 101011001 | 1001000 | 10010 |
Color Harmonies of #500D1E
Complementary color
Monochromatic Colors of #500D1E
Black with #500D1E
Text Example
Text Example
White with #500D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500D1E; }
p { color: rgb(80,13,30); }
H1.HeaderClassName
{
color: #500D1E;
}
.AnyTagClassName
{
color: #500D1E;
}
</style>
background-color css
<style>
a { background-color: #500D1E; }
a { background-color: rgb(80,13,30); }
div.DivClassName
{
background-color: #500D1E;
}
.BgClassName
{
background-color: #500D1E;
}
</style>
border-color css
<style>
span { border-color: #500D1E; }
span { border-color: rgb(80,13,30); }
td.TdClassName
{
border-color: #500D1E;
}
.TagClassName
{
border-color: #500D1E;
}
</style>