#9E5662

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

Shades of Vin Rouge #9E5662

Tints of Vin Rouge #9E5662

Color information

#9E5662 (or 0x9E5662) is unknown color: approx Vin Rouge. HEX triplet: 9E, 56 and 62. RGB value is (158,86,98). Sum of RGB (Red+Green+Blue) = 158+86+98=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5662 is #61A99D. Grayscale: #6C6C6C. Windows color (decimal): -6400414 or 6444702. OLE color: 6444702.

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

Color convert

RGB1588698-
CMYK00.460.380.38
HSL350º29.51%47.84%-
HSV(B)350º45.57%61.96%-
XYZ19.6314.8113.38-
YUV108.9121.85163.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.20%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=46.20%
G=25.15%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158869800.460.380.3835029.5147.84
Hex9E566202E262615e1e30
Octal23612614205646465363660
Binary1001111010101101100010010111010011010011010101111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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