Shades of Bordeaux #50000F
Tints of Bordeaux #50000F
RGB
CMYK
RGB Variations
Color information
#50000F (or 0x50000F) is known color: Bordeaux. HEX triplet: 50, 00 and 0F. RGB value is (80,0,15). Sum of RGB (Red+Green+Blue) = 80+0+15=95 (12% of max value = 765). Red value is 80 (31.64% from 255 or 84.21% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 80 - color contains mainly: red. Hex color #50000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50000F is #AFFFF0. Grayscale: #191919. Windows color (decimal): -11534321 or 983120. OLE color: 983120.
HSL color Cylindrical-coordinate representation of color #50000F: hue angle of 348.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50000F is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.81 | 0.69 |
| HSL | 348.75º | 1% | 0.16% | - |
| HSV(B) | 348.75º | 1% | 0.31% | - |
| XYZ | 3.39 | 1.74 | 0.61 | - |
| YUV | 25.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 15 | 0 | 1 | 0.81 | 0.69 | 348.75 | 1 | 0.16 |
| Hex | 50 | 0 | F | 0 | 64 | 51 | 45 | 15D | 64 | 10 |
| Octal | 120 | 0 | 17 | 0 | 144 | 121 | 105 | 535 | 144 | 20 |
| Binary | 1010000 | 0 | 1111 | 0 | 1100100 | 1010001 | 1000101 | 101011101 | 1100100 | 10000 |
Color Harmonies of #50000F
Complementary color
Monochromatic Colors of #50000F
Black with #50000F
Text Example
Text Example
White with #50000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50000F; }
p { color: rgb(80,0,15); }
H1.HeaderClassName
{
color: #50000F;
}
.AnyTagClassName
{
color: #50000F;
}
</style>
background-color css
<style>
a { background-color: #50000F; }
a { background-color: rgb(80,0,15); }
div.DivClassName
{
background-color: #50000F;
}
.BgClassName
{
background-color: #50000F;
}
</style>
border-color css
<style>
span { border-color: #50000F; }
span { border-color: rgb(80,0,15); }
td.TdClassName
{
border-color: #50000F;
}
.TagClassName
{
border-color: #50000F;
}
</style>