#9C3C75

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

Shades of Rouge #9C3C75

Tints of Rouge #9C3C75

Color information

#9C3C75 (or 0x9C3C75) is unknown color: approx Rouge. HEX triplet: 9C, 3C and 75. RGB value is (156,60,117). Sum of RGB (Red+Green+Blue) = 156+60+117=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3C75 is #63C38A. Grayscale: #5F5F5F. Windows color (decimal): -6538123 or 7683228. OLE color: 7683228.

HSL color Cylindrical-coordinate representation of color #9C3C75: hue angle of 324.38º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C3C75 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB15660117-
CMYK00.620.250.39
HSL324.38º44.44%42.35%-
HSV(B)324.38º61.54%61.18%-
XYZ18.5411.5818.09-
YUV95.2140.3171.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.85%
GREEN value IS 60 (23.83% from 255) = 18.02%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=46.85%
G=18.02%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566011700.620.250.39324.3844.4442.35
Hex9C3C7503E19271442c2a
Octal2347416507631475045452
Binary100111001111001110101011111011001100111101000100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,60,117); }

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

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

 a { background-color: rgb(156,60,117); }

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

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

 span { border-color: rgb(156,60,117); }

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