Shades of Bordeaux #49171C
Tints of Bordeaux #49171C
RGB
CMYK
RGB Variations
Color information
#49171C (or 0x49171C) is known color: Bordeaux. HEX triplet: 49, 17 and 1C. RGB value is (73,23,28). Sum of RGB (Red+Green+Blue) = 73+23+28=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #49171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49171C is #B6E8E3. Grayscale: #262626. Windows color (decimal): -11987172 or 1840969. OLE color: 1840969.
HSL color Cylindrical-coordinate representation of color #49171C: hue angle of 354º 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 #49171C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 23 | 28 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.71 |
| HSL | 354º | 0.52% | 0.19% | - |
| HSV(B) | 354º | 0.68% | 0.29% | - |
| XYZ | 3.26 | 2.11 | 1.33 | - |
| YUV | 38.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 28 | 0 | 0.68 | 0.62 | 0.71 | 354 | 0.52 | 0.19 |
| Hex | 49 | 17 | 1C | 0 | 44 | 3E | 47 | 162 | 34 | 13 |
| Octal | 111 | 27 | 34 | 0 | 104 | 76 | 107 | 542 | 64 | 23 |
| Binary | 1001001 | 10111 | 11100 | 0 | 1000100 | 111110 | 1000111 | 101100010 | 110100 | 10011 |
Color Harmonies of #49171C
Complementary color
Monochromatic Colors of #49171C
Black with #49171C
Text Example
Text Example
White with #49171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49171C; }
p { color: rgb(73,23,28); }
H1.HeaderClassName
{
color: #49171C;
}
.AnyTagClassName
{
color: #49171C;
}
</style>
background-color css
<style>
a { background-color: #49171C; }
a { background-color: rgb(73,23,28); }
div.DivClassName
{
background-color: #49171C;
}
.BgClassName
{
background-color: #49171C;
}
</style>
border-color css
<style>
span { border-color: #49171C; }
span { border-color: rgb(73,23,28); }
td.TdClassName
{
border-color: #49171C;
}
.TagClassName
{
border-color: #49171C;
}
</style>