#9A4475

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

Shades of Rouge #9A4475

Tints of Rouge #9A4475

Color information

#9A4475 (or 0x9A4475) is unknown color: approx Rouge. HEX triplet: 9A, 44 and 75. RGB value is (154,68,117). Sum of RGB (Red+Green+Blue) = 154+68+117=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4475 is #65BB8A. Grayscale: #636363. Windows color (decimal): -6667147 or 7685274. OLE color: 7685274.

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

Color convert

RGB15468117-
CMYK00.560.240.40
HSL325.81º38.74%43.53%-
HSV(B)325.81º55.84%60.39%-
XYZ18.612.2918.22-
YUV99.3137.99167.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.43%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=45.43%
G=20.06%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546811700.560.240.40325.8138.7443.53
Hex9A44750381828146272c
Octal23210416507030505064754
Binary1001101010001001110101011100011000101000101000110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,68,117); }

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

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

 a { background-color: rgb(154,68,117); }

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

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

 span { border-color: rgb(154,68,117); }

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