Shades of Vin Rouge #9E575E
Tints of Vin Rouge #9E575E
RGB
CMYK
RGB Variations
Color information
#9E575E (or 0x9E575E) is known color: Vin Rouge. HEX triplet: 9E, 57 and 5E. RGB value is (158,87,94). Sum of RGB (Red+Green+Blue) = 158+87+94=339 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.61% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 158 - color contains mainly: red. Hex color #9E575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E575E is #61A8A1. Grayscale: #6D6D6D. Windows color (decimal): -6400162 or 6182814. OLE color: 6182814.
HSL color Cylindrical-coordinate representation of color #9E575E: hue angle of 354.08º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E575E is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 87 | 94 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.38 |
| HSL | 354.08º | 0.29% | 0.48% | - |
| HSV(B) | 354.08º | 0.45% | 0.62% | - |
| XYZ | 19.53 | 14.89 | 12.44 | - |
| YUV | 109.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 87 | 94 | 0 | 0.45 | 0.41 | 0.38 | 354.08 | 0.29 | 0.48 |
| Hex | 9E | 57 | 5E | 0 | 2D | 29 | 26 | 162 | 1D | 30 |
| Octal | 236 | 127 | 136 | 0 | 55 | 51 | 46 | 542 | 35 | 60 |
| Binary | 10011110 | 1010111 | 1011110 | 0 | 101101 | 101001 | 100110 | 101100010 | 11101 | 110000 |
Color Harmonies of #9E575E
Complementary color
Monochromatic Colors of #9E575E
Black with #9E575E
Text Example
Text Example
White with #9E575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E575E; }
p { color: rgb(158,87,94); }
H1.HeaderClassName
{
color: #9E575E;
}
.AnyTagClassName
{
color: #9E575E;
}
</style>
background-color css
<style>
a { background-color: #9E575E; }
a { background-color: rgb(158,87,94); }
div.DivClassName
{
background-color: #9E575E;
}
.BgClassName
{
background-color: #9E575E;
}
</style>
border-color css
<style>
span { border-color: #9E575E; }
span { border-color: rgb(158,87,94); }
td.TdClassName
{
border-color: #9E575E;
}
.TagClassName
{
border-color: #9E575E;
}
</style>