Shades of Bordeaux #500A21
Tints of Bordeaux #500A21
RGB
CMYK
RGB Variations
Color information
#500A21 (or 0x500A21) is known color: Bordeaux. HEX triplet: 50, 0A and 21. RGB value is (80,10,33). Sum of RGB (Red+Green+Blue) = 80+10+33=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #500A21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A21 is #AFF5DE. Grayscale: #212121. Windows color (decimal): -11531743 or 2165328. OLE color: 2165328.
HSL color Cylindrical-coordinate representation of color #500A21: hue angle of 340.29º 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 #500A21 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 10 | 33 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.69 |
| HSL | 340.29º | 0.78% | 0.18% | - |
| HSV(B) | 340.29º | 0.88% | 0.31% | - |
| XYZ | 3.69 | 2.03 | 1.64 | - |
| YUV | 33.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 33 | 0 | 0.87 | 0.59 | 0.69 | 340.29 | 0.78 | 0.18 |
| Hex | 50 | A | 21 | 0 | 57 | 3B | 45 | 154 | 4E | 12 |
| Octal | 120 | 12 | 41 | 0 | 127 | 73 | 105 | 524 | 116 | 22 |
| Binary | 1010000 | 1010 | 100001 | 0 | 1010111 | 111011 | 1000101 | 101010100 | 1001110 | 10010 |
Color Harmonies of #500A21
Complementary color
Monochromatic Colors of #500A21
Black with #500A21
Text Example
Text Example
White with #500A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500A21; }
p { color: rgb(80,10,33); }
H1.HeaderClassName
{
color: #500A21;
}
.AnyTagClassName
{
color: #500A21;
}
</style>
background-color css
<style>
a { background-color: #500A21; }
a { background-color: rgb(80,10,33); }
div.DivClassName
{
background-color: #500A21;
}
.BgClassName
{
background-color: #500A21;
}
</style>
border-color css
<style>
span { border-color: #500A21; }
span { border-color: rgb(80,10,33); }
td.TdClassName
{
border-color: #500A21;
}
.TagClassName
{
border-color: #500A21;
}
</style>