Shades of Bordeaux #50041F
Tints of Bordeaux #50041F
RGB
CMYK
RGB Variations
Color information
#50041F (or 0x50041F) is known color: Bordeaux. HEX triplet: 50, 04 and 1F. RGB value is (80,4,31). Sum of RGB (Red+Green+Blue) = 80+4+31=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #50041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50041F is #AFFBE0. Grayscale: #1D1D1D. Windows color (decimal): -11533281 or 2032720. OLE color: 2032720.
HSL color Cylindrical-coordinate representation of color #50041F: hue angle of 338.68º 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 #50041F is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 4 | 31 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.69 |
| HSL | 338.68º | 0.9% | 0.16% | - |
| HSV(B) | 338.68º | 0.95% | 0.31% | - |
| XYZ | 3.6 | 1.89 | 1.47 | - |
| YUV | 29.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 31 | 0 | 0.95 | 0.61 | 0.69 | 338.68 | 0.9 | 0.16 |
| Hex | 50 | 4 | 1F | 0 | 5F | 3D | 45 | 153 | 5A | 10 |
| Octal | 120 | 4 | 37 | 0 | 137 | 75 | 105 | 523 | 132 | 20 |
| Binary | 1010000 | 100 | 11111 | 0 | 1011111 | 111101 | 1000101 | 101010011 | 1011010 | 10000 |
Color Harmonies of #50041F
Complementary color
Monochromatic Colors of #50041F
Black with #50041F
Text Example
Text Example
White with #50041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50041F; }
p { color: rgb(80,4,31); }
H1.HeaderClassName
{
color: #50041F;
}
.AnyTagClassName
{
color: #50041F;
}
</style>
background-color css
<style>
a { background-color: #50041F; }
a { background-color: rgb(80,4,31); }
div.DivClassName
{
background-color: #50041F;
}
.BgClassName
{
background-color: #50041F;
}
</style>
border-color css
<style>
span { border-color: #50041F; }
span { border-color: rgb(80,4,31); }
td.TdClassName
{
border-color: #50041F;
}
.TagClassName
{
border-color: #50041F;
}
</style>