Shades of Bordeaux #50181F
Tints of Bordeaux #50181F
RGB
CMYK
RGB Variations
Color information
#50181F (or 0x50181F) is known color: Bordeaux. HEX triplet: 50, 18 and 1F. RGB value is (80,24,31). Sum of RGB (Red+Green+Blue) = 80+24+31=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #50181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50181F is #AFE7E0. Grayscale: #292929. Windows color (decimal): -11528161 or 2037840. OLE color: 2037840.
HSL color Cylindrical-coordinate representation of color #50181F: hue angle of 352.5º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50181F is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 31 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.69 |
| HSL | 352.5º | 0.54% | 0.2% | - |
| HSV(B) | 352.5º | 0.7% | 0.31% | - |
| XYZ | 3.88 | 2.46 | 1.57 | - |
| YUV | 41.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 31 | 0 | 0.70 | 0.61 | 0.69 | 352.5 | 0.54 | 0.2 |
| Hex | 50 | 18 | 1F | 0 | 46 | 3D | 45 | 160 | 36 | 14 |
| Octal | 120 | 30 | 37 | 0 | 106 | 75 | 105 | 540 | 66 | 24 |
| Binary | 1010000 | 11000 | 11111 | 0 | 1000110 | 111101 | 1000101 | 101100000 | 110110 | 10100 |
Color Harmonies of #50181F
Complementary color
Monochromatic Colors of #50181F
Black with #50181F
Text Example
Text Example
White with #50181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50181F; }
p { color: rgb(80,24,31); }
H1.HeaderClassName
{
color: #50181F;
}
.AnyTagClassName
{
color: #50181F;
}
</style>
background-color css
<style>
a { background-color: #50181F; }
a { background-color: rgb(80,24,31); }
div.DivClassName
{
background-color: #50181F;
}
.BgClassName
{
background-color: #50181F;
}
</style>
border-color css
<style>
span { border-color: #50181F; }
span { border-color: rgb(80,24,31); }
td.TdClassName
{
border-color: #50181F;
}
.TagClassName
{
border-color: #50181F;
}
</style>