Shades of Bordeaux #49181C
Tints of Bordeaux #49181C
RGB
CMYK
RGB Variations
Color information
#49181C (or 0x49181C) is known color: Bordeaux. HEX triplet: 49, 18 and 1C. RGB value is (73,24,28). Sum of RGB (Red+Green+Blue) = 73+24+28=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #49181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49181C is #B6E7E3. Grayscale: #272727. Windows color (decimal): -11986916 or 1841225. OLE color: 1841225.
HSL color Cylindrical-coordinate representation of color #49181C: hue angle of 355.1º 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 #49181C is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 28 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.71 |
| HSL | 355.1º | 0.51% | 0.19% | - |
| HSV(B) | 355.1º | 0.67% | 0.29% | - |
| XYZ | 3.28 | 2.15 | 1.34 | - |
| YUV | 39.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 28 | 0 | 0.67 | 0.62 | 0.71 | 355.1 | 0.51 | 0.19 |
| Hex | 49 | 18 | 1C | 0 | 43 | 3E | 47 | 163 | 33 | 13 |
| Octal | 111 | 30 | 34 | 0 | 103 | 76 | 107 | 543 | 63 | 23 |
| Binary | 1001001 | 11000 | 11100 | 0 | 1000011 | 111110 | 1000111 | 101100011 | 110011 | 10011 |
Color Harmonies of #49181C
Complementary color
Monochromatic Colors of #49181C
Black with #49181C
Text Example
Text Example
White with #49181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49181C; }
p { color: rgb(73,24,28); }
H1.HeaderClassName
{
color: #49181C;
}
.AnyTagClassName
{
color: #49181C;
}
</style>
background-color css
<style>
a { background-color: #49181C; }
a { background-color: rgb(73,24,28); }
div.DivClassName
{
background-color: #49181C;
}
.BgClassName
{
background-color: #49181C;
}
</style>
border-color css
<style>
span { border-color: #49181C; }
span { border-color: rgb(73,24,28); }
td.TdClassName
{
border-color: #49181C;
}
.TagClassName
{
border-color: #49181C;
}
</style>