Shades of Bordeaux #49061B
Tints of Bordeaux #49061B
RGB
CMYK
RGB Variations
Color information
#49061B (or 0x49061B) is known color: Bordeaux. HEX triplet: 49, 06 and 1B. RGB value is (73,6,27). Sum of RGB (Red+Green+Blue) = 73+6+27=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #49061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49061B is #B6F9E4. Grayscale: #1C1C1C. Windows color (decimal): -11991525 or 1771081. OLE color: 1771081.
HSL color Cylindrical-coordinate representation of color #49061B: hue angle of 341.19º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49061B is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 6 | 27 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.71 |
| HSL | 341.19º | 0.85% | 0.15% | - |
| HSV(B) | 341.19º | 0.92% | 0.29% | - |
| XYZ | 3.01 | 1.63 | 1.19 | - |
| YUV | 28.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 27 | 0 | 0.92 | 0.63 | 0.71 | 341.19 | 0.85 | 0.15 |
| Hex | 49 | 6 | 1B | 0 | 5C | 3F | 47 | 155 | 55 | F |
| Octal | 111 | 6 | 33 | 0 | 134 | 77 | 107 | 525 | 125 | 17 |
| Binary | 1001001 | 110 | 11011 | 0 | 1011100 | 111111 | 1000111 | 101010101 | 1010101 | 1111 |
Color Harmonies of #49061B
Complementary color
Monochromatic Colors of #49061B
Black with #49061B
Text Example
Text Example
White with #49061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49061B; }
p { color: rgb(73,6,27); }
H1.HeaderClassName
{
color: #49061B;
}
.AnyTagClassName
{
color: #49061B;
}
</style>
background-color css
<style>
a { background-color: #49061B; }
a { background-color: rgb(73,6,27); }
div.DivClassName
{
background-color: #49061B;
}
.BgClassName
{
background-color: #49061B;
}
</style>
border-color css
<style>
span { border-color: #49061B; }
span { border-color: rgb(73,6,27); }
td.TdClassName
{
border-color: #49061B;
}
.TagClassName
{
border-color: #49061B;
}
</style>