#9E5A6A

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

Shades of Vin Rouge #9E5A6A

Tints of Vin Rouge #9E5A6A

Color information

#9E5A6A (or 0x9E5A6A) is unknown color: approx Vin Rouge. HEX triplet: 9E, 5A and 6A. RGB value is (158,90,106). Sum of RGB (Red+Green+Blue) = 158+90+106=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5A6A is #61A595. Grayscale: #707070. Windows color (decimal): -6399382 or 6970014. OLE color: 6970014.

HSL color Cylindrical-coordinate representation of color #9E5A6A: hue angle of 345.88º 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 #9E5A6A is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB15890106-
CMYK00.430.330.38
HSL345.88º27.42%48.63%-
HSV(B)345.88º43.04%61.96%-
XYZ20.3615.6215.58-
YUV112.16124.53160.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.63%
GREEN value IS 90 (35.55% from 255) = 25.42%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=44.63%
G=25.42%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589010600.430.330.38345.8827.4248.63
Hex9E5A6A02B212615a1b31
Octal23613215205341465323361
Binary1001111010110101101010010101110000110011010101101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,90,106); }

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

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

 a { background-color: rgb(158,90,106); }

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

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

 span { border-color: rgb(158,90,106); }

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