#993F6D

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

Shades of Rouge #993F6D

Tints of Rouge #993F6D

Color information

#993F6D (or 0x993F6D) is unknown color: approx Rouge. HEX triplet: 99, 3F and 6D. RGB value is (153,63,109). Sum of RGB (Red+Green+Blue) = 153+63+109=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #993F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993F6D is #66C092. Grayscale: #5F5F5F. Windows color (decimal): -6733971 or 7159705. OLE color: 7159705.

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

Color convert

RGB15363109-
CMYK00.590.290.4
HSL329.33º41.67%42.35%-
HSV(B)329.33º58.82%60%-
XYZ17.6711.4315.74-
YUV95.15135.82169.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=47.08%
G=19.38%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536310900.590.290.4329.3341.6742.35
Hex993F6D03B1D281492a2a
Octal2317715507335505115252
Binary100110011111111101101011101111101101000101001001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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