Shades of Vin Rouge #93575C
Tints of Vin Rouge #93575C
RGB
CMYK
RGB Variations
Color information
#93575C (or 0x93575C) is known color: Vin Rouge. HEX triplet: 93, 57 and 5C. RGB value is (147,87,92). Sum of RGB (Red+Green+Blue) = 147+87+92=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #93575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93575C is #6CA8A3. Grayscale: #696969. Windows color (decimal): -7121060 or 6051731. OLE color: 6051731.
HSL color Cylindrical-coordinate representation of color #93575C: hue angle of 355º 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 #93575C is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 87 | 92 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.42 |
| HSL | 355º | 0.26% | 0.46% | - |
| HSV(B) | 355º | 0.41% | 0.58% | - |
| XYZ | 17.37 | 13.79 | 11.87 | - |
| YUV | 105.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 92 | 0 | 0.41 | 0.37 | 0.42 | 355 | 0.26 | 0.46 |
| Hex | 93 | 57 | 5C | 0 | 29 | 25 | 2A | 163 | 1A | 2E |
| Octal | 223 | 127 | 134 | 0 | 51 | 45 | 52 | 543 | 32 | 56 |
| Binary | 10010011 | 1010111 | 1011100 | 0 | 101001 | 100101 | 101010 | 101100011 | 11010 | 101110 |
Color Harmonies of #93575C
Complementary color
Monochromatic Colors of #93575C
Black with #93575C
Text Example
Text Example
White with #93575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93575C; }
p { color: rgb(147,87,92); }
H1.HeaderClassName
{
color: #93575C;
}
.AnyTagClassName
{
color: #93575C;
}
</style>
background-color css
<style>
a { background-color: #93575C; }
a { background-color: rgb(147,87,92); }
div.DivClassName
{
background-color: #93575C;
}
.BgClassName
{
background-color: #93575C;
}
</style>
border-color css
<style>
span { border-color: #93575C; }
span { border-color: rgb(147,87,92); }
td.TdClassName
{
border-color: #93575C;
}
.TagClassName
{
border-color: #93575C;
}
</style>