Shades of Vin Rouge #9E5C5E
Tints of Vin Rouge #9E5C5E
RGB
CMYK
RGB Variations
Color information
#9E5C5E (or 0x9E5C5E) is known color: Vin Rouge. HEX triplet: 9E, 5C and 5E. RGB value is (158,92,94). Sum of RGB (Red+Green+Blue) = 158+92+94=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5C5E is #61A3A1. Grayscale: #707070. Windows color (decimal): -6398882 or 6184094. OLE color: 6184094.
HSL color Cylindrical-coordinate representation of color #9E5C5E: hue angle of 358.18º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E5C5E is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 92 | 94 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.38 |
| HSL | 358.18º | 0.26% | 0.49% | - |
| HSV(B) | 358.18º | 0.42% | 0.62% | - |
| XYZ | 19.95 | 15.73 | 12.57 | - |
| YUV | 111.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 92 | 94 | 0 | 0.42 | 0.41 | 0.38 | 358.18 | 0.26 | 0.49 |
| Hex | 9E | 5C | 5E | 0 | 2A | 29 | 26 | 166 | 1A | 31 |
| Octal | 236 | 134 | 136 | 0 | 52 | 51 | 46 | 546 | 32 | 61 |
| Binary | 10011110 | 1011100 | 1011110 | 0 | 101010 | 101001 | 100110 | 101100110 | 11010 | 110001 |
Color Harmonies of #9E5C5E
Complementary color
Monochromatic Colors of #9E5C5E
Black with #9E5C5E
Text Example
Text Example
White with #9E5C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5C5E; }
p { color: rgb(158,92,94); }
H1.HeaderClassName
{
color: #9E5C5E;
}
.AnyTagClassName
{
color: #9E5C5E;
}
</style>
background-color css
<style>
a { background-color: #9E5C5E; }
a { background-color: rgb(158,92,94); }
div.DivClassName
{
background-color: #9E5C5E;
}
.BgClassName
{
background-color: #9E5C5E;
}
</style>
border-color css
<style>
span { border-color: #9E5C5E; }
span { border-color: rgb(158,92,94); }
td.TdClassName
{
border-color: #9E5C5E;
}
.TagClassName
{
border-color: #9E5C5E;
}
</style>