Shades of Bordeaux #500816
Tints of Bordeaux #500816
RGB
CMYK
RGB Variations
Color information
#500816 (or 0x500816) is known color: Bordeaux. HEX triplet: 50, 08 and 16. RGB value is (80,8,22). Sum of RGB (Red+Green+Blue) = 80+8+22=110 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.73% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 80 - color contains mainly: red. Hex color #500816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500816 is #AFF7E9. Grayscale: #1F1F1F. Windows color (decimal): -11532266 or 1443920. OLE color: 1443920.
HSL color Cylindrical-coordinate representation of color #500816: hue angle of 348.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 #500816 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 22 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.69 |
| HSL | 348.33º | 0.82% | 0.17% | - |
| HSV(B) | 348.33º | 0.9% | 0.31% | - |
| XYZ | 3.54 | 1.94 | 0.95 | - |
| YUV | 31.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 22 | 0 | 0.90 | 0.72 | 0.69 | 348.33 | 0.82 | 0.17 |
| Hex | 50 | 8 | 16 | 0 | 5A | 48 | 45 | 15C | 52 | 11 |
| Octal | 120 | 10 | 26 | 0 | 132 | 110 | 105 | 534 | 122 | 21 |
| Binary | 1010000 | 1000 | 10110 | 0 | 1011010 | 1001000 | 1000101 | 101011100 | 1010010 | 10001 |
Color Harmonies of #500816
Complementary color
Monochromatic Colors of #500816
Black with #500816
Text Example
Text Example
White with #500816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500816; }
p { color: rgb(80,8,22); }
H1.HeaderClassName
{
color: #500816;
}
.AnyTagClassName
{
color: #500816;
}
</style>
background-color css
<style>
a { background-color: #500816; }
a { background-color: rgb(80,8,22); }
div.DivClassName
{
background-color: #500816;
}
.BgClassName
{
background-color: #500816;
}
</style>
border-color css
<style>
span { border-color: #500816; }
span { border-color: rgb(80,8,22); }
td.TdClassName
{
border-color: #500816;
}
.TagClassName
{
border-color: #500816;
}
</style>