Shades of Vin Rouge #934D5E
Tints of Vin Rouge #934D5E
RGB
CMYK
RGB Variations
Color information
#934D5E (or 0x934D5E) is known color: Vin Rouge. HEX triplet: 93, 4D and 5E. RGB value is (147,77,94). Sum of RGB (Red+Green+Blue) = 147+77+94=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #934D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934D5E is #6CB2A1. Grayscale: #636363. Windows color (decimal): -7123618 or 6180243. OLE color: 6180243.
HSL color Cylindrical-coordinate representation of color #934D5E: hue angle of 345.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 #934D5E is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 94 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.42 |
| HSL | 345.43º | 0.31% | 0.44% | - |
| HSV(B) | 345.43º | 0.48% | 0.58% | - |
| XYZ | 16.71 | 12.32 | 12.09 | - |
| YUV | 99.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 94 | 0 | 0.48 | 0.36 | 0.42 | 345.43 | 0.31 | 0.44 |
| Hex | 93 | 4D | 5E | 0 | 30 | 24 | 2A | 159 | 1F | 2C |
| Octal | 223 | 115 | 136 | 0 | 60 | 44 | 52 | 531 | 37 | 54 |
| Binary | 10010011 | 1001101 | 1011110 | 0 | 110000 | 100100 | 101010 | 101011001 | 11111 | 101100 |
Color Harmonies of #934D5E
Complementary color
Monochromatic Colors of #934D5E
Black with #934D5E
Text Example
Text Example
White with #934D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D5E; }
p { color: rgb(147,77,94); }
H1.HeaderClassName
{
color: #934D5E;
}
.AnyTagClassName
{
color: #934D5E;
}
</style>
background-color css
<style>
a { background-color: #934D5E; }
a { background-color: rgb(147,77,94); }
div.DivClassName
{
background-color: #934D5E;
}
.BgClassName
{
background-color: #934D5E;
}
</style>
border-color css
<style>
span { border-color: #934D5E; }
span { border-color: rgb(147,77,94); }
td.TdClassName
{
border-color: #934D5E;
}
.TagClassName
{
border-color: #934D5E;
}
</style>