Shades of Bordeaux #500819
Tints of Bordeaux #500819
RGB
CMYK
RGB Variations
Color information
#500819 (or 0x500819) is known color: Bordeaux. HEX triplet: 50, 08 and 19. RGB value is (80,8,25). Sum of RGB (Red+Green+Blue) = 80+8+25=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #500819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500819 is #AFF7E6. Grayscale: #1F1F1F. Windows color (decimal): -11532263 or 1640528. OLE color: 1640528.
HSL color Cylindrical-coordinate representation of color #500819: hue angle of 345.83º 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 #500819 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 25 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.69 |
| HSL | 345.83º | 0.82% | 0.17% | - |
| HSV(B) | 345.83º | 0.9% | 0.31% | - |
| XYZ | 3.57 | 1.95 | 1.11 | - |
| YUV | 31.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 25 | 0 | 0.90 | 0.69 | 0.69 | 345.83 | 0.82 | 0.17 |
| Hex | 50 | 8 | 19 | 0 | 5A | 45 | 45 | 15A | 52 | 11 |
| Octal | 120 | 10 | 31 | 0 | 132 | 105 | 105 | 532 | 122 | 21 |
| Binary | 1010000 | 1000 | 11001 | 0 | 1011010 | 1000101 | 1000101 | 101011010 | 1010010 | 10001 |
Color Harmonies of #500819
Complementary color
Monochromatic Colors of #500819
Black with #500819
Text Example
Text Example
White with #500819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500819; }
p { color: rgb(80,8,25); }
H1.HeaderClassName
{
color: #500819;
}
.AnyTagClassName
{
color: #500819;
}
</style>
background-color css
<style>
a { background-color: #500819; }
a { background-color: rgb(80,8,25); }
div.DivClassName
{
background-color: #500819;
}
.BgClassName
{
background-color: #500819;
}
</style>
border-color css
<style>
span { border-color: #500819; }
span { border-color: rgb(80,8,25); }
td.TdClassName
{
border-color: #500819;
}
.TagClassName
{
border-color: #500819;
}
</style>