#9E586B

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

Shades of Vin Rouge #9E586B

Tints of Vin Rouge #9E586B

Color information

#9E586B (or 0x9E586B) is unknown color: approx Vin Rouge. HEX triplet: 9E, 58 and 6B. RGB value is (158,88,107). Sum of RGB (Red+Green+Blue) = 158+88+107=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E586B is #61A794. Grayscale: #6F6F6F. Windows color (decimal): -6399893 or 7035038. OLE color: 7035038.

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

Color convert

RGB15888107-
CMYK00.440.320.38
HSL343.71º28.46%48.24%-
HSV(B)343.71º44.3%61.96%-
XYZ20.2415.3115.8-
YUV111.1125.69161.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.76%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 107 (42.19% from 255) = 30.31%
R=44.76%
G=24.93%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588810700.440.320.38343.7128.4648.24
Hex9E586B02C20261581c30
Octal23613015305440465303460
Binary1001111010110001101011010110010000010011010101100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,88,107); }

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

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

 a { background-color: rgb(158,88,107); }

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

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

 span { border-color: rgb(158,88,107); }

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