Shades of Bordeaux #491325
Tints of Bordeaux #491325
RGB
CMYK
RGB Variations
Color information
#491325 (or 0x491325) is known color: Bordeaux. HEX triplet: 49, 13 and 25. RGB value is (73,19,37). Sum of RGB (Red+Green+Blue) = 73+19+37=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491325 is #B6ECDA. Grayscale: #252525. Windows color (decimal): -11988187 or 2429769. OLE color: 2429769.
HSL color Cylindrical-coordinate representation of color #491325: hue angle of 340º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #491325 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 19 | 37 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.71 |
| HSL | 340º | 0.59% | 0.18% | - |
| HSV(B) | 340º | 0.74% | 0.29% | - |
| XYZ | 3.31 | 2.02 | 1.96 | - |
| YUV | 37.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 37 | 0 | 0.74 | 0.49 | 0.71 | 340 | 0.59 | 0.18 |
| Hex | 49 | 13 | 25 | 0 | 4A | 31 | 47 | 154 | 3B | 12 |
| Octal | 111 | 23 | 45 | 0 | 112 | 61 | 107 | 524 | 73 | 22 |
| Binary | 1001001 | 10011 | 100101 | 0 | 1001010 | 110001 | 1000111 | 101010100 | 111011 | 10010 |
Color Harmonies of #491325
Complementary color
Monochromatic Colors of #491325
Black with #491325
Text Example
Text Example
White with #491325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491325; }
p { color: rgb(73,19,37); }
H1.HeaderClassName
{
color: #491325;
}
.AnyTagClassName
{
color: #491325;
}
</style>
background-color css
<style>
a { background-color: #491325; }
a { background-color: rgb(73,19,37); }
div.DivClassName
{
background-color: #491325;
}
.BgClassName
{
background-color: #491325;
}
</style>
border-color css
<style>
span { border-color: #491325; }
span { border-color: rgb(73,19,37); }
td.TdClassName
{
border-color: #491325;
}
.TagClassName
{
border-color: #491325;
}
</style>