Shades of Bordeaux #490F22
Tints of Bordeaux #490F22
RGB
CMYK
RGB Variations
Color information
#490F22 (or 0x490F22) is known color: Bordeaux. HEX triplet: 49, 0F and 22. RGB value is (73,15,34). Sum of RGB (Red+Green+Blue) = 73+15+34=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #490F22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490F22 is #B6F0DD. Grayscale: #222222. Windows color (decimal): -11989214 or 2232137. OLE color: 2232137.
HSL color Cylindrical-coordinate representation of color #490F22: hue angle of 340.34º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #490F22 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 15 | 34 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.71 |
| HSL | 340.34º | 0.66% | 0.17% | - |
| HSV(B) | 340.34º | 0.79% | 0.29% | - |
| XYZ | 3.21 | 1.87 | 1.71 | - |
| YUV | 34.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 34 | 0 | 0.79 | 0.53 | 0.71 | 340.34 | 0.66 | 0.17 |
| Hex | 49 | F | 22 | 0 | 4F | 35 | 47 | 154 | 42 | 11 |
| Octal | 111 | 17 | 42 | 0 | 117 | 65 | 107 | 524 | 102 | 21 |
| Binary | 1001001 | 1111 | 100010 | 0 | 1001111 | 110101 | 1000111 | 101010100 | 1000010 | 10001 |
Color Harmonies of #490F22
Complementary color
Monochromatic Colors of #490F22
Black with #490F22
Text Example
Text Example
White with #490F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F22; }
p { color: rgb(73,15,34); }
H1.HeaderClassName
{
color: #490F22;
}
.AnyTagClassName
{
color: #490F22;
}
</style>
background-color css
<style>
a { background-color: #490F22; }
a { background-color: rgb(73,15,34); }
div.DivClassName
{
background-color: #490F22;
}
.BgClassName
{
background-color: #490F22;
}
</style>
border-color css
<style>
span { border-color: #490F22; }
span { border-color: rgb(73,15,34); }
td.TdClassName
{
border-color: #490F22;
}
.TagClassName
{
border-color: #490F22;
}
</style>