Shades of Bordeaux #50151A
Tints of Bordeaux #50151A
RGB
CMYK
RGB Variations
Color information
#50151A (or 0x50151A) is known color: Bordeaux. HEX triplet: 50, 15 and 1A. RGB value is (80,21,26). Sum of RGB (Red+Green+Blue) = 80+21+26=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #50151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50151A is #AFEAE5. Grayscale: #272727. Windows color (decimal): -11528934 or 1709392. OLE color: 1709392.
HSL color Cylindrical-coordinate representation of color #50151A: hue angle of 354.92º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50151A is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 26 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.69 |
| HSL | 354.92º | 0.58% | 0.2% | - |
| HSV(B) | 354.92º | 0.74% | 0.31% | - |
| XYZ | 3.76 | 2.32 | 1.23 | - |
| YUV | 39.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 26 | 0 | 0.74 | 0.67 | 0.69 | 354.92 | 0.58 | 0.2 |
| Hex | 50 | 15 | 1A | 0 | 4A | 43 | 45 | 163 | 3A | 14 |
| Octal | 120 | 25 | 32 | 0 | 112 | 103 | 105 | 543 | 72 | 24 |
| Binary | 1010000 | 10101 | 11010 | 0 | 1001010 | 1000011 | 1000101 | 101100011 | 111010 | 10100 |
Color Harmonies of #50151A
Complementary color
Monochromatic Colors of #50151A
Black with #50151A
Text Example
Text Example
White with #50151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50151A; }
p { color: rgb(80,21,26); }
H1.HeaderClassName
{
color: #50151A;
}
.AnyTagClassName
{
color: #50151A;
}
</style>
background-color css
<style>
a { background-color: #50151A; }
a { background-color: rgb(80,21,26); }
div.DivClassName
{
background-color: #50151A;
}
.BgClassName
{
background-color: #50151A;
}
</style>
border-color css
<style>
span { border-color: #50151A; }
span { border-color: rgb(80,21,26); }
td.TdClassName
{
border-color: #50151A;
}
.TagClassName
{
border-color: #50151A;
}
</style>