Shades of Bordeaux #491524
Tints of Bordeaux #491524
RGB
CMYK
RGB Variations
Color information
#491524 (or 0x491524) is known color: Bordeaux. HEX triplet: 49, 15 and 24. RGB value is (73,21,36). Sum of RGB (Red+Green+Blue) = 73+21+36=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #491524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491524 is #B6EADB. Grayscale: #262626. Windows color (decimal): -11987676 or 2364745. OLE color: 2364745.
HSL color Cylindrical-coordinate representation of color #491524: hue angle of 342.69º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491524 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 21 | 36 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.71 |
| HSL | 342.69º | 0.55% | 0.18% | - |
| HSV(B) | 342.69º | 0.71% | 0.29% | - |
| XYZ | 3.33 | 2.08 | 1.89 | - |
| YUV | 38.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 36 | 0 | 0.71 | 0.51 | 0.71 | 342.69 | 0.55 | 0.18 |
| Hex | 49 | 15 | 24 | 0 | 47 | 33 | 47 | 157 | 37 | 12 |
| Octal | 111 | 25 | 44 | 0 | 107 | 63 | 107 | 527 | 67 | 22 |
| Binary | 1001001 | 10101 | 100100 | 0 | 1000111 | 110011 | 1000111 | 101010111 | 110111 | 10010 |
Color Harmonies of #491524
Complementary color
Monochromatic Colors of #491524
Black with #491524
Text Example
Text Example
White with #491524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491524; }
p { color: rgb(73,21,36); }
H1.HeaderClassName
{
color: #491524;
}
.AnyTagClassName
{
color: #491524;
}
</style>
background-color css
<style>
a { background-color: #491524; }
a { background-color: rgb(73,21,36); }
div.DivClassName
{
background-color: #491524;
}
.BgClassName
{
background-color: #491524;
}
</style>
border-color css
<style>
span { border-color: #491524; }
span { border-color: rgb(73,21,36); }
td.TdClassName
{
border-color: #491524;
}
.TagClassName
{
border-color: #491524;
}
</style>