Shades of Bordeaux #500615
Tints of Bordeaux #500615
RGB
CMYK
RGB Variations
Color information
#500615 (or 0x500615) is known color: Bordeaux. HEX triplet: 50, 06 and 15. RGB value is (80,6,21). Sum of RGB (Red+Green+Blue) = 80+6+21=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #500615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500615 is #AFF9EA. Grayscale: #1D1D1D. Windows color (decimal): -11532779 or 1377872. OLE color: 1377872.
HSL color Cylindrical-coordinate representation of color #500615: hue angle of 347.84º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500615 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 6 | 21 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.69 |
| HSL | 347.84º | 0.86% | 0.17% | - |
| HSV(B) | 347.84º | 0.93% | 0.31% | - |
| XYZ | 3.51 | 1.89 | 0.89 | - |
| YUV | 29.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 21 | 0 | 0.92 | 0.74 | 0.69 | 347.84 | 0.86 | 0.17 |
| Hex | 50 | 6 | 15 | 0 | 5C | 4A | 45 | 15C | 56 | 11 |
| Octal | 120 | 6 | 25 | 0 | 134 | 112 | 105 | 534 | 126 | 21 |
| Binary | 1010000 | 110 | 10101 | 0 | 1011100 | 1001010 | 1000101 | 101011100 | 1010110 | 10001 |
Color Harmonies of #500615
Complementary color
Monochromatic Colors of #500615
Black with #500615
Text Example
Text Example
White with #500615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500615; }
p { color: rgb(80,6,21); }
H1.HeaderClassName
{
color: #500615;
}
.AnyTagClassName
{
color: #500615;
}
</style>
background-color css
<style>
a { background-color: #500615; }
a { background-color: rgb(80,6,21); }
div.DivClassName
{
background-color: #500615;
}
.BgClassName
{
background-color: #500615;
}
</style>
border-color css
<style>
span { border-color: #500615; }
span { border-color: rgb(80,6,21); }
td.TdClassName
{
border-color: #500615;
}
.TagClassName
{
border-color: #500615;
}
</style>