Shades of Bordeaux #491A24
Tints of Bordeaux #491A24
RGB
CMYK
RGB Variations
Color information
#491A24 (or 0x491A24) is known color: Bordeaux. HEX triplet: 49, 1A and 24. RGB value is (73,26,36). Sum of RGB (Red+Green+Blue) = 73+26+36=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #491A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A24 is #B6E5DB. Grayscale: #292929. Windows color (decimal): -11986396 or 2366025. OLE color: 2366025.
HSL color Cylindrical-coordinate representation of color #491A24: hue angle of 347.23º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #491A24 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 26 | 36 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.71 |
| HSL | 347.23º | 0.47% | 0.19% | - |
| HSV(B) | 347.23º | 0.64% | 0.29% | - |
| XYZ | 3.44 | 2.28 | 1.93 | - |
| YUV | 41.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 36 | 0 | 0.64 | 0.51 | 0.71 | 347.23 | 0.47 | 0.19 |
| Hex | 49 | 1A | 24 | 0 | 40 | 33 | 47 | 15B | 2F | 13 |
| Octal | 111 | 32 | 44 | 0 | 100 | 63 | 107 | 533 | 57 | 23 |
| Binary | 1001001 | 11010 | 100100 | 0 | 1000000 | 110011 | 1000111 | 101011011 | 101111 | 10011 |
Color Harmonies of #491A24
Complementary color
Monochromatic Colors of #491A24
Black with #491A24
Text Example
Text Example
White with #491A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491A24; }
p { color: rgb(73,26,36); }
H1.HeaderClassName
{
color: #491A24;
}
.AnyTagClassName
{
color: #491A24;
}
</style>
background-color css
<style>
a { background-color: #491A24; }
a { background-color: rgb(73,26,36); }
div.DivClassName
{
background-color: #491A24;
}
.BgClassName
{
background-color: #491A24;
}
</style>
border-color css
<style>
span { border-color: #491A24; }
span { border-color: rgb(73,26,36); }
td.TdClassName
{
border-color: #491A24;
}
.TagClassName
{
border-color: #491A24;
}
</style>