Shades of Bordeaux #500415
Tints of Bordeaux #500415
RGB
CMYK
RGB Variations
Color information
#500415 (or 0x500415) is known color: Bordeaux. HEX triplet: 50, 04 and 15. RGB value is (80,4,21). Sum of RGB (Red+Green+Blue) = 80+4+21=105 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.19% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 80 - color contains mainly: red. Hex color #500415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500415 is #AFFBEA. Grayscale: #1C1C1C. Windows color (decimal): -11533291 or 1377360. OLE color: 1377360.
HSL color Cylindrical-coordinate representation of color #500415: hue angle of 346.58º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500415 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 4 | 21 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.69 |
| HSL | 346.58º | 0.9% | 0.16% | - |
| HSV(B) | 346.58º | 0.95% | 0.31% | - |
| XYZ | 3.49 | 1.85 | 0.88 | - |
| YUV | 28.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 21 | 0 | 0.95 | 0.74 | 0.69 | 346.58 | 0.9 | 0.16 |
| Hex | 50 | 4 | 15 | 0 | 5F | 4A | 45 | 15B | 5A | 10 |
| Octal | 120 | 4 | 25 | 0 | 137 | 112 | 105 | 533 | 132 | 20 |
| Binary | 1010000 | 100 | 10101 | 0 | 1011111 | 1001010 | 1000101 | 101011011 | 1011010 | 10000 |
Color Harmonies of #500415
Complementary color
Monochromatic Colors of #500415
Black with #500415
Text Example
Text Example
White with #500415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500415; }
p { color: rgb(80,4,21); }
H1.HeaderClassName
{
color: #500415;
}
.AnyTagClassName
{
color: #500415;
}
</style>
background-color css
<style>
a { background-color: #500415; }
a { background-color: rgb(80,4,21); }
div.DivClassName
{
background-color: #500415;
}
.BgClassName
{
background-color: #500415;
}
</style>
border-color css
<style>
span { border-color: #500415; }
span { border-color: rgb(80,4,21); }
td.TdClassName
{
border-color: #500415;
}
.TagClassName
{
border-color: #500415;
}
</style>