#993F6C

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

Shades of Rouge #993F6C

Tints of Rouge #993F6C

Color information

#993F6C (or 0x993F6C) is unknown color: approx Rouge. HEX triplet: 99, 3F and 6C. RGB value is (153,63,108). Sum of RGB (Red+Green+Blue) = 153+63+108=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #993F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993F6C is #66C093. Grayscale: #5E5E5E. Windows color (decimal): -6733972 or 7094169. OLE color: 7094169.

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

Color convert

RGB15363108-
CMYK00.590.290.4
HSL330º41.67%42.35%-
HSV(B)330º58.82%60%-
XYZ17.6211.4115.46-
YUV95.04135.32169.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 63 (25% from 255) = 19.44%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=47.22%
G=19.44%
B=33.33%

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
Decimal1536310800.590.290.433041.6742.35
Hex993F6C03B1D2814a2a2a
Octal2317715407335505125252
Binary100110011111111101100011101111101101000101001010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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