#9E446A

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

Shades of Rouge #9E446A

Tints of Rouge #9E446A

Color information

#9E446A (or 0x9E446A) is unknown color: approx Rouge. HEX triplet: 9E, 44 and 6A. RGB value is (158,68,106). Sum of RGB (Red+Green+Blue) = 158+68+106=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E446A is #61BB95. Grayscale: #636363. Windows color (decimal): -6405014 or 6964382. OLE color: 6964382.

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

Color convert

RGB15868106-
CMYK00.570.330.38
HSL334.67º39.82%44.31%-
HSV(B)334.67º56.96%61.96%-
XYZ18.7712.4415.05-
YUV99.24131.82169.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.59%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=47.59%
G=20.48%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586810600.570.330.38334.6739.8244.31
Hex9E446A039212614f282c
Octal23610415207141465175054
Binary10011110100010011010100111001100001100110101001111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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