Shades of Bordeaux #50171F
Tints of Bordeaux #50171F
RGB
CMYK
RGB Variations
Color information
#50171F (or 0x50171F) is known color: Bordeaux. HEX triplet: 50, 17 and 1F. RGB value is (80,23,31). Sum of RGB (Red+Green+Blue) = 80+23+31=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #50171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50171F is #AFE8E0. Grayscale: #282828. Windows color (decimal): -11528417 or 2037584. OLE color: 2037584.
HSL color Cylindrical-coordinate representation of color #50171F: hue angle of 351.58º 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 #50171F is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 31 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.69 |
| HSL | 351.58º | 0.55% | 0.2% | - |
| HSV(B) | 351.58º | 0.71% | 0.31% | - |
| XYZ | 3.86 | 2.42 | 1.56 | - |
| YUV | 40.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 31 | 0 | 0.71 | 0.61 | 0.69 | 351.58 | 0.55 | 0.2 |
| Hex | 50 | 17 | 1F | 0 | 47 | 3D | 45 | 160 | 37 | 14 |
| Octal | 120 | 27 | 37 | 0 | 107 | 75 | 105 | 540 | 67 | 24 |
| Binary | 1010000 | 10111 | 11111 | 0 | 1000111 | 111101 | 1000101 | 101100000 | 110111 | 10100 |
Color Harmonies of #50171F
Complementary color
Monochromatic Colors of #50171F
Black with #50171F
Text Example
Text Example
White with #50171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50171F; }
p { color: rgb(80,23,31); }
H1.HeaderClassName
{
color: #50171F;
}
.AnyTagClassName
{
color: #50171F;
}
</style>
background-color css
<style>
a { background-color: #50171F; }
a { background-color: rgb(80,23,31); }
div.DivClassName
{
background-color: #50171F;
}
.BgClassName
{
background-color: #50171F;
}
</style>
border-color css
<style>
span { border-color: #50171F; }
span { border-color: rgb(80,23,31); }
td.TdClassName
{
border-color: #50171F;
}
.TagClassName
{
border-color: #50171F;
}
</style>