#99326C

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

Shades of Rouge #99326C

Tints of Rouge #99326C

Color information

#99326C (or 0x99326C) is unknown color: approx Rouge. HEX triplet: 99, 32 and 6C. RGB value is (153,50,108). Sum of RGB (Red+Green+Blue) = 153+50+108=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99326C is #66CD93. Grayscale: #575757. Windows color (decimal): -6737300 or 7090841. OLE color: 7090841.

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

Color convert

RGB15350108-
CMYK00.670.290.4
HSL326.21º50.74%39.8%-
HSV(B)326.21º67.32%60%-
XYZ16.9810.1415.25-
YUV87.41139.62174.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 50 (19.92% from 255) = 16.08%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=49.20%
G=16.08%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535010800.670.290.4326.2150.7439.8
Hex99326C0431D281463328
Octal23162154010335505066350
Binary1001100111001011011000100001111101101000101000110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99326C; }

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

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

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

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

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

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

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

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