Shades of Bordeaux #49181F
Tints of Bordeaux #49181F
RGB
CMYK
RGB Variations
Color information
#49181F (or 0x49181F) is known color: Bordeaux. HEX triplet: 49, 18 and 1F. RGB value is (73,24,31). Sum of RGB (Red+Green+Blue) = 73+24+31=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #49181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49181F is #B6E7E0. Grayscale: #272727. Windows color (decimal): -11986913 or 2037833. OLE color: 2037833.
HSL color Cylindrical-coordinate representation of color #49181F: hue angle of 351.43º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49181F is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 31 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.71 |
| HSL | 351.43º | 0.51% | 0.19% | - |
| HSV(B) | 351.43º | 0.67% | 0.29% | - |
| XYZ | 3.32 | 2.17 | 1.54 | - |
| YUV | 39.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 31 | 0 | 0.67 | 0.58 | 0.71 | 351.43 | 0.51 | 0.19 |
| Hex | 49 | 18 | 1F | 0 | 43 | 3A | 47 | 15F | 33 | 13 |
| Octal | 111 | 30 | 37 | 0 | 103 | 72 | 107 | 537 | 63 | 23 |
| Binary | 1001001 | 11000 | 11111 | 0 | 1000011 | 111010 | 1000111 | 101011111 | 110011 | 10011 |
Color Harmonies of #49181F
Complementary color
Monochromatic Colors of #49181F
Black with #49181F
Text Example
Text Example
White with #49181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49181F; }
p { color: rgb(73,24,31); }
H1.HeaderClassName
{
color: #49181F;
}
.AnyTagClassName
{
color: #49181F;
}
</style>
background-color css
<style>
a { background-color: #49181F; }
a { background-color: rgb(73,24,31); }
div.DivClassName
{
background-color: #49181F;
}
.BgClassName
{
background-color: #49181F;
}
</style>
border-color css
<style>
span { border-color: #49181F; }
span { border-color: rgb(73,24,31); }
td.TdClassName
{
border-color: #49181F;
}
.TagClassName
{
border-color: #49181F;
}
</style>