Shades of Bordeaux #49041C
Tints of Bordeaux #49041C
RGB
CMYK
RGB Variations
Color information
#49041C (or 0x49041C) is known color: Bordeaux. HEX triplet: 49, 04 and 1C. RGB value is (73,4,28). Sum of RGB (Red+Green+Blue) = 73+4+28=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #49041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49041C is #B6FBE3. Grayscale: #1B1B1B. Windows color (decimal): -11992036 or 1836105. OLE color: 1836105.
HSL color Cylindrical-coordinate representation of color #49041C: hue angle of 339.13º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49041C is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 4 | 28 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.71 |
| HSL | 339.13º | 0.9% | 0.15% | - |
| HSV(B) | 339.13º | 0.95% | 0.29% | - |
| XYZ | 3 | 1.59 | 1.25 | - |
| YUV | 27.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 28 | 0 | 0.95 | 0.62 | 0.71 | 339.13 | 0.9 | 0.15 |
| Hex | 49 | 4 | 1C | 0 | 5F | 3E | 47 | 153 | 5A | F |
| Octal | 111 | 4 | 34 | 0 | 137 | 76 | 107 | 523 | 132 | 17 |
| Binary | 1001001 | 100 | 11100 | 0 | 1011111 | 111110 | 1000111 | 101010011 | 1011010 | 1111 |
Color Harmonies of #49041C
Complementary color
Monochromatic Colors of #49041C
Black with #49041C
Text Example
Text Example
White with #49041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49041C; }
p { color: rgb(73,4,28); }
H1.HeaderClassName
{
color: #49041C;
}
.AnyTagClassName
{
color: #49041C;
}
</style>
background-color css
<style>
a { background-color: #49041C; }
a { background-color: rgb(73,4,28); }
div.DivClassName
{
background-color: #49041C;
}
.BgClassName
{
background-color: #49041C;
}
</style>
border-color css
<style>
span { border-color: #49041C; }
span { border-color: rgb(73,4,28); }
td.TdClassName
{
border-color: #49041C;
}
.TagClassName
{
border-color: #49041C;
}
</style>