#994577

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

Shades of Rouge #994577

Tints of Rouge #994577

Color information

#994577 (or 0x994577) is unknown color: approx Rouge. HEX triplet: 99, 45 and 77. RGB value is (153,69,119). Sum of RGB (Red+Green+Blue) = 153+69+119=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #994577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994577 is #66BA88. Grayscale: #636363. Windows color (decimal): -6732425 or 7816601. OLE color: 7816601.

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

Color convert

RGB15369119-
CMYK00.550.220.4
HSL324.29º37.84%43.53%-
HSV(B)324.29º54.9%60%-
XYZ18.5912.3618.86-
YUV99.82138.83165.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 119 (46.88% from 255) = 34.90%
R=44.87%
G=20.23%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536911900.550.220.4324.2937.8443.53
Hex9945770371628144262c
Octal23110516706726505044654
Binary1001100110001011110111011011110110101000101000100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994577; }

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

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

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

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

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

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

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

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