Shades of Bordeaux #500817
Tints of Bordeaux #500817
RGB
CMYK
RGB Variations
Color information
#500817 (or 0x500817) is known color: Bordeaux. HEX triplet: 50, 08 and 17. RGB value is (80,8,23). Sum of RGB (Red+Green+Blue) = 80+8+23=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #500817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500817 is #AFF7E8. Grayscale: #1F1F1F. Windows color (decimal): -11532265 or 1509456. OLE color: 1509456.
HSL color Cylindrical-coordinate representation of color #500817: hue angle of 347.5º 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 #500817 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 23 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.69 |
| HSL | 347.5º | 0.82% | 0.17% | - |
| HSV(B) | 347.5º | 0.9% | 0.31% | - |
| XYZ | 3.55 | 1.94 | 1 | - |
| YUV | 31.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 23 | 0 | 0.90 | 0.71 | 0.69 | 347.5 | 0.82 | 0.17 |
| Hex | 50 | 8 | 17 | 0 | 5A | 47 | 45 | 15C | 52 | 11 |
| Octal | 120 | 10 | 27 | 0 | 132 | 107 | 105 | 534 | 122 | 21 |
| Binary | 1010000 | 1000 | 10111 | 0 | 1011010 | 1000111 | 1000101 | 101011100 | 1010010 | 10001 |
Color Harmonies of #500817
Complementary color
Monochromatic Colors of #500817
Black with #500817
Text Example
Text Example
White with #500817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500817; }
p { color: rgb(80,8,23); }
H1.HeaderClassName
{
color: #500817;
}
.AnyTagClassName
{
color: #500817;
}
</style>
background-color css
<style>
a { background-color: #500817; }
a { background-color: rgb(80,8,23); }
div.DivClassName
{
background-color: #500817;
}
.BgClassName
{
background-color: #500817;
}
</style>
border-color css
<style>
span { border-color: #500817; }
span { border-color: rgb(80,8,23); }
td.TdClassName
{
border-color: #500817;
}
.TagClassName
{
border-color: #500817;
}
</style>