Shades of Bordeaux #500F1D
Tints of Bordeaux #500F1D
RGB
CMYK
RGB Variations
Color information
#500F1D (or 0x500F1D) is known color: Bordeaux. HEX triplet: 50, 0F and 1D. RGB value is (80,15,29). Sum of RGB (Red+Green+Blue) = 80+15+29=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #500F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500F1D is #AFF0E2. Grayscale: #242424. Windows color (decimal): -11530467 or 1904464. OLE color: 1904464.
HSL color Cylindrical-coordinate representation of color #500F1D: hue angle of 347.08º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #500F1D is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 15 | 29 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.69 |
| HSL | 347.08º | 0.68% | 0.19% | - |
| HSV(B) | 347.08º | 0.81% | 0.31% | - |
| XYZ | 3.7 | 2.14 | 1.38 | - |
| YUV | 36.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 29 | 0 | 0.81 | 0.64 | 0.69 | 347.08 | 0.68 | 0.19 |
| Hex | 50 | F | 1D | 0 | 51 | 40 | 45 | 15B | 44 | 13 |
| Octal | 120 | 17 | 35 | 0 | 121 | 100 | 105 | 533 | 104 | 23 |
| Binary | 1010000 | 1111 | 11101 | 0 | 1010001 | 1000000 | 1000101 | 101011011 | 1000100 | 10011 |
Color Harmonies of #500F1D
Complementary color
Monochromatic Colors of #500F1D
Black with #500F1D
Text Example
Text Example
White with #500F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F1D; }
p { color: rgb(80,15,29); }
H1.HeaderClassName
{
color: #500F1D;
}
.AnyTagClassName
{
color: #500F1D;
}
</style>
background-color css
<style>
a { background-color: #500F1D; }
a { background-color: rgb(80,15,29); }
div.DivClassName
{
background-color: #500F1D;
}
.BgClassName
{
background-color: #500F1D;
}
</style>
border-color css
<style>
span { border-color: #500F1D; }
span { border-color: rgb(80,15,29); }
td.TdClassName
{
border-color: #500F1D;
}
.TagClassName
{
border-color: #500F1D;
}
</style>