Shades of Bordeaux #50171B
Tints of Bordeaux #50171B
RGB
CMYK
RGB Variations
Color information
#50171B (or 0x50171B) is known color: Bordeaux. HEX triplet: 50, 17 and 1B. RGB value is (80,23,27). Sum of RGB (Red+Green+Blue) = 80+23+27=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #50171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50171B is #AFE8E4. Grayscale: #282828. Windows color (decimal): -11528421 or 1775440. OLE color: 1775440.
HSL color Cylindrical-coordinate representation of color #50171B: hue angle of 355.79º 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 #50171B is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 27 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.69 |
| HSL | 355.79º | 0.55% | 0.2% | - |
| HSV(B) | 355.79º | 0.71% | 0.31% | - |
| XYZ | 3.81 | 2.4 | 1.3 | - |
| YUV | 40.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 27 | 0 | 0.71 | 0.66 | 0.69 | 355.79 | 0.55 | 0.2 |
| Hex | 50 | 17 | 1B | 0 | 47 | 42 | 45 | 164 | 37 | 14 |
| Octal | 120 | 27 | 33 | 0 | 107 | 102 | 105 | 544 | 67 | 24 |
| Binary | 1010000 | 10111 | 11011 | 0 | 1000111 | 1000010 | 1000101 | 101100100 | 110111 | 10100 |
Color Harmonies of #50171B
Complementary color
Monochromatic Colors of #50171B
Black with #50171B
Text Example
Text Example
White with #50171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50171B; }
p { color: rgb(80,23,27); }
H1.HeaderClassName
{
color: #50171B;
}
.AnyTagClassName
{
color: #50171B;
}
</style>
background-color css
<style>
a { background-color: #50171B; }
a { background-color: rgb(80,23,27); }
div.DivClassName
{
background-color: #50171B;
}
.BgClassName
{
background-color: #50171B;
}
</style>
border-color css
<style>
span { border-color: #50171B; }
span { border-color: rgb(80,23,27); }
td.TdClassName
{
border-color: #50171B;
}
.TagClassName
{
border-color: #50171B;
}
</style>