#994173

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

Shades of Rouge #994173

Tints of Rouge #994173

Color information

#994173 (or 0x994173) is unknown color: approx Rouge. HEX triplet: 99, 41 and 73. RGB value is (153,65,115). Sum of RGB (Red+Green+Blue) = 153+65+115=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #994173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994173 is #66BE8C. Grayscale: #606060. Windows color (decimal): -6733453 or 7553433. OLE color: 7553433.

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

Color convert

RGB15365115-
CMYK00.580.250.4
HSL325.91º40.37%42.75%-
HSV(B)325.91º57.52%60%-
XYZ18.1211.7917.54-
YUV97.01138.15167.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 65 (25.78% from 255) = 19.52%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=45.95%
G=19.52%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536511500.580.250.4325.9140.3742.75
Hex99417303A1928146282b
Octal23110116307231505065053
Binary1001100110000011110011011101011001101000101000110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994173; }

 p { color: rgb(153,65,115); }

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

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

 a { background-color: rgb(153,65,115); }

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

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

 span { border-color: rgb(153,65,115); }

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