#9e385f

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

Shades of Rouge #9E385F

Tints of Rouge #9E385F

Color information

#9E385F (or 0x9E385F) is unknown color: approx Rouge. HEX triplet: 9E, 38 and 5F. RGB value is (158,56,95). Sum of RGB (Red+Green+Blue) = 158+56+95=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E385F is #61C7A0. Grayscale: #5A5A5A. Windows color (decimal): -6408097 or 6240414. OLE color: 6240414.

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

Color convert

RGB1585695-
CMYK00.650.400.38
HSL337.06º47.66%41.96%-
HSV(B)337.06º64.56%61.96%-
XYZ17.5810.9212.01-
YUV90.94130.29175.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.13%
GREEN value IS 56 (22.27% from 255) = 18.12%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=51.13%
G=18.12%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158569500.650.400.38337.0647.6641.96
Hex9E385F0412826151302a
Octal23670137010150465216052
Binary10011110111000101111101000001101000100110101010001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e385f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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