Shades of Bordeaux #500E1C
Tints of Bordeaux #500E1C
RGB
CMYK
RGB Variations
Color information
#500E1C (or 0x500E1C) is known color: Bordeaux. HEX triplet: 50, 0E and 1C. RGB value is (80,14,28). Sum of RGB (Red+Green+Blue) = 80+14+28=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #500E1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500E1C is #AFF1E3. Grayscale: #232323. Windows color (decimal): -11530724 or 1838672. OLE color: 1838672.
HSL color Cylindrical-coordinate representation of color #500E1C: hue angle of 347.27º 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 #500E1C is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 14 | 28 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.69 |
| HSL | 347.27º | 0.7% | 0.18% | - |
| HSV(B) | 347.27º | 0.83% | 0.31% | - |
| XYZ | 3.67 | 2.1 | 1.31 | - |
| YUV | 35.33 | 123.87 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 28 | 0 | 0.83 | 0.65 | 0.69 | 347.27 | 0.7 | 0.18 |
| Hex | 50 | E | 1C | 0 | 53 | 41 | 45 | 15B | 46 | 12 |
| Octal | 120 | 16 | 34 | 0 | 123 | 101 | 105 | 533 | 106 | 22 |
| Binary | 1010000 | 1110 | 11100 | 0 | 1010011 | 1000001 | 1000101 | 101011011 | 1000110 | 10010 |
Color Harmonies of #500E1C
Complementary color
Monochromatic Colors of #500E1C
Black with #500E1C
Text Example
Text Example
White with #500E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E1C; }
p { color: rgb(80,14,28); }
H1.HeaderClassName
{
color: #500E1C;
}
.AnyTagClassName
{
color: #500E1C;
}
</style>
background-color css
<style>
a { background-color: #500E1C; }
a { background-color: rgb(80,14,28); }
div.DivClassName
{
background-color: #500E1C;
}
.BgClassName
{
background-color: #500E1C;
}
</style>
border-color css
<style>
span { border-color: #500E1C; }
span { border-color: rgb(80,14,28); }
td.TdClassName
{
border-color: #500E1C;
}
.TagClassName
{
border-color: #500E1C;
}
</style>