Shades of Bordeaux #490018
Tints of Bordeaux #490018
RGB
CMYK
RGB Variations
Color information
#490018 (or 0x490018) is known color: Bordeaux. HEX triplet: 49, 00 and 18. RGB value is (73,0,24). Sum of RGB (Red+Green+Blue) = 73+0+24=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #490018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490018 is #B6FFE7. Grayscale: #181818. Windows color (decimal): -11993064 or 1572937. OLE color: 1572937.
HSL color Cylindrical-coordinate representation of color #490018: hue angle of 340.27º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490018 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.67 | 0.71 |
| HSL | 340.27º | 1% | 0.14% | - |
| HSV(B) | 340.27º | 1% | 0.29% | - |
| XYZ | 2.91 | 1.48 | 1 | - |
| YUV | 24.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 24 | 0 | 1 | 0.67 | 0.71 | 340.27 | 1 | 0.14 |
| Hex | 49 | 0 | 18 | 0 | 64 | 43 | 47 | 154 | 64 | E |
| Octal | 111 | 0 | 30 | 0 | 144 | 103 | 107 | 524 | 144 | 16 |
| Binary | 1001001 | 0 | 11000 | 0 | 1100100 | 1000011 | 1000111 | 101010100 | 1100100 | 1110 |
Color Harmonies of #490018
Complementary color
Monochromatic Colors of #490018
Black with #490018
Text Example
Text Example
White with #490018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490018; }
p { color: rgb(73,0,24); }
H1.HeaderClassName
{
color: #490018;
}
.AnyTagClassName
{
color: #490018;
}
</style>
background-color css
<style>
a { background-color: #490018; }
a { background-color: rgb(73,0,24); }
div.DivClassName
{
background-color: #490018;
}
.BgClassName
{
background-color: #490018;
}
</style>
border-color css
<style>
span { border-color: #490018; }
span { border-color: rgb(73,0,24); }
td.TdClassName
{
border-color: #490018;
}
.TagClassName
{
border-color: #490018;
}
</style>