Shades of Vin Rouge #934E5B
Tints of Vin Rouge #934E5B
RGB
CMYK
RGB Variations
Color information
#934E5B (or 0x934E5B) is known color: Vin Rouge. HEX triplet: 93, 4E and 5B. RGB value is (147,78,91). Sum of RGB (Red+Green+Blue) = 147+78+91=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #934E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934E5B is #6CB1A4. Grayscale: #646464. Windows color (decimal): -7123365 or 5983891. OLE color: 5983891.
HSL color Cylindrical-coordinate representation of color #934E5B: hue angle of 348.7º 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 #934E5B is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 78 | 91 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.42 |
| HSL | 348.7º | 0.31% | 0.44% | - |
| HSV(B) | 348.7º | 0.47% | 0.58% | - |
| XYZ | 16.65 | 12.41 | 11.42 | - |
| YUV | 100.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 91 | 0 | 0.47 | 0.38 | 0.42 | 348.7 | 0.31 | 0.44 |
| Hex | 93 | 4E | 5B | 0 | 2F | 26 | 2A | 15D | 1F | 2C |
| Octal | 223 | 116 | 133 | 0 | 57 | 46 | 52 | 535 | 37 | 54 |
| Binary | 10010011 | 1001110 | 1011011 | 0 | 101111 | 100110 | 101010 | 101011101 | 11111 | 101100 |
Color Harmonies of #934E5B
Complementary color
Monochromatic Colors of #934E5B
Black with #934E5B
Text Example
Text Example
White with #934E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934E5B; }
p { color: rgb(147,78,91); }
H1.HeaderClassName
{
color: #934E5B;
}
.AnyTagClassName
{
color: #934E5B;
}
</style>
background-color css
<style>
a { background-color: #934E5B; }
a { background-color: rgb(147,78,91); }
div.DivClassName
{
background-color: #934E5B;
}
.BgClassName
{
background-color: #934E5B;
}
</style>
border-color css
<style>
span { border-color: #934E5B; }
span { border-color: rgb(147,78,91); }
td.TdClassName
{
border-color: #934E5B;
}
.TagClassName
{
border-color: #934E5B;
}
</style>