#9A406E

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

Shades of Rouge #9A406E

Tints of Rouge #9A406E

Color information

#9A406E (or 0x9A406E) is unknown color: approx Rouge. HEX triplet: 9A, 40 and 6E. RGB value is (154,64,110). Sum of RGB (Red+Green+Blue) = 154+64+110=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A406E is #65BF91. Grayscale: #606060. Windows color (decimal): -6668178 or 7225498. OLE color: 7225498.

HSL color Cylindrical-coordinate representation of color #9A406E: hue angle of 329.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A406E is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB15464110-
CMYK00.580.290.40
HSL329.33º41.28%42.75%-
HSV(B)329.33º58.44%60.39%-
XYZ17.9711.6616.06-
YUV96.15135.82169.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.95%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=46.95%
G=19.51%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546411000.580.290.40329.3341.2842.75
Hex9A406E03A1D28149292b
Octal23210015607235505115153
Binary1001101010000001101110011101011101101000101001001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,64,110); }

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

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

 a { background-color: rgb(154,64,110); }

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

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

 span { border-color: rgb(154,64,110); }

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