#993271

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

Shades of Rouge #993271

Tints of Rouge #993271

Color information

#993271 (or 0x993271) is unknown color: approx Rouge. HEX triplet: 99, 32 and 71. RGB value is (153,50,113). Sum of RGB (Red+Green+Blue) = 153+50+113=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #993271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993271 is #66CD8E. Grayscale: #575757. Windows color (decimal): -6737295 or 7418521. OLE color: 7418521.

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

Color convert

RGB15350113-
CMYK00.670.260.4
HSL323.3º50.74%39.8%-
HSV(B)323.3º67.32%60%-
XYZ17.2610.2516.69-
YUV87.98142.12174.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=48.42%
G=15.82%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535011300.670.260.4323.350.7439.8
Hex9932710431A281433328
Octal23162161010332505036350
Binary1001100111001011100010100001111010101000101000011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993271; }

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

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

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

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

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

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

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

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