#9C4377

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

Shades of Rouge #9C4377

Tints of Rouge #9C4377

Color information

#9C4377 (or 0x9C4377) is unknown color: approx Rouge. HEX triplet: 9C, 43 and 77. RGB value is (156,67,119). Sum of RGB (Red+Green+Blue) = 156+67+119=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4377 is #63BC88. Grayscale: #636363. Windows color (decimal): -6536329 or 7816092. OLE color: 7816092.

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

Color convert

RGB15667119-
CMYK00.570.240.39
HSL324.94º39.91%43.73%-
HSV(B)324.94º57.05%61.18%-
XYZ19.0512.4118.85-
YUV99.54138.99168.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.61%
GREEN value IS 67 (26.56% from 255) = 19.59%
BLUE value IS 119 (46.88% from 255) = 34.80%
R=45.61%
G=19.59%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566711900.570.240.39324.9439.9143.73
Hex9C43770391827145282c
Octal23410316707130475055054
Binary1001110010000111110111011100111000100111101000101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,67,119); }

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

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

 a { background-color: rgb(156,67,119); }

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

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

 span { border-color: rgb(156,67,119); }

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