Shades of Bordeaux #491C1F
Tints of Bordeaux #491C1F
RGB
CMYK
RGB Variations
Color information
#491C1F (or 0x491C1F) is known color: Bordeaux. HEX triplet: 49, 1C and 1F. RGB value is (73,28,31). Sum of RGB (Red+Green+Blue) = 73+28+31=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #491C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C1F is #B6E3E0. Grayscale: #292929. Windows color (decimal): -11985889 or 2038857. OLE color: 2038857.
HSL color Cylindrical-coordinate representation of color #491C1F: hue angle of 356º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #491C1F is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 28 | 31 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.71 |
| HSL | 356º | 0.45% | 0.2% | - |
| HSV(B) | 356º | 0.62% | 0.29% | - |
| XYZ | 3.41 | 2.35 | 1.57 | - |
| YUV | 41.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 31 | 0 | 0.62 | 0.58 | 0.71 | 356 | 0.45 | 0.2 |
| Hex | 49 | 1C | 1F | 0 | 3E | 3A | 47 | 164 | 2D | 14 |
| Octal | 111 | 34 | 37 | 0 | 76 | 72 | 107 | 544 | 55 | 24 |
| Binary | 1001001 | 11100 | 11111 | 0 | 111110 | 111010 | 1000111 | 101100100 | 101101 | 10100 |
Color Harmonies of #491C1F
Complementary color
Monochromatic Colors of #491C1F
Black with #491C1F
Text Example
Text Example
White with #491C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C1F; }
p { color: rgb(73,28,31); }
H1.HeaderClassName
{
color: #491C1F;
}
.AnyTagClassName
{
color: #491C1F;
}
</style>
background-color css
<style>
a { background-color: #491C1F; }
a { background-color: rgb(73,28,31); }
div.DivClassName
{
background-color: #491C1F;
}
.BgClassName
{
background-color: #491C1F;
}
</style>
border-color css
<style>
span { border-color: #491C1F; }
span { border-color: rgb(73,28,31); }
td.TdClassName
{
border-color: #491C1F;
}
.TagClassName
{
border-color: #491C1F;
}
</style>