#9A326F

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

Shades of Rouge #9A326F

Tints of Rouge #9A326F

Color information

#9A326F (or 0x9A326F) is unknown color: approx Rouge. HEX triplet: 9A, 32 and 6F. RGB value is (154,50,111). Sum of RGB (Red+Green+Blue) = 154+50+111=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A326F is #65CD90. Grayscale: #575757. Windows color (decimal): -6671761 or 7287450. OLE color: 7287450.

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

Color convert

RGB15450111-
CMYK00.680.280.40
HSL324.81º50.98%40%-
HSV(B)324.81º67.53%60.39%-
XYZ17.3410.316.11-
YUV88.05140.96175.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.89%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=48.89%
G=15.87%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1545011100.680.280.40324.8150.9840
Hex9A326F0441C281453328
Octal23262157010434505056350
Binary1001101011001011011110100010011100101000101000101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A326F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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