#994177

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

Shades of Rouge #994177

Tints of Rouge #994177

Color information

#994177 (or 0x994177) is unknown color: approx Rouge. HEX triplet: 99, 41 and 77. RGB value is (153,65,119). Sum of RGB (Red+Green+Blue) = 153+65+119=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #994177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994177 is #66BE88. Grayscale: #616161. Windows color (decimal): -6733449 or 7815577. OLE color: 7815577.

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

Color convert

RGB15365119-
CMYK00.580.220.4
HSL323.18º40.37%42.75%-
HSV(B)323.18º57.52%60%-
XYZ18.3611.8818.78-
YUV97.47140.15167.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=45.40%
G=19.29%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536511900.580.220.4323.1840.3742.75
Hex99417703A1628143282b
Octal23110116707226505035053
Binary1001100110000011110111011101010110101000101000011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994177; }

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

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

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

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

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

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

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

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