#994070

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

Shades of Rouge #994070

Tints of Rouge #994070

Color information

#994070 (or 0x994070) is unknown color: approx Rouge. HEX triplet: 99, 40 and 70. RGB value is (153,64,112). Sum of RGB (Red+Green+Blue) = 153+64+112=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #994070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994070 is #66BF8F. Grayscale: #5F5F5F. Windows color (decimal): -6733712 or 7356569. OLE color: 7356569.

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

Color convert

RGB15364112-
CMYK00.580.270.4
HSL327.64º41.01%42.55%-
HSV(B)327.64º58.17%60%-
XYZ17.8911.6116.63-
YUV96.08136.99168.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 64 (25.39% from 255) = 19.45%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=46.50%
G=19.45%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536411200.580.270.4327.6441.0142.55
Hex99407003A1B28148292b
Octal23110016007233505105153
Binary1001100110000001110000011101011011101000101001000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994070; }

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

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

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

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

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

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

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

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