#9C3774

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

Shades of Rouge #9C3774

Tints of Rouge #9C3774

Color information

#9C3774 (or 0x9C3774) is unknown color: approx Rouge. HEX triplet: 9C, 37 and 74. RGB value is (156,55,116). Sum of RGB (Red+Green+Blue) = 156+55+116=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3774 is #63C88B. Grayscale: #5C5C5C. Windows color (decimal): -6539404 or 7616412. OLE color: 7616412.

HSL color Cylindrical-coordinate representation of color #9C3774: hue angle of 323.76º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C3774 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB15655116-
CMYK00.650.260.39
HSL323.76º47.87%41.37%-
HSV(B)323.76º64.74%61.18%-
XYZ18.2311.0617.7-
YUV92.15141.46173.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.71%
GREEN value IS 55 (21.88% from 255) = 16.82%
BLUE value IS 116 (45.70% from 255) = 35.47%
R=47.71%
G=16.82%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565511600.650.260.39323.7647.8741.37
Hex9C37740411A271443029
Octal23467164010132475046051
Binary1001110011011111101000100000111010100111101000100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,55,116); }

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

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

 a { background-color: rgb(156,55,116); }

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

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

 span { border-color: rgb(156,55,116); }

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