#9C396F

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

Shades of Rouge #9C396F

Tints of Rouge #9C396F

Color information

#9C396F (or 0x9C396F) is unknown color: approx Rouge. HEX triplet: 9C, 39 and 6F. RGB value is (156,57,111). Sum of RGB (Red+Green+Blue) = 156+57+111=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C396F is #63C690. Grayscale: #5C5C5C. Windows color (decimal): -6538897 or 7289244. OLE color: 7289244.

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

Color convert

RGB15657111-
CMYK00.630.290.39
HSL327.27º46.48%41.76%-
HSV(B)327.27º63.46%61.18%-
XYZ18.0411.1416.24-
YUV92.76138.3173.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.15%
GREEN value IS 57 (22.66% from 255) = 17.59%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=48.15%
G=17.59%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565711100.630.290.39327.2746.4841.76
Hex9C396F03F1D271472e2a
Octal2347115707735475075652
Binary100111001110011101111011111111101100111101000111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,57,111); }

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

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

 a { background-color: rgb(156,57,111); }

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

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

 span { border-color: rgb(156,57,111); }

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