Shades of Bordeaux #49131F
Tints of Bordeaux #49131F
RGB
CMYK
RGB Variations
Color information
#49131F (or 0x49131F) is known color: Bordeaux. HEX triplet: 49, 13 and 1F. RGB value is (73,19,31). Sum of RGB (Red+Green+Blue) = 73+19+31=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #49131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49131F is #B6ECE0. Grayscale: #242424. Windows color (decimal): -11988193 or 2036553. OLE color: 2036553.
HSL color Cylindrical-coordinate representation of color #49131F: hue angle of 346.67º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49131F is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 19 | 31 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.71 |
| HSL | 346.67º | 0.59% | 0.18% | - |
| HSV(B) | 346.67º | 0.74% | 0.29% | - |
| XYZ | 3.23 | 1.98 | 1.51 | - |
| YUV | 36.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 31 | 0 | 0.74 | 0.58 | 0.71 | 346.67 | 0.59 | 0.18 |
| Hex | 49 | 13 | 1F | 0 | 4A | 3A | 47 | 15B | 3B | 12 |
| Octal | 111 | 23 | 37 | 0 | 112 | 72 | 107 | 533 | 73 | 22 |
| Binary | 1001001 | 10011 | 11111 | 0 | 1001010 | 111010 | 1000111 | 101011011 | 111011 | 10010 |
Color Harmonies of #49131F
Complementary color
Monochromatic Colors of #49131F
Black with #49131F
Text Example
Text Example
White with #49131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49131F; }
p { color: rgb(73,19,31); }
H1.HeaderClassName
{
color: #49131F;
}
.AnyTagClassName
{
color: #49131F;
}
</style>
background-color css
<style>
a { background-color: #49131F; }
a { background-color: rgb(73,19,31); }
div.DivClassName
{
background-color: #49131F;
}
.BgClassName
{
background-color: #49131F;
}
</style>
border-color css
<style>
span { border-color: #49131F; }
span { border-color: rgb(73,19,31); }
td.TdClassName
{
border-color: #49131F;
}
.TagClassName
{
border-color: #49131F;
}
</style>