Shades of Bordeaux #492028
Tints of Bordeaux #492028
RGB
CMYK
RGB Variations
Color information
#492028 (or 0x492028) is known color: Bordeaux. HEX triplet: 49, 20 and 28. RGB value is (73,32,40). Sum of RGB (Red+Green+Blue) = 73+32+40=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492028 is #B6DFD7. Grayscale: #2D2D2D. Windows color (decimal): -11984856 or 2629705. OLE color: 2629705.
HSL color Cylindrical-coordinate representation of color #492028: hue angle of 348.29º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492028 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 32 | 40 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.71 |
| HSL | 348.29º | 0.39% | 0.21% | - |
| HSV(B) | 348.29º | 0.56% | 0.29% | - |
| XYZ | 3.65 | 2.6 | 2.32 | - |
| YUV | 45.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 40 | 0 | 0.56 | 0.45 | 0.71 | 348.29 | 0.39 | 0.21 |
| Hex | 49 | 20 | 28 | 0 | 38 | 2D | 47 | 15C | 27 | 15 |
| Octal | 111 | 40 | 50 | 0 | 70 | 55 | 107 | 534 | 47 | 25 |
| Binary | 1001001 | 100000 | 101000 | 0 | 111000 | 101101 | 1000111 | 101011100 | 100111 | 10101 |
Color Harmonies of #492028
Complementary color
Monochromatic Colors of #492028
Black with #492028
Text Example
Text Example
White with #492028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492028; }
p { color: rgb(73,32,40); }
H1.HeaderClassName
{
color: #492028;
}
.AnyTagClassName
{
color: #492028;
}
</style>
background-color css
<style>
a { background-color: #492028; }
a { background-color: rgb(73,32,40); }
div.DivClassName
{
background-color: #492028;
}
.BgClassName
{
background-color: #492028;
}
</style>
border-color css
<style>
span { border-color: #492028; }
span { border-color: rgb(73,32,40); }
td.TdClassName
{
border-color: #492028;
}
.TagClassName
{
border-color: #492028;
}
</style>