#993170

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

Shades of Rouge #993170

Tints of Rouge #993170

Color information

#993170 (or 0x993170) is unknown color: approx Rouge. HEX triplet: 99, 31 and 70. RGB value is (153,49,112). Sum of RGB (Red+Green+Blue) = 153+49+112=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #993170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993170 is #66CE8F. Grayscale: #575757. Windows color (decimal): -6737552 or 7352729. OLE color: 7352729.

HSL color Cylindrical-coordinate representation of color #993170: hue angle of 323.65º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993170 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB15349112-
CMYK00.680.270.4
HSL323.65º51.49%39.61%-
HSV(B)323.65º67.97%60%-
XYZ17.1610.1416.38-
YUV87.28141.96174.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.73%
GREEN value IS 49 (19.53% from 255) = 15.61%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=48.73%
G=15.61%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534911200.680.270.4323.6551.4939.61
Hex9931700441B281443328
Octal23161160010433505046350
Binary1001100111000111100000100010011011101000101000100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993170; }

 p { color: rgb(153,49,112); }

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

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

 a { background-color: rgb(153,49,112); }

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

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

 span { border-color: rgb(153,49,112); }

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