Shades of Vin Rouge #9E5A5C
Tints of Vin Rouge #9E5A5C
RGB
CMYK
RGB Variations
Color information
#9E5A5C (or 0x9E5A5C) is known color: Vin Rouge. HEX triplet: 9E, 5A and 5C. RGB value is (158,90,92). Sum of RGB (Red+Green+Blue) = 158+90+92=340 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.47% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5A5C is #61A5A3. Grayscale: #6E6E6E. Windows color (decimal): -6399396 or 6052510. OLE color: 6052510.
HSL color Cylindrical-coordinate representation of color #9E5A5C: hue angle of 358.24º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E5A5C is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 90 | 92 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.38 |
| HSL | 358.24º | 0.27% | 0.49% | - |
| HSV(B) | 358.24º | 0.43% | 0.62% | - |
| XYZ | 19.69 | 15.35 | 12.05 | - |
| YUV | 110.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 92 | 0 | 0.43 | 0.42 | 0.38 | 358.24 | 0.27 | 0.49 |
| Hex | 9E | 5A | 5C | 0 | 2B | 2A | 26 | 166 | 1B | 31 |
| Octal | 236 | 132 | 134 | 0 | 53 | 52 | 46 | 546 | 33 | 61 |
| Binary | 10011110 | 1011010 | 1011100 | 0 | 101011 | 101010 | 100110 | 101100110 | 11011 | 110001 |
Color Harmonies of #9E5A5C
Complementary color
Monochromatic Colors of #9E5A5C
Black with #9E5A5C
Text Example
Text Example
White with #9E5A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5A5C; }
p { color: rgb(158,90,92); }
H1.HeaderClassName
{
color: #9E5A5C;
}
.AnyTagClassName
{
color: #9E5A5C;
}
</style>
background-color css
<style>
a { background-color: #9E5A5C; }
a { background-color: rgb(158,90,92); }
div.DivClassName
{
background-color: #9E5A5C;
}
.BgClassName
{
background-color: #9E5A5C;
}
</style>
border-color css
<style>
span { border-color: #9E5A5C; }
span { border-color: rgb(158,90,92); }
td.TdClassName
{
border-color: #9E5A5C;
}
.TagClassName
{
border-color: #9E5A5C;
}
</style>