Shades of Bordeaux #50051E
Tints of Bordeaux #50051E
RGB
CMYK
RGB Variations
Color information
#50051E (or 0x50051E) is known color: Bordeaux. HEX triplet: 50, 05 and 1E. RGB value is (80,5,30). Sum of RGB (Red+Green+Blue) = 80+5+30=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #50051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50051E is #AFFAE1. Grayscale: #1E1E1E. Windows color (decimal): -11533026 or 1967440. OLE color: 1967440.
HSL color Cylindrical-coordinate representation of color #50051E: hue angle of 340º 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 #50051E is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 30 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.69 |
| HSL | 340º | 0.88% | 0.17% | - |
| HSV(B) | 340º | 0.94% | 0.31% | - |
| XYZ | 3.6 | 1.91 | 1.41 | - |
| YUV | 30.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 30 | 0 | 0.94 | 0.62 | 0.69 | 340 | 0.88 | 0.17 |
| Hex | 50 | 5 | 1E | 0 | 5E | 3E | 45 | 154 | 58 | 11 |
| Octal | 120 | 5 | 36 | 0 | 136 | 76 | 105 | 524 | 130 | 21 |
| Binary | 1010000 | 101 | 11110 | 0 | 1011110 | 111110 | 1000101 | 101010100 | 1011000 | 10001 |
Color Harmonies of #50051E
Complementary color
Monochromatic Colors of #50051E
Black with #50051E
Text Example
Text Example
White with #50051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50051E; }
p { color: rgb(80,5,30); }
H1.HeaderClassName
{
color: #50051E;
}
.AnyTagClassName
{
color: #50051E;
}
</style>
background-color css
<style>
a { background-color: #50051E; }
a { background-color: rgb(80,5,30); }
div.DivClassName
{
background-color: #50051E;
}
.BgClassName
{
background-color: #50051E;
}
</style>
border-color css
<style>
span { border-color: #50051E; }
span { border-color: rgb(80,5,30); }
td.TdClassName
{
border-color: #50051E;
}
.TagClassName
{
border-color: #50051E;
}
</style>