#993772

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

Shades of Rouge #993772

Tints of Rouge #993772

Color information

#993772 (or 0x993772) is unknown color: approx Rouge. HEX triplet: 99, 37 and 72. RGB value is (153,55,114). Sum of RGB (Red+Green+Blue) = 153+55+114=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #993772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993772 is #66C88D. Grayscale: #5A5A5A. Windows color (decimal): -6736014 or 7485337. OLE color: 7485337.

HSL color Cylindrical-coordinate representation of color #993772: hue angle of 323.88º 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 #993772 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB15355114-
CMYK00.640.250.4
HSL323.88º47.12%40.78%-
HSV(B)323.88º64.05%60%-
XYZ17.5410.7217.06-
YUV91.03140.97172.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=47.52%
G=17.08%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535511400.640.250.4323.8847.1240.78
Hex99377204019281442f29
Octal23167162010031505045751
Binary1001100111011111100100100000011001101000101000100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993772; }

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

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

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

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

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

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

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

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