Shades of Bordeaux #49171F
Tints of Bordeaux #49171F
RGB
CMYK
RGB Variations
Color information
#49171F (or 0x49171F) is known color: Bordeaux. HEX triplet: 49, 17 and 1F. RGB value is (73,23,31). Sum of RGB (Red+Green+Blue) = 73+23+31=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #49171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49171F is #B6E8E0. Grayscale: #262626. Windows color (decimal): -11987169 or 2037577. OLE color: 2037577.
HSL color Cylindrical-coordinate representation of color #49171F: hue angle of 350.4º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49171F is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 23 | 31 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.71 |
| HSL | 350.4º | 0.52% | 0.19% | - |
| HSV(B) | 350.4º | 0.68% | 0.29% | - |
| XYZ | 3.3 | 2.13 | 1.53 | - |
| YUV | 38.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 31 | 0 | 0.68 | 0.58 | 0.71 | 350.4 | 0.52 | 0.19 |
| Hex | 49 | 17 | 1F | 0 | 44 | 3A | 47 | 15E | 34 | 13 |
| Octal | 111 | 27 | 37 | 0 | 104 | 72 | 107 | 536 | 64 | 23 |
| Binary | 1001001 | 10111 | 11111 | 0 | 1000100 | 111010 | 1000111 | 101011110 | 110100 | 10011 |
Color Harmonies of #49171F
Complementary color
Monochromatic Colors of #49171F
Black with #49171F
Text Example
Text Example
White with #49171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49171F; }
p { color: rgb(73,23,31); }
H1.HeaderClassName
{
color: #49171F;
}
.AnyTagClassName
{
color: #49171F;
}
</style>
background-color css
<style>
a { background-color: #49171F; }
a { background-color: rgb(73,23,31); }
div.DivClassName
{
background-color: #49171F;
}
.BgClassName
{
background-color: #49171F;
}
</style>
border-color css
<style>
span { border-color: #49171F; }
span { border-color: rgb(73,23,31); }
td.TdClassName
{
border-color: #49171F;
}
.TagClassName
{
border-color: #49171F;
}
</style>