#9C3A6F

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

Shades of Rouge #9C3A6F

Tints of Rouge #9C3A6F

Color information

#9C3A6F (or 0x9C3A6F) is unknown color: approx Rouge. HEX triplet: 9C, 3A and 6F. RGB value is (156,58,111). Sum of RGB (Red+Green+Blue) = 156+58+111=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3A6F is #63C590. Grayscale: #5D5D5D. Windows color (decimal): -6538641 or 7289500. OLE color: 7289500.

HSL color Cylindrical-coordinate representation of color #9C3A6F: hue angle of 327.55º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C3A6F is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB15658111-
CMYK00.630.290.39
HSL327.55º45.79%41.96%-
HSV(B)327.55º62.82%61.18%-
XYZ18.0911.2416.26-
YUV93.34137.97172.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48%
GREEN value IS 58 (23.05% from 255) = 17.85%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=48%
G=17.85%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565811100.630.290.39327.5545.7941.96
Hex9C3A6F03F1D271482e2a
Octal2347215707735475105652
Binary100111001110101101111011111111101100111101001000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,58,111); }

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

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

 a { background-color: rgb(156,58,111); }

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

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

 span { border-color: rgb(156,58,111); }

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