Shades of Vin Rouge #914D59
Tints of Vin Rouge #914D59
RGB
CMYK
RGB Variations
Color information
#914D59 (or 0x914D59) is known color: Vin Rouge. HEX triplet: 91, 4D and 59. RGB value is (145,77,89). Sum of RGB (Red+Green+Blue) = 145+77+89=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #914D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D59 is #6EB2A6. Grayscale: #626262. Windows color (decimal): -7254695 or 5852561. OLE color: 5852561.
HSL color Cylindrical-coordinate representation of color #914D59: hue angle of 349.41º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #914D59 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 89 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.43 |
| HSL | 349.41º | 0.31% | 0.44% | - |
| HSV(B) | 349.41º | 0.47% | 0.57% | - |
| XYZ | 16.13 | 12.05 | 10.93 | - |
| YUV | 98.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 89 | 0 | 0.47 | 0.39 | 0.43 | 349.41 | 0.31 | 0.44 |
| Hex | 91 | 4D | 59 | 0 | 2F | 27 | 2B | 15D | 1F | 2C |
| Octal | 221 | 115 | 131 | 0 | 57 | 47 | 53 | 535 | 37 | 54 |
| Binary | 10010001 | 1001101 | 1011001 | 0 | 101111 | 100111 | 101011 | 101011101 | 11111 | 101100 |
Color Harmonies of #914D59
Complementary color
Monochromatic Colors of #914D59
Black with #914D59
Text Example
Text Example
White with #914D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D59; }
p { color: rgb(145,77,89); }
H1.HeaderClassName
{
color: #914D59;
}
.AnyTagClassName
{
color: #914D59;
}
</style>
background-color css
<style>
a { background-color: #914D59; }
a { background-color: rgb(145,77,89); }
div.DivClassName
{
background-color: #914D59;
}
.BgClassName
{
background-color: #914D59;
}
</style>
border-color css
<style>
span { border-color: #914D59; }
span { border-color: rgb(145,77,89); }
td.TdClassName
{
border-color: #914D59;
}
.TagClassName
{
border-color: #914D59;
}
</style>