#994077

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

Shades of Rouge #994077

Tints of Rouge #994077

Color information

#994077 (or 0x994077) is unknown color: approx Rouge. HEX triplet: 99, 40 and 77. RGB value is (153,64,119). Sum of RGB (Red+Green+Blue) = 153+64+119=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #994077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994077 is #66BF88. Grayscale: #606060. Windows color (decimal): -6733705 or 7815321. OLE color: 7815321.

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

Color convert

RGB15364119-
CMYK00.580.220.4
HSL322.92º41.01%42.55%-
HSV(B)322.92º58.17%60%-
XYZ18.311.7718.76-
YUV96.88140.49168.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.54%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=45.54%
G=19.05%
B=35.42%

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
Decimal1536411900.580.220.4322.9241.0142.55
Hex99407703A1628143292b
Octal23110016707226505035153
Binary1001100110000001110111011101010110101000101000011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994077; }

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

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

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

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

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

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

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

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