Shades of Bordeaux #500812
Tints of Bordeaux #500812
RGB
CMYK
RGB Variations
Color information
#500812 (or 0x500812) is known color: Bordeaux. HEX triplet: 50, 08 and 12. RGB value is (80,8,18). Sum of RGB (Red+Green+Blue) = 80+8+18=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #500812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500812 is #AFF7ED. Grayscale: #1E1E1E. Windows color (decimal): -11532270 or 1181776. OLE color: 1181776.
HSL color Cylindrical-coordinate representation of color #500812: hue angle of 351.67º 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 #500812 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 18 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.69 |
| HSL | 351.67º | 0.82% | 0.17% | - |
| HSV(B) | 351.67º | 0.9% | 0.31% | - |
| XYZ | 3.5 | 1.92 | 0.76 | - |
| YUV | 30.67 | 120.85 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 18 | 0 | 0.90 | 0.78 | 0.69 | 351.67 | 0.82 | 0.17 |
| Hex | 50 | 8 | 12 | 0 | 5A | 4E | 45 | 160 | 52 | 11 |
| Octal | 120 | 10 | 22 | 0 | 132 | 116 | 105 | 540 | 122 | 21 |
| Binary | 1010000 | 1000 | 10010 | 0 | 1011010 | 1001110 | 1000101 | 101100000 | 1010010 | 10001 |
Color Harmonies of #500812
Complementary color
Monochromatic Colors of #500812
Black with #500812
Text Example
Text Example
White with #500812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500812; }
p { color: rgb(80,8,18); }
H1.HeaderClassName
{
color: #500812;
}
.AnyTagClassName
{
color: #500812;
}
</style>
background-color css
<style>
a { background-color: #500812; }
a { background-color: rgb(80,8,18); }
div.DivClassName
{
background-color: #500812;
}
.BgClassName
{
background-color: #500812;
}
</style>
border-color css
<style>
span { border-color: #500812; }
span { border-color: rgb(80,8,18); }
td.TdClassName
{
border-color: #500812;
}
.TagClassName
{
border-color: #500812;
}
</style>