#9E5660

Color #9E5660 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #9E5660

Tints of Vin Rouge #9E5660

Color information

#9E5660 (or 0x9E5660) is unknown color: approx Vin Rouge. HEX triplet: 9E, 56 and 60. RGB value is (158,86,96). Sum of RGB (Red+Green+Blue) = 158+86+96=340 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.47% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5660 is #61A99F. Grayscale: #6C6C6C. Windows color (decimal): -6400416 or 6313630. OLE color: 6313630.

HSL color Cylindrical-coordinate representation of color #9E5660: hue angle of 351.67º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5660 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB1588696-
CMYK00.460.390.38
HSL351.67º29.51%47.84%-
HSV(B)351.67º45.57%61.96%-
XYZ19.5414.7712.89-
YUV108.67120.85163.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 46.47%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 96 (37.89% from 255) = 28.24%
R=46.47%
G=25.29%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158869600.460.390.38351.6729.5147.84
Hex9E566002E27261601e30
Octal23612614005647465403660
Binary1001111010101101100000010111010011110011010110000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E5660; }

 p { color: rgb(158,86,96); }

 H1.HeaderClassName
 {
   color: #9E5660;
 }
 .AnyTagClassName
 {
   color: #9E5660;
 }
</style>
background-color css

<style>
 a { background-color: #9E5660; }

 a { background-color: rgb(158,86,96); }

 div.DivClassName
 {
   background-color: #9E5660;
 }
 .BgClassName
 {
   background-color: #9E5660;
 }
</style>
border-color css

<style>
 span { border-color: #9E5660; }

 span { border-color: rgb(158,86,96); }

 td.TdClassName
 {
   border-color: #9E5660;
 }
 .TagClassName
 {
   border-color: #9E5660;
 }
</style>