Shades of Bordeaux #50151D
Tints of Bordeaux #50151D
RGB
CMYK
RGB Variations
Color information
#50151D (or 0x50151D) is known color: Bordeaux. HEX triplet: 50, 15 and 1D. RGB value is (80,21,29). Sum of RGB (Red+Green+Blue) = 80+21+29=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #50151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50151D is #AFEAE2. Grayscale: #272727. Windows color (decimal): -11528931 or 1906000. OLE color: 1906000.
HSL color Cylindrical-coordinate representation of color #50151D: hue angle of 351.86º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50151D is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 29 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.69 |
| HSL | 351.86º | 0.58% | 0.2% | - |
| HSV(B) | 351.86º | 0.74% | 0.31% | - |
| XYZ | 3.8 | 2.33 | 1.41 | - |
| YUV | 39.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 29 | 0 | 0.74 | 0.64 | 0.69 | 351.86 | 0.58 | 0.2 |
| Hex | 50 | 15 | 1D | 0 | 4A | 40 | 45 | 160 | 3A | 14 |
| Octal | 120 | 25 | 35 | 0 | 112 | 100 | 105 | 540 | 72 | 24 |
| Binary | 1010000 | 10101 | 11101 | 0 | 1001010 | 1000000 | 1000101 | 101100000 | 111010 | 10100 |
Color Harmonies of #50151D
Complementary color
Monochromatic Colors of #50151D
Black with #50151D
Text Example
Text Example
White with #50151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50151D; }
p { color: rgb(80,21,29); }
H1.HeaderClassName
{
color: #50151D;
}
.AnyTagClassName
{
color: #50151D;
}
</style>
background-color css
<style>
a { background-color: #50151D; }
a { background-color: rgb(80,21,29); }
div.DivClassName
{
background-color: #50151D;
}
.BgClassName
{
background-color: #50151D;
}
</style>
border-color css
<style>
span { border-color: #50151D; }
span { border-color: rgb(80,21,29); }
td.TdClassName
{
border-color: #50151D;
}
.TagClassName
{
border-color: #50151D;
}
</style>