Shades of Bordeaux #49131C
Tints of Bordeaux #49131C
RGB
CMYK
RGB Variations
Color information
#49131C (or 0x49131C) is known color: Bordeaux. HEX triplet: 49, 13 and 1C. RGB value is (73,19,28). Sum of RGB (Red+Green+Blue) = 73+19+28=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #49131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49131C is #B6ECE3. Grayscale: #242424. Windows color (decimal): -11988196 or 1839945. OLE color: 1839945.
HSL color Cylindrical-coordinate representation of color #49131C: hue angle of 350º 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 #49131C is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 19 | 28 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.71 |
| HSL | 350º | 0.59% | 0.18% | - |
| HSV(B) | 350º | 0.74% | 0.29% | - |
| XYZ | 3.19 | 1.97 | 1.31 | - |
| YUV | 36.17 | 123.39 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 28 | 0 | 0.74 | 0.62 | 0.71 | 350 | 0.59 | 0.18 |
| Hex | 49 | 13 | 1C | 0 | 4A | 3E | 47 | 15E | 3B | 12 |
| Octal | 111 | 23 | 34 | 0 | 112 | 76 | 107 | 536 | 73 | 22 |
| Binary | 1001001 | 10011 | 11100 | 0 | 1001010 | 111110 | 1000111 | 101011110 | 111011 | 10010 |
Color Harmonies of #49131C
Complementary color
Monochromatic Colors of #49131C
Black with #49131C
Text Example
Text Example
White with #49131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49131C; }
p { color: rgb(73,19,28); }
H1.HeaderClassName
{
color: #49131C;
}
.AnyTagClassName
{
color: #49131C;
}
</style>
background-color css
<style>
a { background-color: #49131C; }
a { background-color: rgb(73,19,28); }
div.DivClassName
{
background-color: #49131C;
}
.BgClassName
{
background-color: #49131C;
}
</style>
border-color css
<style>
span { border-color: #49131C; }
span { border-color: rgb(73,19,28); }
td.TdClassName
{
border-color: #49131C;
}
.TagClassName
{
border-color: #49131C;
}
</style>