#99494D

Color #99494D Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #99494D

Tints of Solid Pink #99494D

Color information

#99494D (or 0x99494D) is unknown color: approx Solid Pink. HEX triplet: 99, 49 and 4D. RGB value is (153,73,77). Sum of RGB (Red+Green+Blue) = 153+73+77=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #99494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99494D is #66B6B2. Grayscale: #616161. Windows color (decimal): -6731443 or 5065113. OLE color: 5065113.

HSL color Cylindrical-coordinate representation of color #99494D: hue angle of 357º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99494D is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB1537377-
CMYK00.520.500.4
HSL357º35.4%44.31%-
HSV(B)357º52.29%60%-
XYZ16.8612.078.46-
YUV97.38116.5167.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=50.50%
G=24.09%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153737700.520.500.435735.444.31
Hex99494D0343228165232c
Octal23111111506462505454354
Binary10011001100100110011010110100110010101000101100101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99494D; }

 p { color: rgb(153,73,77); }

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

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

 a { background-color: rgb(153,73,77); }

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

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

 span { border-color: rgb(153,73,77); }

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