Shades of Bordeaux #50202B
Tints of Bordeaux #50202B
RGB
CMYK
RGB Variations
Color information
#50202B (or 0x50202B) is known color: Bordeaux. HEX triplet: 50, 20 and 2B. RGB value is (80,32,43). Sum of RGB (Red+Green+Blue) = 80+32+43=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #50202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50202B is #AFDFD4. Grayscale: #2F2F2F. Windows color (decimal): -11526101 or 2826320. OLE color: 2826320.
HSL color Cylindrical-coordinate representation of color #50202B: hue angle of 346.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50202B is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 43 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.69 |
| HSL | 346.25º | 0.43% | 0.22% | - |
| HSV(B) | 346.25º | 0.6% | 0.31% | - |
| XYZ | 4.26 | 2.91 | 2.62 | - |
| YUV | 47.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 43 | 0 | 0.60 | 0.46 | 0.69 | 346.25 | 0.43 | 0.22 |
| Hex | 50 | 20 | 2B | 0 | 3C | 2E | 45 | 15A | 2B | 16 |
| Octal | 120 | 40 | 53 | 0 | 74 | 56 | 105 | 532 | 53 | 26 |
| Binary | 1010000 | 100000 | 101011 | 0 | 111100 | 101110 | 1000101 | 101011010 | 101011 | 10110 |
Color Harmonies of #50202B
Complementary color
Monochromatic Colors of #50202B
Black with #50202B
Text Example
Text Example
White with #50202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50202B; }
p { color: rgb(80,32,43); }
H1.HeaderClassName
{
color: #50202B;
}
.AnyTagClassName
{
color: #50202B;
}
</style>
background-color css
<style>
a { background-color: #50202B; }
a { background-color: rgb(80,32,43); }
div.DivClassName
{
background-color: #50202B;
}
.BgClassName
{
background-color: #50202B;
}
</style>
border-color css
<style>
span { border-color: #50202B; }
span { border-color: rgb(80,32,43); }
td.TdClassName
{
border-color: #50202B;
}
.TagClassName
{
border-color: #50202B;
}
</style>