#9E595E

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

Shades of Vin Rouge #9E595E

Tints of Vin Rouge #9E595E

Color information

#9E595E (or 0x9E595E) is unknown color: approx Vin Rouge. HEX triplet: 9E, 59 and 5E. RGB value is (158,89,94). Sum of RGB (Red+Green+Blue) = 158+89+94=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 158 - color contains mainly: red. Hex color #9E595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E595E is #61A6A1. Grayscale: #6E6E6E. Windows color (decimal): -6399650 or 6183326. OLE color: 6183326.

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

Color convert

RGB1588994-
CMYK00.440.410.38
HSL355.65º27.94%48.43%-
HSV(B)355.65º43.67%61.96%-
XYZ19.6915.2212.49-
YUV110.2118.86162.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.33%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 94 (37.11% from 255) = 27.57%
R=46.33%
G=26.10%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158899400.440.410.38355.6527.9448.43
Hex9E595E02C29261641c30
Octal23613113605451465443460
Binary1001111010110011011110010110010100110011010110010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,89,94); }

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

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

 a { background-color: rgb(158,89,94); }

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

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

 span { border-color: rgb(158,89,94); }

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