Shades of Bordeaux #491225
Tints of Bordeaux #491225
RGB
CMYK
RGB Variations
Color information
#491225 (or 0x491225) is known color: Bordeaux. HEX triplet: 49, 12 and 25. RGB value is (73,18,37). Sum of RGB (Red+Green+Blue) = 73+18+37=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #491225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491225 is #B6EDDA. Grayscale: #242424. Windows color (decimal): -11988443 or 2429513. OLE color: 2429513.
HSL color Cylindrical-coordinate representation of color #491225: hue angle of 339.27º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491225 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 18 | 37 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.71 |
| HSL | 339.27º | 0.6% | 0.18% | - |
| HSV(B) | 339.27º | 0.75% | 0.29% | - |
| XYZ | 3.3 | 1.98 | 1.96 | - |
| YUV | 36.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 37 | 0 | 0.75 | 0.49 | 0.71 | 339.27 | 0.6 | 0.18 |
| Hex | 49 | 12 | 25 | 0 | 4B | 31 | 47 | 153 | 3C | 12 |
| Octal | 111 | 22 | 45 | 0 | 113 | 61 | 107 | 523 | 74 | 22 |
| Binary | 1001001 | 10010 | 100101 | 0 | 1001011 | 110001 | 1000111 | 101010011 | 111100 | 10010 |
Color Harmonies of #491225
Complementary color
Monochromatic Colors of #491225
Black with #491225
Text Example
Text Example
White with #491225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491225; }
p { color: rgb(73,18,37); }
H1.HeaderClassName
{
color: #491225;
}
.AnyTagClassName
{
color: #491225;
}
</style>
background-color css
<style>
a { background-color: #491225; }
a { background-color: rgb(73,18,37); }
div.DivClassName
{
background-color: #491225;
}
.BgClassName
{
background-color: #491225;
}
</style>
border-color css
<style>
span { border-color: #491225; }
span { border-color: rgb(73,18,37); }
td.TdClassName
{
border-color: #491225;
}
.TagClassName
{
border-color: #491225;
}
</style>