#994477

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

Shades of Rouge #994477

Tints of Rouge #994477

Color information

#994477 (or 0x994477) is unknown color: approx Rouge. HEX triplet: 99, 44 and 77. RGB value is (153,68,119). Sum of RGB (Red+Green+Blue) = 153+68+119=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #994477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994477 is #66BB88. Grayscale: #636363. Windows color (decimal): -6732681 or 7816345. OLE color: 7816345.

HSL color Cylindrical-coordinate representation of color #994477: hue angle of 324º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994477 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB15368119-
CMYK00.560.220.4
HSL324º38.46%43.33%-
HSV(B)324º55.56%60%-
XYZ18.5312.2418.84-
YUV99.23139.16166.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 119 (46.88% from 255) = 35%
R=45%
G=20%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536811900.560.220.432438.4643.33
Hex9944770381628144262b
Octal23110416707026505044653
Binary1001100110001001110111011100010110101000101000100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994477; }

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

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

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

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

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

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

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

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