Shades of Bordeaux #50161A
Tints of Bordeaux #50161A
RGB
CMYK
RGB Variations
Color information
#50161A (or 0x50161A) is known color: Bordeaux. HEX triplet: 50, 16 and 1A. RGB value is (80,22,26). Sum of RGB (Red+Green+Blue) = 80+22+26=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #50161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50161A is #AFE9E5. Grayscale: #272727. Windows color (decimal): -11528678 or 1709648. OLE color: 1709648.
HSL color Cylindrical-coordinate representation of color #50161A: hue angle of 355.86º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50161A is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 26 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.69 |
| HSL | 355.86º | 0.57% | 0.2% | - |
| HSV(B) | 355.86º | 0.73% | 0.31% | - |
| XYZ | 3.78 | 2.35 | 1.23 | - |
| YUV | 39.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 26 | 0 | 0.72 | 0.67 | 0.69 | 355.86 | 0.57 | 0.2 |
| Hex | 50 | 16 | 1A | 0 | 48 | 43 | 45 | 164 | 39 | 14 |
| Octal | 120 | 26 | 32 | 0 | 110 | 103 | 105 | 544 | 71 | 24 |
| Binary | 1010000 | 10110 | 11010 | 0 | 1001000 | 1000011 | 1000101 | 101100100 | 111001 | 10100 |
Color Harmonies of #50161A
Complementary color
Monochromatic Colors of #50161A
Black with #50161A
Text Example
Text Example
White with #50161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50161A; }
p { color: rgb(80,22,26); }
H1.HeaderClassName
{
color: #50161A;
}
.AnyTagClassName
{
color: #50161A;
}
</style>
background-color css
<style>
a { background-color: #50161A; }
a { background-color: rgb(80,22,26); }
div.DivClassName
{
background-color: #50161A;
}
.BgClassName
{
background-color: #50161A;
}
</style>
border-color css
<style>
span { border-color: #50161A; }
span { border-color: rgb(80,22,26); }
td.TdClassName
{
border-color: #50161A;
}
.TagClassName
{
border-color: #50161A;
}
</style>