#9E3C6A

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

Shades of Rouge #9E3C6A

Tints of Rouge #9E3C6A

Color information

#9E3C6A (or 0x9E3C6A) is unknown color: approx Rouge. HEX triplet: 9E, 3C and 6A. RGB value is (158,60,106). Sum of RGB (Red+Green+Blue) = 158+60+106=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3C6A is #61C395. Grayscale: #5E5E5E. Windows color (decimal): -6407062 or 6962334. OLE color: 6962334.

HSL color Cylindrical-coordinate representation of color #9E3C6A: hue angle of 331.84º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E3C6A is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB15860106-
CMYK00.620.330.38
HSL331.84º44.95%42.75%-
HSV(B)331.84º62.03%61.96%-
XYZ18.3211.5414.9-
YUV94.55134.47173.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.77%
GREEN value IS 60 (23.83% from 255) = 18.52%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=48.77%
G=18.52%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586010600.620.330.38331.8444.9542.75
Hex9E3C6A03E212614c2d2b
Octal2367415207641465145553
Binary1001111011110011010100111110100001100110101001100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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