#9C3772

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

Shades of Rouge #9C3772

Tints of Rouge #9C3772

Color information

#9C3772 (or 0x9C3772) is unknown color: approx Rouge. HEX triplet: 9C, 37 and 72. RGB value is (156,55,114). Sum of RGB (Red+Green+Blue) = 156+55+114=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3772 is #63C88D. Grayscale: #5B5B5B. Windows color (decimal): -6539406 or 7485340. OLE color: 7485340.

HSL color Cylindrical-coordinate representation of color #9C3772: hue angle of 324.95º 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 #9C3772 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB15655114-
CMYK00.650.270.39
HSL324.95º47.87%41.37%-
HSV(B)324.95º64.74%61.18%-
XYZ18.1111.0217.09-
YUV91.92140.46173.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48%
GREEN value IS 55 (21.88% from 255) = 16.92%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=48%
G=16.92%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565511400.650.270.39324.9547.8741.37
Hex9C37720411B271453029
Octal23467162010133475056051
Binary1001110011011111100100100000111011100111101000101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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