Shades of Bordeaux #500D1D
Tints of Bordeaux #500D1D
RGB
CMYK
RGB Variations
Color information
#500D1D (or 0x500D1D) is known color: Bordeaux. HEX triplet: 50, 0D and 1D. RGB value is (80,13,29). Sum of RGB (Red+Green+Blue) = 80+13+29=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #500D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D1D is #AFF2E2. Grayscale: #222222. Windows color (decimal): -11530979 or 1903952. OLE color: 1903952.
HSL color Cylindrical-coordinate representation of color #500D1D: hue angle of 345.67º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #500D1D is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 13 | 29 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.69 |
| HSL | 345.67º | 0.72% | 0.18% | - |
| HSV(B) | 345.67º | 0.84% | 0.31% | - |
| XYZ | 3.67 | 2.08 | 1.37 | - |
| YUV | 34.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 29 | 0 | 0.84 | 0.64 | 0.69 | 345.67 | 0.72 | 0.18 |
| Hex | 50 | D | 1D | 0 | 54 | 40 | 45 | 15A | 48 | 12 |
| Octal | 120 | 15 | 35 | 0 | 124 | 100 | 105 | 532 | 110 | 22 |
| Binary | 1010000 | 1101 | 11101 | 0 | 1010100 | 1000000 | 1000101 | 101011010 | 1001000 | 10010 |
Color Harmonies of #500D1D
Complementary color
Monochromatic Colors of #500D1D
Black with #500D1D
Text Example
Text Example
White with #500D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500D1D; }
p { color: rgb(80,13,29); }
H1.HeaderClassName
{
color: #500D1D;
}
.AnyTagClassName
{
color: #500D1D;
}
</style>
background-color css
<style>
a { background-color: #500D1D; }
a { background-color: rgb(80,13,29); }
div.DivClassName
{
background-color: #500D1D;
}
.BgClassName
{
background-color: #500D1D;
}
</style>
border-color css
<style>
span { border-color: #500D1D; }
span { border-color: rgb(80,13,29); }
td.TdClassName
{
border-color: #500D1D;
}
.TagClassName
{
border-color: #500D1D;
}
</style>