#994176

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

Shades of Rouge #994176

Tints of Rouge #994176

Color information

#994176 (or 0x994176) is unknown color: approx Rouge. HEX triplet: 99, 41 and 76. RGB value is (153,65,118). Sum of RGB (Red+Green+Blue) = 153+65+118=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #994176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994176 is #66BE89. Grayscale: #616161. Windows color (decimal): -6733450 or 7750041. OLE color: 7750041.

HSL color Cylindrical-coordinate representation of color #994176: hue angle of 323.86º degrees, saturation: 0.4, 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 #994176 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB15365118-
CMYK00.580.230.4
HSL323.86º40.37%42.75%-
HSV(B)323.86º57.52%60%-
XYZ18.311.8618.46-
YUV97.35139.65167.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.54%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=45.54%
G=19.35%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536511800.580.230.4323.8640.3742.75
Hex99417603A1728144282b
Octal23110116607227505045053
Binary1001100110000011110110011101010111101000101000100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994176; }

 p { color: rgb(153,65,118); }

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

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

 a { background-color: rgb(153,65,118); }

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

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

 span { border-color: rgb(153,65,118); }

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