Shades of Bordeaux #490C1D
Tints of Bordeaux #490C1D
RGB
CMYK
RGB Variations
Color information
#490C1D (or 0x490C1D) is known color: Bordeaux. HEX triplet: 49, 0C and 1D. RGB value is (73,12,29). Sum of RGB (Red+Green+Blue) = 73+12+29=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #490C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490C1D is #B6F3E2. Grayscale: #202020. Windows color (decimal): -11989987 or 1903689. OLE color: 1903689.
HSL color Cylindrical-coordinate representation of color #490C1D: hue angle of 343.28º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490C1D is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 12 | 29 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.71 |
| HSL | 343.28º | 0.72% | 0.17% | - |
| HSV(B) | 343.28º | 0.84% | 0.29% | - |
| XYZ | 3.1 | 1.77 | 1.34 | - |
| YUV | 32.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 29 | 0 | 0.84 | 0.60 | 0.71 | 343.28 | 0.72 | 0.17 |
| Hex | 49 | C | 1D | 0 | 54 | 3C | 47 | 157 | 48 | 11 |
| Octal | 111 | 14 | 35 | 0 | 124 | 74 | 107 | 527 | 110 | 21 |
| Binary | 1001001 | 1100 | 11101 | 0 | 1010100 | 111100 | 1000111 | 101010111 | 1001000 | 10001 |
Color Harmonies of #490C1D
Complementary color
Monochromatic Colors of #490C1D
Black with #490C1D
Text Example
Text Example
White with #490C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490C1D; }
p { color: rgb(73,12,29); }
H1.HeaderClassName
{
color: #490C1D;
}
.AnyTagClassName
{
color: #490C1D;
}
</style>
background-color css
<style>
a { background-color: #490C1D; }
a { background-color: rgb(73,12,29); }
div.DivClassName
{
background-color: #490C1D;
}
.BgClassName
{
background-color: #490C1D;
}
</style>
border-color css
<style>
span { border-color: #490C1D; }
span { border-color: rgb(73,12,29); }
td.TdClassName
{
border-color: #490C1D;
}
.TagClassName
{
border-color: #490C1D;
}
</style>