#9C366E

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

Shades of Rouge #9C366E

Tints of Rouge #9C366E

Color information

#9C366E (or 0x9C366E) is unknown color: approx Rouge. HEX triplet: 9C, 36 and 6E. RGB value is (156,54,110). Sum of RGB (Red+Green+Blue) = 156+54+110=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C366E is #63C991. Grayscale: #5A5A5A. Windows color (decimal): -6539666 or 7222940. OLE color: 7222940.

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

Color convert

RGB15654110-
CMYK00.650.290.39
HSL327.06º48.57%41.18%-
HSV(B)327.06º65.38%61.18%-
XYZ17.8410.8315.9-
YUV90.88138.79174.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.75%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=48.75%
G=16.88%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565411000.650.290.39327.0648.5741.18
Hex9C366E0411D271473129
Octal23466156010135475076151
Binary1001110011011011011100100000111101100111101000111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,54,110); }

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

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

 a { background-color: rgb(156,54,110); }

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

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

 span { border-color: rgb(156,54,110); }

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