Shades of Vin Rouge #935C62
Tints of Vin Rouge #935C62
RGB
CMYK
RGB Variations
Color information
#935C62 (or 0x935C62) is known color: Vin Rouge. HEX triplet: 93, 5C and 62. RGB value is (147,92,98). Sum of RGB (Red+Green+Blue) = 147+92+98=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #935C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C62 is #6CA39D. Grayscale: #6D6D6D. Windows color (decimal): -7119774 or 6446227. OLE color: 6446227.
HSL color Cylindrical-coordinate representation of color #935C62: hue angle of 353.45º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935C62 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 98 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.42 |
| HSL | 353.45º | 0.23% | 0.47% | - |
| HSV(B) | 353.45º | 0.37% | 0.58% | - |
| XYZ | 18.06 | 14.74 | 13.45 | - |
| YUV | 109.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 98 | 0 | 0.37 | 0.33 | 0.42 | 353.45 | 0.23 | 0.47 |
| Hex | 93 | 5C | 62 | 0 | 25 | 21 | 2A | 161 | 17 | 2F |
| Octal | 223 | 134 | 142 | 0 | 45 | 41 | 52 | 541 | 27 | 57 |
| Binary | 10010011 | 1011100 | 1100010 | 0 | 100101 | 100001 | 101010 | 101100001 | 10111 | 101111 |
Color Harmonies of #935C62
Complementary color
Monochromatic Colors of #935C62
Black with #935C62
Text Example
Text Example
White with #935C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C62; }
p { color: rgb(147,92,98); }
H1.HeaderClassName
{
color: #935C62;
}
.AnyTagClassName
{
color: #935C62;
}
</style>
background-color css
<style>
a { background-color: #935C62; }
a { background-color: rgb(147,92,98); }
div.DivClassName
{
background-color: #935C62;
}
.BgClassName
{
background-color: #935C62;
}
</style>
border-color css
<style>
span { border-color: #935C62; }
span { border-color: rgb(147,92,98); }
td.TdClassName
{
border-color: #935C62;
}
.TagClassName
{
border-color: #935C62;
}
</style>