Shades of Vin Rouge #934D5A
Tints of Vin Rouge #934D5A
RGB
CMYK
RGB Variations
Color information
#934D5A (or 0x934D5A) is known color: Vin Rouge. HEX triplet: 93, 4D and 5A. RGB value is (147,77,90). Sum of RGB (Red+Green+Blue) = 147+77+90=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #934D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934D5A is #6CB2A5. Grayscale: #636363. Windows color (decimal): -7123622 or 5918099. OLE color: 5918099.
HSL color Cylindrical-coordinate representation of color #934D5A: hue angle of 348.86º 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 #934D5A is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 90 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.42 |
| HSL | 348.86º | 0.31% | 0.44% | - |
| HSV(B) | 348.86º | 0.48% | 0.58% | - |
| XYZ | 16.53 | 12.25 | 11.17 | - |
| YUV | 99.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 90 | 0 | 0.48 | 0.39 | 0.42 | 348.86 | 0.31 | 0.44 |
| Hex | 93 | 4D | 5A | 0 | 30 | 27 | 2A | 15D | 1F | 2C |
| Octal | 223 | 115 | 132 | 0 | 60 | 47 | 52 | 535 | 37 | 54 |
| Binary | 10010011 | 1001101 | 1011010 | 0 | 110000 | 100111 | 101010 | 101011101 | 11111 | 101100 |
Color Harmonies of #934D5A
Complementary color
Monochromatic Colors of #934D5A
Black with #934D5A
Text Example
Text Example
White with #934D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D5A; }
p { color: rgb(147,77,90); }
H1.HeaderClassName
{
color: #934D5A;
}
.AnyTagClassName
{
color: #934D5A;
}
</style>
background-color css
<style>
a { background-color: #934D5A; }
a { background-color: rgb(147,77,90); }
div.DivClassName
{
background-color: #934D5A;
}
.BgClassName
{
background-color: #934D5A;
}
</style>
border-color css
<style>
span { border-color: #934D5A; }
span { border-color: rgb(147,77,90); }
td.TdClassName
{
border-color: #934D5A;
}
.TagClassName
{
border-color: #934D5A;
}
</style>