Shades of Vin Rouge #934D57
Tints of Vin Rouge #934D57
RGB
CMYK
RGB Variations
Color information
#934D57 (or 0x934D57) is known color: Vin Rouge. HEX triplet: 93, 4D and 57. RGB value is (147,77,87). Sum of RGB (Red+Green+Blue) = 147+77+87=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #934D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934D57 is #6CB2A8. Grayscale: #636363. Windows color (decimal): -7123625 or 5721491. OLE color: 5721491.
HSL color Cylindrical-coordinate representation of color #934D57: hue angle of 351.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #934D57 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 87 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.42 |
| HSL | 351.43º | 0.31% | 0.44% | - |
| HSV(B) | 351.43º | 0.48% | 0.58% | - |
| XYZ | 16.41 | 12.2 | 10.51 | - |
| YUV | 99.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 87 | 0 | 0.48 | 0.41 | 0.42 | 351.43 | 0.31 | 0.44 |
| Hex | 93 | 4D | 57 | 0 | 30 | 29 | 2A | 15F | 1F | 2C |
| Octal | 223 | 115 | 127 | 0 | 60 | 51 | 52 | 537 | 37 | 54 |
| Binary | 10010011 | 1001101 | 1010111 | 0 | 110000 | 101001 | 101010 | 101011111 | 11111 | 101100 |
Color Harmonies of #934D57
Complementary color
Monochromatic Colors of #934D57
Black with #934D57
Text Example
Text Example
White with #934D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D57; }
p { color: rgb(147,77,87); }
H1.HeaderClassName
{
color: #934D57;
}
.AnyTagClassName
{
color: #934D57;
}
</style>
background-color css
<style>
a { background-color: #934D57; }
a { background-color: rgb(147,77,87); }
div.DivClassName
{
background-color: #934D57;
}
.BgClassName
{
background-color: #934D57;
}
</style>
border-color css
<style>
span { border-color: #934D57; }
span { border-color: rgb(147,77,87); }
td.TdClassName
{
border-color: #934D57;
}
.TagClassName
{
border-color: #934D57;
}
</style>