Shades of Bordeaux #500D17
Tints of Bordeaux #500D17
RGB
CMYK
RGB Variations
Color information
#500D17 (or 0x500D17) is known color: Bordeaux. HEX triplet: 50, 0D and 17. RGB value is (80,13,23). Sum of RGB (Red+Green+Blue) = 80+13+23=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #500D17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500D17 is #AFF2E8. Grayscale: #222222. Windows color (decimal): -11530985 or 1510736. OLE color: 1510736.
HSL color Cylindrical-coordinate representation of color #500D17: hue angle of 351.04º 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 #500D17 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 13 | 23 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.69 |
| HSL | 351.04º | 0.72% | 0.18% | - |
| HSV(B) | 351.04º | 0.84% | 0.31% | - |
| XYZ | 3.61 | 2.06 | 1.02 | - |
| YUV | 34.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 23 | 0 | 0.84 | 0.71 | 0.69 | 351.04 | 0.72 | 0.18 |
| Hex | 50 | D | 17 | 0 | 54 | 47 | 45 | 15F | 48 | 12 |
| Octal | 120 | 15 | 27 | 0 | 124 | 107 | 105 | 537 | 110 | 22 |
| Binary | 1010000 | 1101 | 10111 | 0 | 1010100 | 1000111 | 1000101 | 101011111 | 1001000 | 10010 |
Color Harmonies of #500D17
Complementary color
Monochromatic Colors of #500D17
Black with #500D17
Text Example
Text Example
White with #500D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500D17; }
p { color: rgb(80,13,23); }
H1.HeaderClassName
{
color: #500D17;
}
.AnyTagClassName
{
color: #500D17;
}
</style>
background-color css
<style>
a { background-color: #500D17; }
a { background-color: rgb(80,13,23); }
div.DivClassName
{
background-color: #500D17;
}
.BgClassName
{
background-color: #500D17;
}
</style>
border-color css
<style>
span { border-color: #500D17; }
span { border-color: rgb(80,13,23); }
td.TdClassName
{
border-color: #500D17;
}
.TagClassName
{
border-color: #500D17;
}
</style>