#993470

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

Shades of Rouge #993470

Tints of Rouge #993470

Color information

#993470 (or 0x993470) is unknown color: approx Rouge. HEX triplet: 99, 34 and 70. RGB value is (153,52,112). Sum of RGB (Red+Green+Blue) = 153+52+112=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #993470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993470 is #66CB8F. Grayscale: #585858. Windows color (decimal): -6736784 or 7353497. OLE color: 7353497.

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

Color convert

RGB15352112-
CMYK00.660.270.4
HSL324.36º49.27%40.2%-
HSV(B)324.36º66.01%60%-
XYZ17.2910.416.43-
YUV89.04140.96173.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=48.26%
G=16.40%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535211200.660.270.4324.3649.2740.2
Hex9934700421B281443128
Octal23164160010233505046150
Binary1001100111010011100000100001011011101000101000100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993470; }

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

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

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

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

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

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

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

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