#994179

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

Shades of Rouge #994179

Tints of Rouge #994179

Color information

#994179 (or 0x994179) is unknown color: approx Rouge. HEX triplet: 99, 41 and 79. RGB value is (153,65,121). Sum of RGB (Red+Green+Blue) = 153+65+121=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #994179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994179 is #66BE86. Grayscale: #616161. Windows color (decimal): -6733447 or 7946649. OLE color: 7946649.

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

Color convert

RGB15365121-
CMYK00.580.210.4
HSL321.82º40.37%42.75%-
HSV(B)321.82º57.52%60%-
XYZ18.4811.9319.42-
YUV97.7141.15167.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=45.13%
G=19.17%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536512100.580.210.4321.8240.3742.75
Hex99417903A1528142282b
Octal23110117107225505025053
Binary1001100110000011111001011101010101101000101000010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994179; }

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

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

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

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

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

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

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

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