Shades of Bordeaux #491425
Tints of Bordeaux #491425
RGB
CMYK
RGB Variations
Color information
#491425 (or 0x491425) is known color: Bordeaux. HEX triplet: 49, 14 and 25. RGB value is (73,20,37). Sum of RGB (Red+Green+Blue) = 73+20+37=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #491425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491425 is #B6EBDA. Grayscale: #252525. Windows color (decimal): -11987931 or 2430025. OLE color: 2430025.
HSL color Cylindrical-coordinate representation of color #491425: hue angle of 340.75º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491425 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 20 | 37 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.71 |
| HSL | 340.75º | 0.57% | 0.18% | - |
| HSV(B) | 340.75º | 0.73% | 0.29% | - |
| XYZ | 3.33 | 2.05 | 1.97 | - |
| YUV | 37.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 37 | 0 | 0.73 | 0.49 | 0.71 | 340.75 | 0.57 | 0.18 |
| Hex | 49 | 14 | 25 | 0 | 49 | 31 | 47 | 155 | 39 | 12 |
| Octal | 111 | 24 | 45 | 0 | 111 | 61 | 107 | 525 | 71 | 22 |
| Binary | 1001001 | 10100 | 100101 | 0 | 1001001 | 110001 | 1000111 | 101010101 | 111001 | 10010 |
Color Harmonies of #491425
Complementary color
Monochromatic Colors of #491425
Black with #491425
Text Example
Text Example
White with #491425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491425; }
p { color: rgb(73,20,37); }
H1.HeaderClassName
{
color: #491425;
}
.AnyTagClassName
{
color: #491425;
}
</style>
background-color css
<style>
a { background-color: #491425; }
a { background-color: rgb(73,20,37); }
div.DivClassName
{
background-color: #491425;
}
.BgClassName
{
background-color: #491425;
}
</style>
border-color css
<style>
span { border-color: #491425; }
span { border-color: rgb(73,20,37); }
td.TdClassName
{
border-color: #491425;
}
.TagClassName
{
border-color: #491425;
}
</style>