#9C3374

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

Shades of Rouge #9C3374

Tints of Rouge #9C3374

Color information

#9C3374 (or 0x9C3374) is unknown color: approx Rouge. HEX triplet: 9C, 33 and 74. RGB value is (156,51,116). Sum of RGB (Red+Green+Blue) = 156+51+116=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3374 is #63CC8B. Grayscale: #595959. Windows color (decimal): -6540428 or 7615388. OLE color: 7615388.

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

Color convert

RGB15651116-
CMYK00.670.260.39
HSL322.86º50.72%40.59%-
HSV(B)322.86º67.31%61.18%-
XYZ18.0510.717.64-
YUV89.8142.79175.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.30%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 116 (45.70% from 255) = 35.91%
R=48.30%
G=15.79%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565111600.670.260.39322.8650.7240.59
Hex9C33740431A271433329
Octal23463164010332475036351
Binary1001110011001111101000100001111010100111101000011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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