Shades of Bordeaux #491928
Tints of Bordeaux #491928
RGB
CMYK
RGB Variations
Color information
#491928 (or 0x491928) is known color: Bordeaux. HEX triplet: 49, 19 and 28. RGB value is (73,25,40). Sum of RGB (Red+Green+Blue) = 73+25+40=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #491928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491928 is #B6E6D7. Grayscale: #292929. Windows color (decimal): -11986648 or 2627913. OLE color: 2627913.
HSL color Cylindrical-coordinate representation of color #491928: hue angle of 341.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491928 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 25 | 40 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.71 |
| HSL | 341.25º | 0.49% | 0.19% | - |
| HSV(B) | 341.25º | 0.66% | 0.29% | - |
| XYZ | 3.48 | 2.26 | 2.26 | - |
| YUV | 41.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 40 | 0 | 0.66 | 0.45 | 0.71 | 341.25 | 0.49 | 0.19 |
| Hex | 49 | 19 | 28 | 0 | 42 | 2D | 47 | 155 | 31 | 13 |
| Octal | 111 | 31 | 50 | 0 | 102 | 55 | 107 | 525 | 61 | 23 |
| Binary | 1001001 | 11001 | 101000 | 0 | 1000010 | 101101 | 1000111 | 101010101 | 110001 | 10011 |
Color Harmonies of #491928
Complementary color
Monochromatic Colors of #491928
Black with #491928
Text Example
Text Example
White with #491928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491928; }
p { color: rgb(73,25,40); }
H1.HeaderClassName
{
color: #491928;
}
.AnyTagClassName
{
color: #491928;
}
</style>
background-color css
<style>
a { background-color: #491928; }
a { background-color: rgb(73,25,40); }
div.DivClassName
{
background-color: #491928;
}
.BgClassName
{
background-color: #491928;
}
</style>
border-color css
<style>
span { border-color: #491928; }
span { border-color: rgb(73,25,40); }
td.TdClassName
{
border-color: #491928;
}
.TagClassName
{
border-color: #491928;
}
</style>