#9C3B75

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

Shades of Rouge #9C3B75

Tints of Rouge #9C3B75

Color information

#9C3B75 (or 0x9C3B75) is unknown color: approx Rouge. HEX triplet: 9C, 3B and 75. RGB value is (156,59,117). Sum of RGB (Red+Green+Blue) = 156+59+117=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3B75 is #63C48A. Grayscale: #5E5E5E. Windows color (decimal): -6538379 or 7682972. OLE color: 7682972.

HSL color Cylindrical-coordinate representation of color #9C3B75: hue angle of 324.12º degrees, saturation: 0.45, 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 #9C3B75 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB15659117-
CMYK00.620.250.39
HSL324.12º45.12%42.16%-
HSV(B)324.12º62.18%61.18%-
XYZ18.4911.4818.07-
YUV94.61140.64171.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.99%
GREEN value IS 59 (23.44% from 255) = 17.77%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=46.99%
G=17.77%
B=35.24%

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
Decimal1565911700.620.250.39324.1245.1242.16
Hex9C3B7503E19271442d2a
Octal2347316507631475045552
Binary100111001110111110101011111011001100111101000100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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