#9A3C6F

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

Shades of Rouge #9A3C6F

Tints of Rouge #9A3C6F

Color information

#9A3C6F (or 0x9A3C6F) is unknown color: approx Rouge. HEX triplet: 9A, 3C and 6F. RGB value is (154,60,111). Sum of RGB (Red+Green+Blue) = 154+60+111=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3C6F is #65C390. Grayscale: #5D5D5D. Windows color (decimal): -6669201 or 7290010. OLE color: 7290010.

HSL color Cylindrical-coordinate representation of color #9A3C6F: hue angle of 327.45º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A3C6F is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15460111-
CMYK00.610.280.40
HSL327.45º43.93%41.96%-
HSV(B)327.45º61.04%60.39%-
XYZ17.8111.2516.27-
YUV93.92137.64170.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.38%
GREEN value IS 60 (23.83% from 255) = 18.46%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=47.38%
G=18.46%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546011100.610.280.40327.4543.9341.96
Hex9A3C6F03D1C281472c2a
Octal2327415707534505075452
Binary100110101111001101111011110111100101000101000111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,60,111); }

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

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

 a { background-color: rgb(154,60,111); }

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

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

 span { border-color: rgb(154,60,111); }

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