Shades of Bordeaux #50041D
Tints of Bordeaux #50041D
RGB
CMYK
RGB Variations
Color information
#50041D (or 0x50041D) is known color: Bordeaux. HEX triplet: 50, 04 and 1D. RGB value is (80,4,29). Sum of RGB (Red+Green+Blue) = 80+4+29=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #50041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50041D is #AFFBE2. Grayscale: #1D1D1D. Windows color (decimal): -11533283 or 1901648. OLE color: 1901648.
HSL color Cylindrical-coordinate representation of color #50041D: hue angle of 340.26º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50041D is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 4 | 29 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.69 |
| HSL | 340.26º | 0.9% | 0.16% | - |
| HSV(B) | 340.26º | 0.95% | 0.31% | - |
| XYZ | 3.57 | 1.88 | 1.34 | - |
| YUV | 29.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 29 | 0 | 0.95 | 0.64 | 0.69 | 340.26 | 0.9 | 0.16 |
| Hex | 50 | 4 | 1D | 0 | 5F | 40 | 45 | 154 | 5A | 10 |
| Octal | 120 | 4 | 35 | 0 | 137 | 100 | 105 | 524 | 132 | 20 |
| Binary | 1010000 | 100 | 11101 | 0 | 1011111 | 1000000 | 1000101 | 101010100 | 1011010 | 10000 |
Color Harmonies of #50041D
Complementary color
Monochromatic Colors of #50041D
Black with #50041D
Text Example
Text Example
White with #50041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50041D; }
p { color: rgb(80,4,29); }
H1.HeaderClassName
{
color: #50041D;
}
.AnyTagClassName
{
color: #50041D;
}
</style>
background-color css
<style>
a { background-color: #50041D; }
a { background-color: rgb(80,4,29); }
div.DivClassName
{
background-color: #50041D;
}
.BgClassName
{
background-color: #50041D;
}
</style>
border-color css
<style>
span { border-color: #50041D; }
span { border-color: rgb(80,4,29); }
td.TdClassName
{
border-color: #50041D;
}
.TagClassName
{
border-color: #50041D;
}
</style>