Shades of Bordeaux #500A17
Tints of Bordeaux #500A17
RGB
CMYK
RGB Variations
Color information
#500A17 (or 0x500A17) is known color: Bordeaux. HEX triplet: 50, 0A and 17. RGB value is (80,10,23). Sum of RGB (Red+Green+Blue) = 80+10+23=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #500A17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500A17 is #AFF5E8. Grayscale: #202020. Windows color (decimal): -11531753 or 1509968. OLE color: 1509968.
HSL color Cylindrical-coordinate representation of color #500A17: hue angle of 348.86º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500A17 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 10 | 23 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.69 |
| HSL | 348.86º | 0.78% | 0.18% | - |
| HSV(B) | 348.86º | 0.88% | 0.31% | - |
| XYZ | 3.57 | 1.98 | 1.01 | - |
| YUV | 32.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 23 | 0 | 0.87 | 0.71 | 0.69 | 348.86 | 0.78 | 0.18 |
| Hex | 50 | A | 17 | 0 | 57 | 47 | 45 | 15D | 4E | 12 |
| Octal | 120 | 12 | 27 | 0 | 127 | 107 | 105 | 535 | 116 | 22 |
| Binary | 1010000 | 1010 | 10111 | 0 | 1010111 | 1000111 | 1000101 | 101011101 | 1001110 | 10010 |
Color Harmonies of #500A17
Complementary color
Monochromatic Colors of #500A17
Black with #500A17
Text Example
Text Example
White with #500A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500A17; }
p { color: rgb(80,10,23); }
H1.HeaderClassName
{
color: #500A17;
}
.AnyTagClassName
{
color: #500A17;
}
</style>
background-color css
<style>
a { background-color: #500A17; }
a { background-color: rgb(80,10,23); }
div.DivClassName
{
background-color: #500A17;
}
.BgClassName
{
background-color: #500A17;
}
</style>
border-color css
<style>
span { border-color: #500A17; }
span { border-color: rgb(80,10,23); }
td.TdClassName
{
border-color: #500A17;
}
.TagClassName
{
border-color: #500A17;
}
</style>