#9E595F

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

Shades of Vin Rouge #9E595F

Tints of Vin Rouge #9E595F

Color information

#9E595F (or 0x9E595F) is unknown color: approx Vin Rouge. HEX triplet: 9E, 59 and 5F. RGB value is (158,89,95). Sum of RGB (Red+Green+Blue) = 158+89+95=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 158 - color contains mainly: red. Hex color #9E595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E595F is #61A6A0. Grayscale: #6E6E6E. Windows color (decimal): -6399649 or 6248862. OLE color: 6248862.

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

Color convert

RGB1588995-
CMYK00.440.400.38
HSL354.78º27.94%48.43%-
HSV(B)354.78º43.67%61.96%-
XYZ19.7415.2412.73-
YUV110.31119.36162.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.20%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 95 (37.5% from 255) = 27.78%
R=46.20%
G=26.02%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158899500.440.400.38354.7827.9448.43
Hex9E595F02C28261631c30
Octal23613113705450465433460
Binary1001111010110011011111010110010100010011010110001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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