Shades of Bordeaux #491A28
Tints of Bordeaux #491A28
RGB
CMYK
RGB Variations
Color information
#491A28 (or 0x491A28) is known color: Bordeaux. HEX triplet: 49, 1A and 28. RGB value is (73,26,40). Sum of RGB (Red+Green+Blue) = 73+26+40=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #491A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A28 is #B6E5D7. Grayscale: #292929. Windows color (decimal): -11986392 or 2628169. OLE color: 2628169.
HSL color Cylindrical-coordinate representation of color #491A28: hue angle of 342.13º 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 #491A28 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 26 | 40 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.71 |
| HSL | 342.13º | 0.47% | 0.19% | - |
| HSV(B) | 342.13º | 0.64% | 0.29% | - |
| XYZ | 3.5 | 2.31 | 2.27 | - |
| YUV | 41.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 40 | 0 | 0.64 | 0.45 | 0.71 | 342.13 | 0.47 | 0.19 |
| Hex | 49 | 1A | 28 | 0 | 40 | 2D | 47 | 156 | 2F | 13 |
| Octal | 111 | 32 | 50 | 0 | 100 | 55 | 107 | 526 | 57 | 23 |
| Binary | 1001001 | 11010 | 101000 | 0 | 1000000 | 101101 | 1000111 | 101010110 | 101111 | 10011 |
Color Harmonies of #491A28
Complementary color
Monochromatic Colors of #491A28
Black with #491A28
Text Example
Text Example
White with #491A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491A28; }
p { color: rgb(73,26,40); }
H1.HeaderClassName
{
color: #491A28;
}
.AnyTagClassName
{
color: #491A28;
}
</style>
background-color css
<style>
a { background-color: #491A28; }
a { background-color: rgb(73,26,40); }
div.DivClassName
{
background-color: #491A28;
}
.BgClassName
{
background-color: #491A28;
}
</style>
border-color css
<style>
span { border-color: #491A28; }
span { border-color: rgb(73,26,40); }
td.TdClassName
{
border-color: #491A28;
}
.TagClassName
{
border-color: #491A28;
}
</style>