#9A4576

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

Shades of Rouge #9A4576

Tints of Rouge #9A4576

Color information

#9A4576 (or 0x9A4576) is unknown color: approx Rouge. HEX triplet: 9A, 45 and 76. RGB value is (154,69,118). Sum of RGB (Red+Green+Blue) = 154+69+118=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4576 is #65BA89. Grayscale: #636363. Windows color (decimal): -6666890 or 7751066. OLE color: 7751066.

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

Color convert

RGB15469118-
CMYK00.550.230.40
HSL325.41º38.12%43.73%-
HSV(B)325.41º55.19%60.39%-
XYZ18.7212.4318.55-
YUV100138.16166.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.16%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=45.16%
G=20.23%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546911800.550.230.40325.4138.1243.73
Hex9A45760371728145262c
Octal23210516606727505054654
Binary1001101010001011110110011011110111101000101000101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,69,118); }

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

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

 a { background-color: rgb(154,69,118); }

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

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

 span { border-color: rgb(154,69,118); }

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