Shades of Bordeaux #50091C
Tints of Bordeaux #50091C
RGB
CMYK
RGB Variations
Color information
#50091C (or 0x50091C) is known color: Bordeaux. HEX triplet: 50, 09 and 1C. RGB value is (80,9,28). Sum of RGB (Red+Green+Blue) = 80+9+28=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #50091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50091C is #AFF6E3. Grayscale: #202020. Windows color (decimal): -11532004 or 1837392. OLE color: 1837392.
HSL color Cylindrical-coordinate representation of color #50091C: hue angle of 343.94º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50091C is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 9 | 28 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.69 |
| HSL | 343.94º | 0.8% | 0.17% | - |
| HSV(B) | 343.94º | 0.89% | 0.31% | - |
| XYZ | 3.62 | 1.98 | 1.29 | - |
| YUV | 32.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 28 | 0 | 0.89 | 0.65 | 0.69 | 343.94 | 0.8 | 0.17 |
| Hex | 50 | 9 | 1C | 0 | 59 | 41 | 45 | 158 | 50 | 11 |
| Octal | 120 | 11 | 34 | 0 | 131 | 101 | 105 | 530 | 120 | 21 |
| Binary | 1010000 | 1001 | 11100 | 0 | 1011001 | 1000001 | 1000101 | 101011000 | 1010000 | 10001 |
Color Harmonies of #50091C
Complementary color
Monochromatic Colors of #50091C
Black with #50091C
Text Example
Text Example
White with #50091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50091C; }
p { color: rgb(80,9,28); }
H1.HeaderClassName
{
color: #50091C;
}
.AnyTagClassName
{
color: #50091C;
}
</style>
background-color css
<style>
a { background-color: #50091C; }
a { background-color: rgb(80,9,28); }
div.DivClassName
{
background-color: #50091C;
}
.BgClassName
{
background-color: #50091C;
}
</style>
border-color css
<style>
span { border-color: #50091C; }
span { border-color: rgb(80,9,28); }
td.TdClassName
{
border-color: #50091C;
}
.TagClassName
{
border-color: #50091C;
}
</style>