Shades of Bordeaux #491925
Tints of Bordeaux #491925
RGB
CMYK
RGB Variations
Color information
#491925 (or 0x491925) is known color: Bordeaux. HEX triplet: 49, 19 and 25. RGB value is (73,25,37). Sum of RGB (Red+Green+Blue) = 73+25+37=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #491925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491925 is #B6E6DA. Grayscale: #282828. Windows color (decimal): -11986651 or 2431305. OLE color: 2431305.
HSL color Cylindrical-coordinate representation of color #491925: hue angle of 345º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491925 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 25 | 37 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.71 |
| HSL | 345º | 0.49% | 0.19% | - |
| HSV(B) | 345º | 0.66% | 0.29% | - |
| XYZ | 3.43 | 2.25 | 2 | - |
| YUV | 40.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 37 | 0 | 0.66 | 0.49 | 0.71 | 345 | 0.49 | 0.19 |
| Hex | 49 | 19 | 25 | 0 | 42 | 31 | 47 | 159 | 31 | 13 |
| Octal | 111 | 31 | 45 | 0 | 102 | 61 | 107 | 531 | 61 | 23 |
| Binary | 1001001 | 11001 | 100101 | 0 | 1000010 | 110001 | 1000111 | 101011001 | 110001 | 10011 |
Color Harmonies of #491925
Complementary color
Monochromatic Colors of #491925
Black with #491925
Text Example
Text Example
White with #491925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491925; }
p { color: rgb(73,25,37); }
H1.HeaderClassName
{
color: #491925;
}
.AnyTagClassName
{
color: #491925;
}
</style>
background-color css
<style>
a { background-color: #491925; }
a { background-color: rgb(73,25,37); }
div.DivClassName
{
background-color: #491925;
}
.BgClassName
{
background-color: #491925;
}
</style>
border-color css
<style>
span { border-color: #491925; }
span { border-color: rgb(73,25,37); }
td.TdClassName
{
border-color: #491925;
}
.TagClassName
{
border-color: #491925;
}
</style>