Shades of Bordeaux #50081C
Tints of Bordeaux #50081C
RGB
CMYK
RGB Variations
Color information
#50081C (or 0x50081C) is known color: Bordeaux. HEX triplet: 50, 08 and 1C. RGB value is (80,8,28). Sum of RGB (Red+Green+Blue) = 80+8+28=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #50081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50081C is #AFF7E3. Grayscale: #1F1F1F. Windows color (decimal): -11532260 or 1837136. OLE color: 1837136.
HSL color Cylindrical-coordinate representation of color #50081C: hue angle of 343.33º 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 #50081C is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 28 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.69 |
| HSL | 343.33º | 0.82% | 0.17% | - |
| HSV(B) | 343.33º | 0.9% | 0.31% | - |
| XYZ | 3.6 | 1.96 | 1.29 | - |
| YUV | 31.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 28 | 0 | 0.90 | 0.65 | 0.69 | 343.33 | 0.82 | 0.17 |
| Hex | 50 | 8 | 1C | 0 | 5A | 41 | 45 | 157 | 52 | 11 |
| Octal | 120 | 10 | 34 | 0 | 132 | 101 | 105 | 527 | 122 | 21 |
| Binary | 1010000 | 1000 | 11100 | 0 | 1011010 | 1000001 | 1000101 | 101010111 | 1010010 | 10001 |
Color Harmonies of #50081C
Complementary color
Monochromatic Colors of #50081C
Black with #50081C
Text Example
Text Example
White with #50081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50081C; }
p { color: rgb(80,8,28); }
H1.HeaderClassName
{
color: #50081C;
}
.AnyTagClassName
{
color: #50081C;
}
</style>
background-color css
<style>
a { background-color: #50081C; }
a { background-color: rgb(80,8,28); }
div.DivClassName
{
background-color: #50081C;
}
.BgClassName
{
background-color: #50081C;
}
</style>
border-color css
<style>
span { border-color: #50081C; }
span { border-color: rgb(80,8,28); }
td.TdClassName
{
border-color: #50081C;
}
.TagClassName
{
border-color: #50081C;
}
</style>