#993270

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

Shades of Rouge #993270

Tints of Rouge #993270

Color information

#993270 (or 0x993270) is unknown color: approx Rouge. HEX triplet: 99, 32 and 70. RGB value is (153,50,112). Sum of RGB (Red+Green+Blue) = 153+50+112=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #993270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993270 is #66CD8F. Grayscale: #575757. Windows color (decimal): -6737296 or 7352985. OLE color: 7352985.

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

Color convert

RGB15350112-
CMYK00.670.270.4
HSL323.88º50.74%39.8%-
HSV(B)323.88º67.32%60%-
XYZ17.210.2216.4-
YUV87.86141.62174.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=48.57%
G=15.87%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535011200.670.270.4323.8850.7439.8
Hex9932700431B281443328
Octal23162160010333505046350
Binary1001100111001011100000100001111011101000101000100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993270; }

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

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

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

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

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

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

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

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