#9C3762

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

Shades of Rouge #9C3762

Tints of Rouge #9C3762

Color information

#9C3762 (or 0x9C3762) is unknown color: approx Rouge. HEX triplet: 9C, 37 and 62. RGB value is (156,55,98). Sum of RGB (Red+Green+Blue) = 156+55+98=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3762 is #63C89D. Grayscale: #5A5A5A. Windows color (decimal): -6539422 or 6436764. OLE color: 6436764.

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

Color convert

RGB1565598-
CMYK00.650.370.39
HSL334.46º47.87%41.37%-
HSV(B)334.46º64.74%61.18%-
XYZ17.2810.6812.71-
YUV90.1132.46175-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.49%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=50.49%
G=17.80%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156559800.650.370.39334.4647.8741.37
Hex9C3762041252714e3029
Octal23467142010145475166051
Binary10011100110111110001001000001100101100111101001110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,55,98); }

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

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

 a { background-color: rgb(156,55,98); }

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

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

 span { border-color: rgb(156,55,98); }

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