#993472

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

Shades of Rouge #993472

Tints of Rouge #993472

Color information

#993472 (or 0x993472) is unknown color: approx Rouge. HEX triplet: 99, 34 and 72. RGB value is (153,52,114). Sum of RGB (Red+Green+Blue) = 153+52+114=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #993472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993472 is #66CB8D. Grayscale: #595959. Windows color (decimal): -6736782 or 7484569. OLE color: 7484569.

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

Color convert

RGB15352114-
CMYK00.660.250.4
HSL323.17º49.27%40.2%-
HSV(B)323.17º66.01%60%-
XYZ17.410.4417.02-
YUV89.27141.96173.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 52 (20.70% from 255) = 16.30%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=47.96%
G=16.30%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535211400.660.250.4323.1749.2740.2
Hex99347204219281433128
Octal23164162010231505036150
Binary1001100111010011100100100001011001101000101000011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993472; }

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

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

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

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

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

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

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

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