#9E5B66

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

Shades of Vin Rouge #9E5B66

Tints of Vin Rouge #9E5B66

Color information

#9E5B66 (or 0x9E5B66) is unknown color: approx Vin Rouge. HEX triplet: 9E, 5B and 66. RGB value is (158,91,102). Sum of RGB (Red+Green+Blue) = 158+91+102=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5B66 is #61A499. Grayscale: #707070. Windows color (decimal): -6399130 or 6708126. OLE color: 6708126.

HSL color Cylindrical-coordinate representation of color #9E5B66: hue angle of 350.15º degrees, saturation: 0.27, 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 #9E5B66 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB15891102-
CMYK00.420.350.38
HSL350.15º26.91%48.82%-
HSV(B)350.15º42.41%61.96%-
XYZ20.2415.7114.54-
YUV112.29122.2160.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.01%
GREEN value IS 91 (35.94% from 255) = 25.93%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=45.01%
G=25.93%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589110200.420.350.38350.1526.9148.82
Hex9E5B6602A232615e1b31
Octal23613314605243465363361
Binary1001111010110111100110010101010001110011010101111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,91,102); }

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

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

 a { background-color: rgb(158,91,102); }

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

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

 span { border-color: rgb(158,91,102); }

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