Shades of Bordeaux #50081B
Tints of Bordeaux #50081B
RGB
CMYK
RGB Variations
Color information
#50081B (or 0x50081B) is known color: Bordeaux. HEX triplet: 50, 08 and 1B. RGB value is (80,8,27). Sum of RGB (Red+Green+Blue) = 80+8+27=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #50081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50081B is #AFF7E4. Grayscale: #1F1F1F. Windows color (decimal): -11532261 or 1771600. OLE color: 1771600.
HSL color Cylindrical-coordinate representation of color #50081B: hue angle of 344.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50081B is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 27 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.69 |
| HSL | 344.17º | 0.82% | 0.17% | - |
| HSV(B) | 344.17º | 0.9% | 0.31% | - |
| XYZ | 3.59 | 1.96 | 1.23 | - |
| YUV | 31.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 27 | 0 | 0.90 | 0.66 | 0.69 | 344.17 | 0.82 | 0.17 |
| Hex | 50 | 8 | 1B | 0 | 5A | 42 | 45 | 158 | 52 | 11 |
| Octal | 120 | 10 | 33 | 0 | 132 | 102 | 105 | 530 | 122 | 21 |
| Binary | 1010000 | 1000 | 11011 | 0 | 1011010 | 1000010 | 1000101 | 101011000 | 1010010 | 10001 |
Color Harmonies of #50081B
Complementary color
Monochromatic Colors of #50081B
Black with #50081B
Text Example
Text Example
White with #50081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50081B; }
p { color: rgb(80,8,27); }
H1.HeaderClassName
{
color: #50081B;
}
.AnyTagClassName
{
color: #50081B;
}
</style>
background-color css
<style>
a { background-color: #50081B; }
a { background-color: rgb(80,8,27); }
div.DivClassName
{
background-color: #50081B;
}
.BgClassName
{
background-color: #50081B;
}
</style>
border-color css
<style>
span { border-color: #50081B; }
span { border-color: rgb(80,8,27); }
td.TdClassName
{
border-color: #50081B;
}
.TagClassName
{
border-color: #50081B;
}
</style>