#994377

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

Shades of Rouge #994377

Tints of Rouge #994377

Color information

#994377 (or 0x994377) is unknown color: approx Rouge. HEX triplet: 99, 43 and 77. RGB value is (153,67,119). Sum of RGB (Red+Green+Blue) = 153+67+119=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #994377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994377 is #66BC88. Grayscale: #626262. Windows color (decimal): -6732937 or 7816089. OLE color: 7816089.

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

Color convert

RGB15367119-
CMYK00.560.220.4
HSL323.72º39.09%43.14%-
HSV(B)323.72º56.21%60%-
XYZ18.4712.1218.82-
YUV98.64139.49166.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 67 (26.56% from 255) = 19.76%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=45.13%
G=19.76%
B=35.10%

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
Decimal1536711900.560.220.4323.7239.0943.14
Hex9943770381628144272b
Octal23110316707026505044753
Binary1001100110000111110111011100010110101000101000100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994377; }

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

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

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

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

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

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

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

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