Shades of Bordeaux #49071B
Tints of Bordeaux #49071B
RGB
CMYK
RGB Variations
Color information
#49071B (or 0x49071B) is known color: Bordeaux. HEX triplet: 49, 07 and 1B. RGB value is (73,7,27). Sum of RGB (Red+Green+Blue) = 73+7+27=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #49071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49071B is #B6F8E4. Grayscale: #1C1C1C. Windows color (decimal): -11991269 or 1771337. OLE color: 1771337.
HSL color Cylindrical-coordinate representation of color #49071B: hue angle of 341.82º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49071B is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 27 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.71 |
| HSL | 341.82º | 0.83% | 0.16% | - |
| HSV(B) | 341.82º | 0.9% | 0.29% | - |
| XYZ | 3.02 | 1.65 | 1.2 | - |
| YUV | 29.01 | 126.87 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 27 | 0 | 0.90 | 0.63 | 0.71 | 341.82 | 0.83 | 0.16 |
| Hex | 49 | 7 | 1B | 0 | 5A | 3F | 47 | 156 | 52 | 10 |
| Octal | 111 | 7 | 33 | 0 | 132 | 77 | 107 | 526 | 122 | 20 |
| Binary | 1001001 | 111 | 11011 | 0 | 1011010 | 111111 | 1000111 | 101010110 | 1010010 | 10000 |
Color Harmonies of #49071B
Complementary color
Monochromatic Colors of #49071B
Black with #49071B
Text Example
Text Example
White with #49071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49071B; }
p { color: rgb(73,7,27); }
H1.HeaderClassName
{
color: #49071B;
}
.AnyTagClassName
{
color: #49071B;
}
</style>
background-color css
<style>
a { background-color: #49071B; }
a { background-color: rgb(73,7,27); }
div.DivClassName
{
background-color: #49071B;
}
.BgClassName
{
background-color: #49071B;
}
</style>
border-color css
<style>
span { border-color: #49071B; }
span { border-color: rgb(73,7,27); }
td.TdClassName
{
border-color: #49071B;
}
.TagClassName
{
border-color: #49071B;
}
</style>