Shades of Vin Rouge #935962
Tints of Vin Rouge #935962
RGB
CMYK
RGB Variations
Color information
#935962 (or 0x935962) is known color: Vin Rouge. HEX triplet: 93, 59 and 62. RGB value is (147,89,98). Sum of RGB (Red+Green+Blue) = 147+89+98=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #935962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935962 is #6CA69D. Grayscale: #6B6B6B. Windows color (decimal): -7120542 or 6445459. OLE color: 6445459.
HSL color Cylindrical-coordinate representation of color #935962: hue angle of 350.69º degrees, saturation: 0.25, 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 #935962 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 98 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.42 |
| HSL | 350.69º | 0.25% | 0.46% | - |
| HSV(B) | 350.69º | 0.39% | 0.58% | - |
| XYZ | 17.81 | 14.23 | 13.36 | - |
| YUV | 107.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 98 | 0 | 0.39 | 0.33 | 0.42 | 350.69 | 0.25 | 0.46 |
| Hex | 93 | 59 | 62 | 0 | 27 | 21 | 2A | 15F | 19 | 2E |
| Octal | 223 | 131 | 142 | 0 | 47 | 41 | 52 | 537 | 31 | 56 |
| Binary | 10010011 | 1011001 | 1100010 | 0 | 100111 | 100001 | 101010 | 101011111 | 11001 | 101110 |
Color Harmonies of #935962
Complementary color
Monochromatic Colors of #935962
Black with #935962
Text Example
Text Example
White with #935962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935962; }
p { color: rgb(147,89,98); }
H1.HeaderClassName
{
color: #935962;
}
.AnyTagClassName
{
color: #935962;
}
</style>
background-color css
<style>
a { background-color: #935962; }
a { background-color: rgb(147,89,98); }
div.DivClassName
{
background-color: #935962;
}
.BgClassName
{
background-color: #935962;
}
</style>
border-color css
<style>
span { border-color: #935962; }
span { border-color: rgb(147,89,98); }
td.TdClassName
{
border-color: #935962;
}
.TagClassName
{
border-color: #935962;
}
</style>