#993771

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

Shades of Rouge #993771

Tints of Rouge #993771

Color information

#993771 (or 0x993771) is unknown color: approx Rouge. HEX triplet: 99, 37 and 71. RGB value is (153,55,113). Sum of RGB (Red+Green+Blue) = 153+55+113=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #993771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993771 is #66C88E. Grayscale: #5A5A5A. Windows color (decimal): -6736015 or 7419801. OLE color: 7419801.

HSL color Cylindrical-coordinate representation of color #993771: hue angle of 324.49º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993771 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB15355113-
CMYK00.640.260.4
HSL324.49º47.12%40.78%-
HSV(B)324.49º64.05%60%-
XYZ17.4810.716.77-
YUV90.91140.47172.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.66%
GREEN value IS 55 (21.88% from 255) = 17.13%
BLUE value IS 113 (44.53% from 255) = 35.20%
R=47.66%
G=17.13%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535511300.640.260.4324.4947.1240.78
Hex9937710401A281442f29
Octal23167161010032505045751
Binary1001100111011111100010100000011010101000101000100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993771; }

 p { color: rgb(153,55,113); }

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

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

 a { background-color: rgb(153,55,113); }

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

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

 span { border-color: rgb(153,55,113); }

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