Shades of Bordeaux #500D20
Tints of Bordeaux #500D20
RGB
CMYK
RGB Variations
Color information
#500D20 (or 0x500D20) is known color: Bordeaux. HEX triplet: 50, 0D and 20. RGB value is (80,13,32). Sum of RGB (Red+Green+Blue) = 80+13+32=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #500D20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D20 is #AFF2DF. Grayscale: #232323. Windows color (decimal): -11530976 or 2100560. OLE color: 2100560.
HSL color Cylindrical-coordinate representation of color #500D20: hue angle of 342.99º 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 #500D20 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 13 | 32 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.69 |
| HSL | 342.99º | 0.72% | 0.18% | - |
| HSV(B) | 342.99º | 0.84% | 0.31% | - |
| XYZ | 3.71 | 2.1 | 1.58 | - |
| YUV | 35.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 32 | 0 | 0.84 | 0.60 | 0.69 | 342.99 | 0.72 | 0.18 |
| Hex | 50 | D | 20 | 0 | 54 | 3C | 45 | 157 | 48 | 12 |
| Octal | 120 | 15 | 40 | 0 | 124 | 74 | 105 | 527 | 110 | 22 |
| Binary | 1010000 | 1101 | 100000 | 0 | 1010100 | 111100 | 1000101 | 101010111 | 1001000 | 10010 |
Color Harmonies of #500D20
Complementary color
Monochromatic Colors of #500D20
Black with #500D20
Text Example
Text Example
White with #500D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500D20; }
p { color: rgb(80,13,32); }
H1.HeaderClassName
{
color: #500D20;
}
.AnyTagClassName
{
color: #500D20;
}
</style>
background-color css
<style>
a { background-color: #500D20; }
a { background-color: rgb(80,13,32); }
div.DivClassName
{
background-color: #500D20;
}
.BgClassName
{
background-color: #500D20;
}
</style>
border-color css
<style>
span { border-color: #500D20; }
span { border-color: rgb(80,13,32); }
td.TdClassName
{
border-color: #500D20;
}
.TagClassName
{
border-color: #500D20;
}
</style>