Shades of Vin Rouge #93575B
Tints of Vin Rouge #93575B
RGB
CMYK
RGB Variations
Color information
#93575B (or 0x93575B) is known color: Vin Rouge. HEX triplet: 93, 57 and 5B. RGB value is (147,87,91). Sum of RGB (Red+Green+Blue) = 147+87+91=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93575B is #6CA8A4. Grayscale: #696969. Windows color (decimal): -7121061 or 5986195. OLE color: 5986195.
HSL color Cylindrical-coordinate representation of color #93575B: hue angle of 356º 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 #93575B is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 87 | 91 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.42 |
| HSL | 356º | 0.26% | 0.46% | - |
| HSV(B) | 356º | 0.41% | 0.58% | - |
| XYZ | 17.33 | 13.77 | 11.64 | - |
| YUV | 105.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 91 | 0 | 0.41 | 0.38 | 0.42 | 356 | 0.26 | 0.46 |
| Hex | 93 | 57 | 5B | 0 | 29 | 26 | 2A | 164 | 1A | 2E |
| Octal | 223 | 127 | 133 | 0 | 51 | 46 | 52 | 544 | 32 | 56 |
| Binary | 10010011 | 1010111 | 1011011 | 0 | 101001 | 100110 | 101010 | 101100100 | 11010 | 101110 |
Color Harmonies of #93575B
Complementary color
Monochromatic Colors of #93575B
Black with #93575B
Text Example
Text Example
White with #93575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93575B; }
p { color: rgb(147,87,91); }
H1.HeaderClassName
{
color: #93575B;
}
.AnyTagClassName
{
color: #93575B;
}
</style>
background-color css
<style>
a { background-color: #93575B; }
a { background-color: rgb(147,87,91); }
div.DivClassName
{
background-color: #93575B;
}
.BgClassName
{
background-color: #93575B;
}
</style>
border-color css
<style>
span { border-color: #93575B; }
span { border-color: rgb(147,87,91); }
td.TdClassName
{
border-color: #93575B;
}
.TagClassName
{
border-color: #93575B;
}
</style>