#9E446D

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

Shades of Rouge #9E446D

Tints of Rouge #9E446D

Color information

#9E446D (or 0x9E446D) is unknown color: approx Rouge. HEX triplet: 9E, 44 and 6D. RGB value is (158,68,109). Sum of RGB (Red+Green+Blue) = 158+68+109=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 158 - color contains mainly: red. Hex color #9E446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E446D is #61BB92. Grayscale: #636363. Windows color (decimal): -6405011 or 7160990. OLE color: 7160990.

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

Color convert

RGB15868109-
CMYK00.570.310.38
HSL332.67º39.82%44.31%-
HSV(B)332.67º56.96%61.96%-
XYZ18.9312.5115.88-
YUV99.58133.32169.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.16%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=47.16%
G=20.30%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586810900.570.310.38332.6739.8244.31
Hex9E446D0391F2614d282c
Octal23610415507137465155054
Binary1001111010001001101101011100111111100110101001101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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