Shades of Bordeaux #490B1D
Tints of Bordeaux #490B1D
RGB
CMYK
RGB Variations
Color information
#490B1D (or 0x490B1D) is known color: Bordeaux. HEX triplet: 49, 0B and 1D. RGB value is (73,11,29). Sum of RGB (Red+Green+Blue) = 73+11+29=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #490B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B1D is #B6F4E2. Grayscale: #1F1F1F. Windows color (decimal): -11990243 or 1903433. OLE color: 1903433.
HSL color Cylindrical-coordinate representation of color #490B1D: hue angle of 342.58º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #490B1D is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 11 | 29 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.71 |
| HSL | 342.58º | 0.74% | 0.16% | - |
| HSV(B) | 342.58º | 0.85% | 0.29% | - |
| XYZ | 3.09 | 1.74 | 1.34 | - |
| YUV | 31.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 29 | 0 | 0.85 | 0.60 | 0.71 | 342.58 | 0.74 | 0.16 |
| Hex | 49 | B | 1D | 0 | 55 | 3C | 47 | 157 | 4A | 10 |
| Octal | 111 | 13 | 35 | 0 | 125 | 74 | 107 | 527 | 112 | 20 |
| Binary | 1001001 | 1011 | 11101 | 0 | 1010101 | 111100 | 1000111 | 101010111 | 1001010 | 10000 |
Color Harmonies of #490B1D
Complementary color
Monochromatic Colors of #490B1D
Black with #490B1D
Text Example
Text Example
White with #490B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B1D; }
p { color: rgb(73,11,29); }
H1.HeaderClassName
{
color: #490B1D;
}
.AnyTagClassName
{
color: #490B1D;
}
</style>
background-color css
<style>
a { background-color: #490B1D; }
a { background-color: rgb(73,11,29); }
div.DivClassName
{
background-color: #490B1D;
}
.BgClassName
{
background-color: #490B1D;
}
</style>
border-color css
<style>
span { border-color: #490B1D; }
span { border-color: rgb(73,11,29); }
td.TdClassName
{
border-color: #490B1D;
}
.TagClassName
{
border-color: #490B1D;
}
</style>