Shades of Vin Rouge #935A60
Tints of Vin Rouge #935A60
RGB
CMYK
RGB Variations
Color information
#935A60 (or 0x935A60) is known color: Vin Rouge. HEX triplet: 93, 5A and 60. RGB value is (147,90,96). Sum of RGB (Red+Green+Blue) = 147+90+96=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #935A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935A60 is #6CA59F. Grayscale: #6B6B6B. Windows color (decimal): -7120288 or 6314643. OLE color: 6314643.
HSL color Cylindrical-coordinate representation of color #935A60: hue angle of 353.68º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #935A60 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 96 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.42 |
| HSL | 353.68º | 0.24% | 0.46% | - |
| HSV(B) | 353.68º | 0.39% | 0.58% | - |
| XYZ | 17.8 | 14.36 | 12.9 | - |
| YUV | 107.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 96 | 0 | 0.39 | 0.35 | 0.42 | 353.68 | 0.24 | 0.46 |
| Hex | 93 | 5A | 60 | 0 | 27 | 23 | 2A | 162 | 18 | 2E |
| Octal | 223 | 132 | 140 | 0 | 47 | 43 | 52 | 542 | 30 | 56 |
| Binary | 10010011 | 1011010 | 1100000 | 0 | 100111 | 100011 | 101010 | 101100010 | 11000 | 101110 |
Color Harmonies of #935A60
Complementary color
Monochromatic Colors of #935A60
Black with #935A60
Text Example
Text Example
White with #935A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A60; }
p { color: rgb(147,90,96); }
H1.HeaderClassName
{
color: #935A60;
}
.AnyTagClassName
{
color: #935A60;
}
</style>
background-color css
<style>
a { background-color: #935A60; }
a { background-color: rgb(147,90,96); }
div.DivClassName
{
background-color: #935A60;
}
.BgClassName
{
background-color: #935A60;
}
</style>
border-color css
<style>
span { border-color: #935A60; }
span { border-color: rgb(147,90,96); }
td.TdClassName
{
border-color: #935A60;
}
.TagClassName
{
border-color: #935A60;
}
</style>