Shades of Vin Rouge #935D5E
Tints of Vin Rouge #935D5E
RGB
CMYK
RGB Variations
Color information
#935D5E (or 0x935D5E) is known color: Vin Rouge. HEX triplet: 93, 5D and 5E. RGB value is (147,93,94). Sum of RGB (Red+Green+Blue) = 147+93+94=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #935D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935D5E is #6CA2A1. Grayscale: #6D6D6D. Windows color (decimal): -7119522 or 6184339. OLE color: 6184339.
HSL color Cylindrical-coordinate representation of color #935D5E: hue angle of 358.89º degrees, saturation: 0.22, 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 #935D5E is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 93 | 94 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.42 |
| HSL | 358.89º | 0.23% | 0.47% | - |
| HSV(B) | 358.89º | 0.37% | 0.58% | - |
| XYZ | 17.97 | 14.84 | 12.51 | - |
| YUV | 109.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 94 | 0 | 0.37 | 0.36 | 0.42 | 358.89 | 0.23 | 0.47 |
| Hex | 93 | 5D | 5E | 0 | 25 | 24 | 2A | 167 | 16 | 2F |
| Octal | 223 | 135 | 136 | 0 | 45 | 44 | 52 | 547 | 26 | 57 |
| Binary | 10010011 | 1011101 | 1011110 | 0 | 100101 | 100100 | 101010 | 101100111 | 10110 | 101111 |
Color Harmonies of #935D5E
Complementary color
Monochromatic Colors of #935D5E
Black with #935D5E
Text Example
Text Example
White with #935D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935D5E; }
p { color: rgb(147,93,94); }
H1.HeaderClassName
{
color: #935D5E;
}
.AnyTagClassName
{
color: #935D5E;
}
</style>
background-color css
<style>
a { background-color: #935D5E; }
a { background-color: rgb(147,93,94); }
div.DivClassName
{
background-color: #935D5E;
}
.BgClassName
{
background-color: #935D5E;
}
</style>
border-color css
<style>
span { border-color: #935D5E; }
span { border-color: rgb(147,93,94); }
td.TdClassName
{
border-color: #935D5E;
}
.TagClassName
{
border-color: #935D5E;
}
</style>