#9E5371

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

Shades of Vin Rouge #9E5371

Tints of Vin Rouge #9E5371

Color information

#9E5371 (or 0x9E5371) is unknown color: approx Vin Rouge. HEX triplet: 9E, 53 and 71. RGB value is (158,83,113). Sum of RGB (Red+Green+Blue) = 158+83+113=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5371 is #61AC8E. Grayscale: #6C6C6C. Windows color (decimal): -6401167 or 7426974. OLE color: 7426974.

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

Color convert

RGB15883113-
CMYK00.470.280.38
HSL336º31.12%47.25%-
HSV(B)336º47.47%61.96%-
XYZ20.1714.6517.39-
YUV108.84130.35163.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.63%
GREEN value IS 83 (32.81% from 255) = 23.45%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=44.63%
G=23.45%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588311300.470.280.3833631.1247.25
Hex9E537102F1C261501f2f
Octal23612316105734465203757
Binary100111101010011111000101011111110010011010101000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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