#9e5466

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

Shades of Vin Rouge #9E5466

Tints of Vin Rouge #9E5466

Color information

#9E5466 (or 0x9E5466) is unknown color: approx Vin Rouge. HEX triplet: 9E, 54 and 66. RGB value is (158,84,102). Sum of RGB (Red+Green+Blue) = 158+84+102=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5466 is #61AB99. Grayscale: #6C6C6C. Windows color (decimal): -6400922 or 6706334. OLE color: 6706334.

HSL color Cylindrical-coordinate representation of color #9E5466: hue angle of 345.41º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5466 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB15884102-
CMYK00.470.350.38
HSL345.41º30.58%47.45%-
HSV(B)345.41º46.84%61.96%-
XYZ19.6714.5714.35-
YUV108.18124.52163.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.93%
GREEN value IS 84 (33.20% from 255) = 24.42%
BLUE value IS 102 (40.23% from 255) = 29.65%
R=45.93%
G=24.42%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588410200.470.350.38345.4130.5847.45
Hex9E546602F23261591f2f
Octal23612414605743465313757
Binary1001111010101001100110010111110001110011010101100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e5466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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