Shades of Bordeaux #50191D
Tints of Bordeaux #50191D
RGB
CMYK
RGB Variations
Color information
#50191D (or 0x50191D) is known color: Bordeaux. HEX triplet: 50, 19 and 1D. RGB value is (80,25,29). Sum of RGB (Red+Green+Blue) = 80+25+29=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #50191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50191D is #AFE6E2. Grayscale: #292929. Windows color (decimal): -11527907 or 1907024. OLE color: 1907024.
HSL color Cylindrical-coordinate representation of color #50191D: hue angle of 355.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50191D is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 29 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.69 |
| HSL | 355.64º | 0.52% | 0.21% | - |
| HSV(B) | 355.64º | 0.69% | 0.31% | - |
| XYZ | 3.88 | 2.49 | 1.44 | - |
| YUV | 41.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 29 | 0 | 0.69 | 0.64 | 0.69 | 355.64 | 0.52 | 0.21 |
| Hex | 50 | 19 | 1D | 0 | 45 | 40 | 45 | 164 | 34 | 15 |
| Octal | 120 | 31 | 35 | 0 | 105 | 100 | 105 | 544 | 64 | 25 |
| Binary | 1010000 | 11001 | 11101 | 0 | 1000101 | 1000000 | 1000101 | 101100100 | 110100 | 10101 |
Color Harmonies of #50191D
Complementary color
Monochromatic Colors of #50191D
Black with #50191D
Text Example
Text Example
White with #50191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50191D; }
p { color: rgb(80,25,29); }
H1.HeaderClassName
{
color: #50191D;
}
.AnyTagClassName
{
color: #50191D;
}
</style>
background-color css
<style>
a { background-color: #50191D; }
a { background-color: rgb(80,25,29); }
div.DivClassName
{
background-color: #50191D;
}
.BgClassName
{
background-color: #50191D;
}
</style>
border-color css
<style>
span { border-color: #50191D; }
span { border-color: rgb(80,25,29); }
td.TdClassName
{
border-color: #50191D;
}
.TagClassName
{
border-color: #50191D;
}
</style>