#9C3571

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

Shades of Rouge #9C3571

Tints of Rouge #9C3571

Color information

#9C3571 (or 0x9C3571) is unknown color: approx Rouge. HEX triplet: 9C, 35 and 71. RGB value is (156,53,113). Sum of RGB (Red+Green+Blue) = 156+53+113=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3571 is #63CA8E. Grayscale: #5A5A5A. Windows color (decimal): -6539919 or 7419292. OLE color: 7419292.

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

Color convert

RGB15653113-
CMYK00.660.280.39
HSL325.05º49.28%40.98%-
HSV(B)325.05º66.03%61.18%-
XYZ17.9610.8116.76-
YUV90.64140.62174.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.45%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=48.45%
G=16.46%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565311300.660.280.39325.0549.2840.98
Hex9C35710421C271453129
Octal23465161010234475056151
Binary1001110011010111100010100001011100100111101000101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,53,113); }

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

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

 a { background-color: rgb(156,53,113); }

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

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

 span { border-color: rgb(156,53,113); }

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