#9C4172

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

Shades of Rouge #9C4172

Tints of Rouge #9C4172

Color information

#9C4172 (or 0x9C4172) is unknown color: approx Rouge. HEX triplet: 9C, 41 and 72. RGB value is (156,65,114). Sum of RGB (Red+Green+Blue) = 156+65+114=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4172 is #63BE8D. Grayscale: #616161. Windows color (decimal): -6536846 or 7487900. OLE color: 7487900.

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

Color convert

RGB15665114-
CMYK00.580.270.39
HSL327.69º41.18%43.33%-
HSV(B)327.69º58.33%61.18%-
XYZ18.6412.0617.27-
YUV97.8137.15169.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.57%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=46.57%
G=19.40%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566511400.580.270.39327.6941.1843.33
Hex9C417203A1B27148292b
Octal23410116207233475105153
Binary1001110010000011110010011101011011100111101001000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,65,114); }

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

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

 a { background-color: rgb(156,65,114); }

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

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

 span { border-color: rgb(156,65,114); }

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