#9E436E

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

Shades of Rouge #9E436E

Tints of Rouge #9E436E

Color information

#9E436E (or 0x9E436E) is unknown color: approx Rouge. HEX triplet: 9E, 43 and 6E. RGB value is (158,67,110). Sum of RGB (Red+Green+Blue) = 158+67+110=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 158 - color contains mainly: red. Hex color #9E436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E436E is #61BC91. Grayscale: #636363. Windows color (decimal): -6405266 or 7226270. OLE color: 7226270.

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

Color convert

RGB15867110-
CMYK00.580.300.38
HSL331.65º40.44%44.12%-
HSV(B)331.65º57.59%61.96%-
XYZ18.9212.4116.15-
YUV99.11134.15170-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.16%
GREEN value IS 67 (26.56% from 255) = 20%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=47.16%
G=20%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586711000.580.300.38331.6540.4444.12
Hex9E436E03A1E2614c282c
Octal23610315607236465145054
Binary1001111010000111101110011101011110100110101001100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,67,110); }

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

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

 a { background-color: rgb(158,67,110); }

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

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

 span { border-color: rgb(158,67,110); }

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