#9E5373

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

Shades of Vin Rouge #9E5373

Tints of Vin Rouge #9E5373

Color information

#9E5373 (or 0x9E5373) is unknown color: approx Vin Rouge. HEX triplet: 9E, 53 and 73. RGB value is (158,83,115). Sum of RGB (Red+Green+Blue) = 158+83+115=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5373 is #61AC8C. Grayscale: #6D6D6D. Windows color (decimal): -6401165 or 7558046. OLE color: 7558046.

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

Color convert

RGB15883115-
CMYK00.470.270.38
HSL334.4º31.12%47.25%-
HSV(B)334.4º47.47%61.96%-
XYZ20.2914.6917.99-
YUV109.07131.35162.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.38%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=44.38%
G=23.31%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588311500.470.270.38334.431.1247.25
Hex9E537302F1B2614e1f2f
Octal23612316305733465163757
Binary100111101010011111001101011111101110011010100111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,83,115); }

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

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

 a { background-color: rgb(158,83,115); }

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

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

 span { border-color: rgb(158,83,115); }

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