Shades of Vin Rouge #93575D
Tints of Vin Rouge #93575D
RGB
CMYK
RGB Variations
Color information
#93575D (or 0x93575D) is known color: Vin Rouge. HEX triplet: 93, 57 and 5D. RGB value is (147,87,93). Sum of RGB (Red+Green+Blue) = 147+87+93=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #93575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93575D is #6CA8A2. Grayscale: #696969. Windows color (decimal): -7121059 or 6117267. OLE color: 6117267.
HSL color Cylindrical-coordinate representation of color #93575D: hue angle of 354º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93575D is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 87 | 93 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.42 |
| HSL | 354º | 0.26% | 0.46% | - |
| HSV(B) | 354º | 0.41% | 0.58% | - |
| XYZ | 17.42 | 13.81 | 12.1 | - |
| YUV | 105.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 93 | 0 | 0.41 | 0.37 | 0.42 | 354 | 0.26 | 0.46 |
| Hex | 93 | 57 | 5D | 0 | 29 | 25 | 2A | 162 | 1A | 2E |
| Octal | 223 | 127 | 135 | 0 | 51 | 45 | 52 | 542 | 32 | 56 |
| Binary | 10010011 | 1010111 | 1011101 | 0 | 101001 | 100101 | 101010 | 101100010 | 11010 | 101110 |
Color Harmonies of #93575D
Complementary color
Monochromatic Colors of #93575D
Black with #93575D
Text Example
Text Example
White with #93575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93575D; }
p { color: rgb(147,87,93); }
H1.HeaderClassName
{
color: #93575D;
}
.AnyTagClassName
{
color: #93575D;
}
</style>
background-color css
<style>
a { background-color: #93575D; }
a { background-color: rgb(147,87,93); }
div.DivClassName
{
background-color: #93575D;
}
.BgClassName
{
background-color: #93575D;
}
</style>
border-color css
<style>
span { border-color: #93575D; }
span { border-color: rgb(147,87,93); }
td.TdClassName
{
border-color: #93575D;
}
.TagClassName
{
border-color: #93575D;
}
</style>