#9e366f

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

Shades of Rouge #9E366F

Tints of Rouge #9E366F

Color information

#9E366F (or 0x9E366F) is unknown color: approx Rouge. HEX triplet: 9E, 36 and 6F. RGB value is (158,54,111). Sum of RGB (Red+Green+Blue) = 158+54+111=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 158 - color contains mainly: red. Hex color #9E366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E366F is #61C990. Grayscale: #5B5B5B. Windows color (decimal): -6408593 or 7288478. OLE color: 7288478.

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

Color convert

RGB15854111-
CMYK00.660.300.38
HSL327.12º49.06%41.57%-
HSV(B)327.12º65.82%61.96%-
XYZ18.2911.0616.21-
YUV91.59138.96175.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.92%
GREEN value IS 54 (21.48% from 255) = 16.72%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=48.92%
G=16.72%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585411100.660.300.38327.1249.0641.57
Hex9E366F0421E26147312a
Octal23666157010236465076152
Binary1001111011011011011110100001011110100110101000111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e366f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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