Shades of Bordeaux #500B17
Tints of Bordeaux #500B17
RGB
CMYK
RGB Variations
Color information
#500B17 (or 0x500B17) is known color: Bordeaux. HEX triplet: 50, 0B and 17. RGB value is (80,11,23). Sum of RGB (Red+Green+Blue) = 80+11+23=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #500B17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500B17 is #AFF4E8. Grayscale: #212121. Windows color (decimal): -11531497 or 1510224. OLE color: 1510224.
HSL color Cylindrical-coordinate representation of color #500B17: hue angle of 349.57º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500B17 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 11 | 23 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.69 |
| HSL | 349.57º | 0.76% | 0.18% | - |
| HSV(B) | 349.57º | 0.86% | 0.31% | - |
| XYZ | 3.58 | 2.01 | 1.01 | - |
| YUV | 33 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 23 | 0 | 0.86 | 0.71 | 0.69 | 349.57 | 0.76 | 0.18 |
| Hex | 50 | B | 17 | 0 | 56 | 47 | 45 | 15E | 4C | 12 |
| Octal | 120 | 13 | 27 | 0 | 126 | 107 | 105 | 536 | 114 | 22 |
| Binary | 1010000 | 1011 | 10111 | 0 | 1010110 | 1000111 | 1000101 | 101011110 | 1001100 | 10010 |
Color Harmonies of #500B17
Complementary color
Monochromatic Colors of #500B17
Black with #500B17
Text Example
Text Example
White with #500B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500B17; }
p { color: rgb(80,11,23); }
H1.HeaderClassName
{
color: #500B17;
}
.AnyTagClassName
{
color: #500B17;
}
</style>
background-color css
<style>
a { background-color: #500B17; }
a { background-color: rgb(80,11,23); }
div.DivClassName
{
background-color: #500B17;
}
.BgClassName
{
background-color: #500B17;
}
</style>
border-color css
<style>
span { border-color: #500B17; }
span { border-color: rgb(80,11,23); }
td.TdClassName
{
border-color: #500B17;
}
.TagClassName
{
border-color: #500B17;
}
</style>