Shades of Bordeaux #490A1A
Tints of Bordeaux #490A1A
RGB
CMYK
RGB Variations
Color information
#490A1A (or 0x490A1A) is known color: Bordeaux. HEX triplet: 49, 0A and 1A. RGB value is (73,10,26). Sum of RGB (Red+Green+Blue) = 73+10+26=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #490A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A1A is #B6F5E5. Grayscale: #1E1E1E. Windows color (decimal): -11990502 or 1706569. OLE color: 1706569.
HSL color Cylindrical-coordinate representation of color #490A1A: hue angle of 344.76º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490A1A is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 10 | 26 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.71 |
| HSL | 344.76º | 0.76% | 0.16% | - |
| HSV(B) | 344.76º | 0.86% | 0.29% | - |
| XYZ | 3.04 | 1.71 | 1.15 | - |
| YUV | 30.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 26 | 0 | 0.86 | 0.64 | 0.71 | 344.76 | 0.76 | 0.16 |
| Hex | 49 | A | 1A | 0 | 56 | 40 | 47 | 159 | 4C | 10 |
| Octal | 111 | 12 | 32 | 0 | 126 | 100 | 107 | 531 | 114 | 20 |
| Binary | 1001001 | 1010 | 11010 | 0 | 1010110 | 1000000 | 1000111 | 101011001 | 1001100 | 10000 |
Color Harmonies of #490A1A
Complementary color
Monochromatic Colors of #490A1A
Black with #490A1A
Text Example
Text Example
White with #490A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A1A; }
p { color: rgb(73,10,26); }
H1.HeaderClassName
{
color: #490A1A;
}
.AnyTagClassName
{
color: #490A1A;
}
</style>
background-color css
<style>
a { background-color: #490A1A; }
a { background-color: rgb(73,10,26); }
div.DivClassName
{
background-color: #490A1A;
}
.BgClassName
{
background-color: #490A1A;
}
</style>
border-color css
<style>
span { border-color: #490A1A; }
span { border-color: rgb(73,10,26); }
td.TdClassName
{
border-color: #490A1A;
}
.TagClassName
{
border-color: #490A1A;
}
</style>