Shades of Vin Rouge #934E57
Tints of Vin Rouge #934E57
RGB
CMYK
RGB Variations
Color information
#934E57 (or 0x934E57) is known color: Vin Rouge. HEX triplet: 93, 4E and 57. RGB value is (147,78,87). Sum of RGB (Red+Green+Blue) = 147+78+87=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #934E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934E57 is #6CB1A8. Grayscale: #636363. Windows color (decimal): -7123369 or 5721747. OLE color: 5721747.
HSL color Cylindrical-coordinate representation of color #934E57: hue angle of 352.17º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #934E57 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 78 | 87 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.42 |
| HSL | 352.17º | 0.31% | 0.44% | - |
| HSV(B) | 352.17º | 0.47% | 0.58% | - |
| XYZ | 16.48 | 12.34 | 10.53 | - |
| YUV | 99.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 87 | 0 | 0.47 | 0.41 | 0.42 | 352.17 | 0.31 | 0.44 |
| Hex | 93 | 4E | 57 | 0 | 2F | 29 | 2A | 160 | 1F | 2C |
| Octal | 223 | 116 | 127 | 0 | 57 | 51 | 52 | 540 | 37 | 54 |
| Binary | 10010011 | 1001110 | 1010111 | 0 | 101111 | 101001 | 101010 | 101100000 | 11111 | 101100 |
Color Harmonies of #934E57
Complementary color
Monochromatic Colors of #934E57
Black with #934E57
Text Example
Text Example
White with #934E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934E57; }
p { color: rgb(147,78,87); }
H1.HeaderClassName
{
color: #934E57;
}
.AnyTagClassName
{
color: #934E57;
}
</style>
background-color css
<style>
a { background-color: #934E57; }
a { background-color: rgb(147,78,87); }
div.DivClassName
{
background-color: #934E57;
}
.BgClassName
{
background-color: #934E57;
}
</style>
border-color css
<style>
span { border-color: #934E57; }
span { border-color: rgb(147,78,87); }
td.TdClassName
{
border-color: #934E57;
}
.TagClassName
{
border-color: #934E57;
}
</style>