#994374

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

Shades of Rouge #994374

Tints of Rouge #994374

Color information

#994374 (or 0x994374) is unknown color: approx Rouge. HEX triplet: 99, 43 and 74. RGB value is (153,67,116). Sum of RGB (Red+Green+Blue) = 153+67+116=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #994374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994374 is #66BC8B. Grayscale: #626262. Windows color (decimal): -6732940 or 7619481. OLE color: 7619481.

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

Color convert

RGB15367116-
CMYK00.560.240.4
HSL325.81º39.09%43.14%-
HSV(B)325.81º56.21%60%-
XYZ18.312.0517.88-
YUV98.3137.99167.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.54%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=45.54%
G=19.94%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536711600.560.240.4325.8139.0943.14
Hex9943740381828146272b
Octal23110316407030505064753
Binary1001100110000111110100011100011000101000101000110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994374; }

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

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

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

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

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

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

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

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