Shades of Bordeaux #500A20
Tints of Bordeaux #500A20
RGB
CMYK
RGB Variations
Color information
#500A20 (or 0x500A20) is known color: Bordeaux. HEX triplet: 50, 0A and 20. RGB value is (80,10,32). Sum of RGB (Red+Green+Blue) = 80+10+32=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #500A20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A20 is #AFF5DF. Grayscale: #212121. Windows color (decimal): -11531744 or 2099792. OLE color: 2099792.
HSL color Cylindrical-coordinate representation of color #500A20: hue angle of 341.14º 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 #500A20 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 10 | 32 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.69 |
| HSL | 341.14º | 0.78% | 0.18% | - |
| HSV(B) | 341.14º | 0.88% | 0.31% | - |
| XYZ | 3.68 | 2.03 | 1.56 | - |
| YUV | 33.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 32 | 0 | 0.87 | 0.60 | 0.69 | 341.14 | 0.78 | 0.18 |
| Hex | 50 | A | 20 | 0 | 57 | 3C | 45 | 155 | 4E | 12 |
| Octal | 120 | 12 | 40 | 0 | 127 | 74 | 105 | 525 | 116 | 22 |
| Binary | 1010000 | 1010 | 100000 | 0 | 1010111 | 111100 | 1000101 | 101010101 | 1001110 | 10010 |
Color Harmonies of #500A20
Complementary color
Monochromatic Colors of #500A20
Black with #500A20
Text Example
Text Example
White with #500A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500A20; }
p { color: rgb(80,10,32); }
H1.HeaderClassName
{
color: #500A20;
}
.AnyTagClassName
{
color: #500A20;
}
</style>
background-color css
<style>
a { background-color: #500A20; }
a { background-color: rgb(80,10,32); }
div.DivClassName
{
background-color: #500A20;
}
.BgClassName
{
background-color: #500A20;
}
</style>
border-color css
<style>
span { border-color: #500A20; }
span { border-color: rgb(80,10,32); }
td.TdClassName
{
border-color: #500A20;
}
.TagClassName
{
border-color: #500A20;
}
</style>