#994078

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

Shades of Rouge #994078

Tints of Rouge #994078

Color information

#994078 (or 0x994078) is unknown color: approx Rouge. HEX triplet: 99, 40 and 78. RGB value is (153,64,120). Sum of RGB (Red+Green+Blue) = 153+64+120=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #994078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994078 is #66BF87. Grayscale: #606060. Windows color (decimal): -6733704 or 7880857. OLE color: 7880857.

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

Color convert

RGB15364120-
CMYK00.580.220.4
HSL322.25º41.01%42.55%-
HSV(B)322.25º58.17%60%-
XYZ18.3611.819.08-
YUV97140.99167.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=45.40%
G=18.99%
B=35.61%

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
Decimal1536412000.580.220.4322.2541.0142.55
Hex99407803A1628142292b
Octal23110017007226505025153
Binary1001100110000001111000011101010110101000101000010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994078; }

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

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

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

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

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

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

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

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