#993B6E

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

Shades of Rouge #993B6E

Tints of Rouge #993B6E

Color information

#993B6E (or 0x993B6E) is unknown color: approx Rouge. HEX triplet: 99, 3B and 6E. RGB value is (153,59,110). Sum of RGB (Red+Green+Blue) = 153+59+110=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #993B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993B6E is #66C491. Grayscale: #5C5C5C. Windows color (decimal): -6734994 or 7224217. OLE color: 7224217.

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

Color convert

RGB15359110-
CMYK00.610.280.4
HSL327.45º44.34%41.57%-
HSV(B)327.45º61.44%60%-
XYZ17.5211.0315.96-
YUV92.92137.64170.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=47.52%
G=18.32%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535911000.610.280.4327.4544.3441.57
Hex993B6E03D1C281472c2a
Octal2317315607534505075452
Binary100110011110111101110011110111100101000101000111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,59,110); }

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

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

 a { background-color: rgb(153,59,110); }

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

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

 span { border-color: rgb(153,59,110); }

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