#993F75

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

Shades of Rouge #993F75

Tints of Rouge #993F75

Color information

#993F75 (or 0x993F75) is unknown color: approx Rouge. HEX triplet: 99, 3F and 75. RGB value is (153,63,117). Sum of RGB (Red+Green+Blue) = 153+63+117=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #993F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993F75 is #66C08A. Grayscale: #5F5F5F. Windows color (decimal): -6733963 or 7683993. OLE color: 7683993.

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

Color convert

RGB15363117-
CMYK00.590.240.4
HSL324º41.67%42.35%-
HSV(B)324º58.82%60%-
XYZ18.1311.6118.12-
YUV96.07139.82168.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 63 (25% from 255) = 18.92%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=45.95%
G=18.92%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536311700.590.240.432441.6742.35
Hex993F7503B18281442a2a
Octal2317716507330505045252
Binary100110011111111110101011101111000101000101000100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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