#993F76

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

Shades of Rouge #993F76

Tints of Rouge #993F76

Color information

#993F76 (or 0x993F76) is unknown color: approx Rouge. HEX triplet: 99, 3F and 76. RGB value is (153,63,118). Sum of RGB (Red+Green+Blue) = 153+63+118=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #993F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993F76 is #66C089. Grayscale: #606060. Windows color (decimal): -6733962 or 7749529. OLE color: 7749529.

HSL color Cylindrical-coordinate representation of color #993F76: hue angle of 323.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 #993F76 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB15363118-
CMYK00.590.230.4
HSL323.33º41.67%42.35%-
HSV(B)323.33º58.82%60%-
XYZ18.1811.6418.43-
YUV96.18140.32168.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 63 (25% from 255) = 18.86%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=45.81%
G=18.86%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536311800.590.230.4323.3341.6742.35
Hex993F7603B17281432a2a
Octal2317716607327505035252
Binary100110011111111110110011101110111101000101000011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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