#9E446F

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

Shades of Rouge #9E446F

Tints of Rouge #9E446F

Color information

#9E446F (or 0x9E446F) is unknown color: approx Rouge. HEX triplet: 9E, 44 and 6F. RGB value is (158,68,111). Sum of RGB (Red+Green+Blue) = 158+68+111=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E446F is #61BB90. Grayscale: #636363. Windows color (decimal): -6405009 or 7292062. OLE color: 7292062.

HSL color Cylindrical-coordinate representation of color #9E446F: hue angle of 331.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E446F is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB15868111-
CMYK00.570.300.38
HSL331.33º39.82%44.31%-
HSV(B)331.33º56.96%61.96%-
XYZ19.0412.5516.46-
YUV99.81134.32169.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.88%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=46.88%
G=20.18%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586811100.570.300.38331.3339.8244.31
Hex9E446F0391E2614b282c
Octal23610415707136465135054
Binary1001111010001001101111011100111110100110101001011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,68,111); }

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

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

 a { background-color: rgb(158,68,111); }

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

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

 span { border-color: rgb(158,68,111); }

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