Shades of Bordeaux #500521
Tints of Bordeaux #500521
RGB
CMYK
RGB Variations
Color information
#500521 (or 0x500521) is known color: Bordeaux. HEX triplet: 50, 05 and 21. RGB value is (80,5,33). Sum of RGB (Red+Green+Blue) = 80+5+33=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #500521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500521 is #AFFADE. Grayscale: #1E1E1E. Windows color (decimal): -11533023 or 2164048. OLE color: 2164048.
HSL color Cylindrical-coordinate representation of color #500521: hue angle of 337.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500521 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 33 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.69 |
| HSL | 337.6º | 0.88% | 0.17% | - |
| HSV(B) | 337.6º | 0.94% | 0.31% | - |
| XYZ | 3.64 | 1.92 | 1.62 | - |
| YUV | 30.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 33 | 0 | 0.94 | 0.59 | 0.69 | 337.6 | 0.88 | 0.17 |
| Hex | 50 | 5 | 21 | 0 | 5E | 3B | 45 | 152 | 58 | 11 |
| Octal | 120 | 5 | 41 | 0 | 136 | 73 | 105 | 522 | 130 | 21 |
| Binary | 1010000 | 101 | 100001 | 0 | 1011110 | 111011 | 1000101 | 101010010 | 1011000 | 10001 |
Color Harmonies of #500521
Complementary color
Monochromatic Colors of #500521
Black with #500521
Text Example
Text Example
White with #500521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500521; }
p { color: rgb(80,5,33); }
H1.HeaderClassName
{
color: #500521;
}
.AnyTagClassName
{
color: #500521;
}
</style>
background-color css
<style>
a { background-color: #500521; }
a { background-color: rgb(80,5,33); }
div.DivClassName
{
background-color: #500521;
}
.BgClassName
{
background-color: #500521;
}
</style>
border-color css
<style>
span { border-color: #500521; }
span { border-color: rgb(80,5,33); }
td.TdClassName
{
border-color: #500521;
}
.TagClassName
{
border-color: #500521;
}
</style>