Shades of Vin Rouge #935862
Tints of Vin Rouge #935862
RGB
CMYK
RGB Variations
Color information
#935862 (or 0x935862) is known color: Vin Rouge. HEX triplet: 93, 58 and 62. RGB value is (147,88,98). Sum of RGB (Red+Green+Blue) = 147+88+98=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #935862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935862 is #6CA79D. Grayscale: #6A6A6A. Windows color (decimal): -7120798 or 6445203. OLE color: 6445203.
HSL color Cylindrical-coordinate representation of color #935862: hue angle of 349.83º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #935862 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 88 | 98 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.42 |
| HSL | 349.83º | 0.25% | 0.46% | - |
| HSV(B) | 349.83º | 0.4% | 0.58% | - |
| XYZ | 17.73 | 14.06 | 13.34 | - |
| YUV | 106.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 98 | 0 | 0.40 | 0.33 | 0.42 | 349.83 | 0.25 | 0.46 |
| Hex | 93 | 58 | 62 | 0 | 28 | 21 | 2A | 15E | 19 | 2E |
| Octal | 223 | 130 | 142 | 0 | 50 | 41 | 52 | 536 | 31 | 56 |
| Binary | 10010011 | 1011000 | 1100010 | 0 | 101000 | 100001 | 101010 | 101011110 | 11001 | 101110 |
Color Harmonies of #935862
Complementary color
Monochromatic Colors of #935862
Black with #935862
Text Example
Text Example
White with #935862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935862; }
p { color: rgb(147,88,98); }
H1.HeaderClassName
{
color: #935862;
}
.AnyTagClassName
{
color: #935862;
}
</style>
background-color css
<style>
a { background-color: #935862; }
a { background-color: rgb(147,88,98); }
div.DivClassName
{
background-color: #935862;
}
.BgClassName
{
background-color: #935862;
}
</style>
border-color css
<style>
span { border-color: #935862; }
span { border-color: rgb(147,88,98); }
td.TdClassName
{
border-color: #935862;
}
.TagClassName
{
border-color: #935862;
}
</style>