#9C3664

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

Shades of Rouge #9C3664

Tints of Rouge #9C3664

Color information

#9C3664 (or 0x9C3664) is unknown color: approx Rouge. HEX triplet: 9C, 36 and 64. RGB value is (156,54,100). Sum of RGB (Red+Green+Blue) = 156+54+100=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3664 is #63C99B. Grayscale: #595959. Windows color (decimal): -6539676 or 6567580. OLE color: 6567580.

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

Color convert

RGB15654100-
CMYK00.650.360.39
HSL332.94º48.57%41.18%-
HSV(B)332.94º65.38%61.18%-
XYZ17.3310.6313.19-
YUV89.74133.79175.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.32%
GREEN value IS 54 (21.48% from 255) = 17.42%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=50.32%
G=17.42%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565410000.650.360.39332.9448.5741.18
Hex9C3664041242714d3129
Octal23466144010144475156151
Binary10011100110110110010001000001100100100111101001101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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