#993F73

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

Shades of Rouge #993F73

Tints of Rouge #993F73

Color information

#993F73 (or 0x993F73) is unknown color: approx Rouge. HEX triplet: 99, 3F and 73. RGB value is (153,63,115). Sum of RGB (Red+Green+Blue) = 153+63+115=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #993F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993F73 is #66C08C. Grayscale: #5F5F5F. Windows color (decimal): -6733965 or 7552921. OLE color: 7552921.

HSL color Cylindrical-coordinate representation of color #993F73: hue angle of 325.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #993F73 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB15363115-
CMYK00.590.250.4
HSL325.33º41.67%42.35%-
HSV(B)325.33º58.82%60%-
XYZ18.0111.5717.5-
YUV95.84138.82168.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 63 (25% from 255) = 19.03%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=46.22%
G=19.03%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536311500.590.250.4325.3341.6742.35
Hex993F7303B19281452a2a
Octal2317716307331505055252
Binary100110011111111110011011101111001101000101000101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993F73; }

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

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

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

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

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

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

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

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