Shades of Bordeaux #50171D
Tints of Bordeaux #50171D
RGB
CMYK
RGB Variations
Color information
#50171D (or 0x50171D) is known color: Bordeaux. HEX triplet: 50, 17 and 1D. RGB value is (80,23,29). Sum of RGB (Red+Green+Blue) = 80+23+29=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #50171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50171D is #AFE8E2. Grayscale: #282828. Windows color (decimal): -11528419 or 1906512. OLE color: 1906512.
HSL color Cylindrical-coordinate representation of color #50171D: hue angle of 353.68º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50171D is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 29 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.69 |
| HSL | 353.68º | 0.55% | 0.2% | - |
| HSV(B) | 353.68º | 0.71% | 0.31% | - |
| XYZ | 3.84 | 2.41 | 1.42 | - |
| YUV | 40.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 29 | 0 | 0.71 | 0.64 | 0.69 | 353.68 | 0.55 | 0.2 |
| Hex | 50 | 17 | 1D | 0 | 47 | 40 | 45 | 162 | 37 | 14 |
| Octal | 120 | 27 | 35 | 0 | 107 | 100 | 105 | 542 | 67 | 24 |
| Binary | 1010000 | 10111 | 11101 | 0 | 1000111 | 1000000 | 1000101 | 101100010 | 110111 | 10100 |
Color Harmonies of #50171D
Complementary color
Monochromatic Colors of #50171D
Black with #50171D
Text Example
Text Example
White with #50171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50171D; }
p { color: rgb(80,23,29); }
H1.HeaderClassName
{
color: #50171D;
}
.AnyTagClassName
{
color: #50171D;
}
</style>
background-color css
<style>
a { background-color: #50171D; }
a { background-color: rgb(80,23,29); }
div.DivClassName
{
background-color: #50171D;
}
.BgClassName
{
background-color: #50171D;
}
</style>
border-color css
<style>
span { border-color: #50171D; }
span { border-color: rgb(80,23,29); }
td.TdClassName
{
border-color: #50171D;
}
.TagClassName
{
border-color: #50171D;
}
</style>