Shades of Bordeaux #49171B
Tints of Bordeaux #49171B
RGB
CMYK
RGB Variations
Color information
#49171B (or 0x49171B) is known color: Bordeaux. HEX triplet: 49, 17 and 1B. RGB value is (73,23,27). Sum of RGB (Red+Green+Blue) = 73+23+27=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #49171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49171B is #B6E8E4. Grayscale: #262626. Windows color (decimal): -11987173 or 1775433. OLE color: 1775433.
HSL color Cylindrical-coordinate representation of color #49171B: hue angle of 355.2º 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 #49171B is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 23 | 27 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.71 |
| HSL | 355.2º | 0.52% | 0.19% | - |
| HSV(B) | 355.2º | 0.68% | 0.29% | - |
| XYZ | 3.25 | 2.11 | 1.27 | - |
| YUV | 38.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 27 | 0 | 0.68 | 0.63 | 0.71 | 355.2 | 0.52 | 0.19 |
| Hex | 49 | 17 | 1B | 0 | 44 | 3F | 47 | 163 | 34 | 13 |
| Octal | 111 | 27 | 33 | 0 | 104 | 77 | 107 | 543 | 64 | 23 |
| Binary | 1001001 | 10111 | 11011 | 0 | 1000100 | 111111 | 1000111 | 101100011 | 110100 | 10011 |
Color Harmonies of #49171B
Complementary color
Monochromatic Colors of #49171B
Black with #49171B
Text Example
Text Example
White with #49171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49171B; }
p { color: rgb(73,23,27); }
H1.HeaderClassName
{
color: #49171B;
}
.AnyTagClassName
{
color: #49171B;
}
</style>
background-color css
<style>
a { background-color: #49171B; }
a { background-color: rgb(73,23,27); }
div.DivClassName
{
background-color: #49171B;
}
.BgClassName
{
background-color: #49171B;
}
</style>
border-color css
<style>
span { border-color: #49171B; }
span { border-color: rgb(73,23,27); }
td.TdClassName
{
border-color: #49171B;
}
.TagClassName
{
border-color: #49171B;
}
</style>