Shades of Bordeaux #50071D
Tints of Bordeaux #50071D
RGB
CMYK
RGB Variations
Color information
#50071D (or 0x50071D) is known color: Bordeaux. HEX triplet: 50, 07 and 1D. RGB value is (80,7,29). Sum of RGB (Red+Green+Blue) = 80+7+29=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #50071D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50071D is #AFF8E2. Grayscale: #1F1F1F. Windows color (decimal): -11532515 or 1902416. OLE color: 1902416.
HSL color Cylindrical-coordinate representation of color #50071D: hue angle of 341.92º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50071D is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 29 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.69 |
| HSL | 341.92º | 0.84% | 0.17% | - |
| HSV(B) | 341.92º | 0.91% | 0.31% | - |
| XYZ | 3.61 | 1.95 | 1.35 | - |
| YUV | 31.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 29 | 0 | 0.91 | 0.64 | 0.69 | 341.92 | 0.84 | 0.17 |
| Hex | 50 | 7 | 1D | 0 | 5B | 40 | 45 | 156 | 54 | 11 |
| Octal | 120 | 7 | 35 | 0 | 133 | 100 | 105 | 526 | 124 | 21 |
| Binary | 1010000 | 111 | 11101 | 0 | 1011011 | 1000000 | 1000101 | 101010110 | 1010100 | 10001 |
Color Harmonies of #50071D
Complementary color
Monochromatic Colors of #50071D
Black with #50071D
Text Example
Text Example
White with #50071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50071D; }
p { color: rgb(80,7,29); }
H1.HeaderClassName
{
color: #50071D;
}
.AnyTagClassName
{
color: #50071D;
}
</style>
background-color css
<style>
a { background-color: #50071D; }
a { background-color: rgb(80,7,29); }
div.DivClassName
{
background-color: #50071D;
}
.BgClassName
{
background-color: #50071D;
}
</style>
border-color css
<style>
span { border-color: #50071D; }
span { border-color: rgb(80,7,29); }
td.TdClassName
{
border-color: #50071D;
}
.TagClassName
{
border-color: #50071D;
}
</style>