Shades of Vin Rouge #934E5C
Tints of Vin Rouge #934E5C
RGB
CMYK
RGB Variations
Color information
#934E5C (or 0x934E5C) is known color: Vin Rouge. HEX triplet: 93, 4E and 5C. RGB value is (147,78,92). Sum of RGB (Red+Green+Blue) = 147+78+92=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #934E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934E5C is #6CB1A3. Grayscale: #646464. Windows color (decimal): -7123364 or 6049427. OLE color: 6049427.
HSL color Cylindrical-coordinate representation of color #934E5C: hue angle of 347.83º 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 #934E5C is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 78 | 92 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.42 |
| HSL | 347.83º | 0.31% | 0.44% | - |
| HSV(B) | 347.83º | 0.47% | 0.58% | - |
| XYZ | 16.69 | 12.42 | 11.64 | - |
| YUV | 100.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 92 | 0 | 0.47 | 0.37 | 0.42 | 347.83 | 0.31 | 0.44 |
| Hex | 93 | 4E | 5C | 0 | 2F | 25 | 2A | 15C | 1F | 2C |
| Octal | 223 | 116 | 134 | 0 | 57 | 45 | 52 | 534 | 37 | 54 |
| Binary | 10010011 | 1001110 | 1011100 | 0 | 101111 | 100101 | 101010 | 101011100 | 11111 | 101100 |
Color Harmonies of #934E5C
Complementary color
Monochromatic Colors of #934E5C
Black with #934E5C
Text Example
Text Example
White with #934E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934E5C; }
p { color: rgb(147,78,92); }
H1.HeaderClassName
{
color: #934E5C;
}
.AnyTagClassName
{
color: #934E5C;
}
</style>
background-color css
<style>
a { background-color: #934E5C; }
a { background-color: rgb(147,78,92); }
div.DivClassName
{
background-color: #934E5C;
}
.BgClassName
{
background-color: #934E5C;
}
</style>
border-color css
<style>
span { border-color: #934E5C; }
span { border-color: rgb(147,78,92); }
td.TdClassName
{
border-color: #934E5C;
}
.TagClassName
{
border-color: #934E5C;
}
</style>