#9C4472

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

Shades of Rouge #9C4472

Tints of Rouge #9C4472

Color information

#9C4472 (or 0x9C4472) is unknown color: approx Rouge. HEX triplet: 9C, 44 and 72. RGB value is (156,68,114). Sum of RGB (Red+Green+Blue) = 156+68+114=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4472 is #63BB8D. Grayscale: #636363. Windows color (decimal): -6536078 or 7488668. OLE color: 7488668.

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

Color convert

RGB15668114-
CMYK00.560.270.39
HSL328.64º39.29%43.92%-
HSV(B)328.64º56.41%61.18%-
XYZ18.8112.4217.32-
YUV99.56136.15168.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.15%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=46.15%
G=20.12%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566811400.560.270.39328.6439.2943.92
Hex9C44720381B27149272c
Octal23410416207033475114754
Binary1001110010001001110010011100011011100111101001001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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