Shades of Bordeaux #49121A
Tints of Bordeaux #49121A
RGB
CMYK
RGB Variations
Color information
#49121A (or 0x49121A) is known color: Bordeaux. HEX triplet: 49, 12 and 1A. RGB value is (73,18,26). Sum of RGB (Red+Green+Blue) = 73+18+26=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #49121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49121A is #B6EDE5. Grayscale: #232323. Windows color (decimal): -11988454 or 1708617. OLE color: 1708617.
HSL color Cylindrical-coordinate representation of color #49121A: hue angle of 351.27º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49121A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 18 | 26 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.71 |
| HSL | 351.27º | 0.6% | 0.18% | - |
| HSV(B) | 351.27º | 0.75% | 0.29% | - |
| XYZ | 3.15 | 1.92 | 1.18 | - |
| YUV | 35.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 26 | 0 | 0.75 | 0.64 | 0.71 | 351.27 | 0.6 | 0.18 |
| Hex | 49 | 12 | 1A | 0 | 4B | 40 | 47 | 15F | 3C | 12 |
| Octal | 111 | 22 | 32 | 0 | 113 | 100 | 107 | 537 | 74 | 22 |
| Binary | 1001001 | 10010 | 11010 | 0 | 1001011 | 1000000 | 1000111 | 101011111 | 111100 | 10010 |
Color Harmonies of #49121A
Complementary color
Monochromatic Colors of #49121A
Black with #49121A
Text Example
Text Example
White with #49121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49121A; }
p { color: rgb(73,18,26); }
H1.HeaderClassName
{
color: #49121A;
}
.AnyTagClassName
{
color: #49121A;
}
</style>
background-color css
<style>
a { background-color: #49121A; }
a { background-color: rgb(73,18,26); }
div.DivClassName
{
background-color: #49121A;
}
.BgClassName
{
background-color: #49121A;
}
</style>
border-color css
<style>
span { border-color: #49121A; }
span { border-color: rgb(73,18,26); }
td.TdClassName
{
border-color: #49121A;
}
.TagClassName
{
border-color: #49121A;
}
</style>