#994849

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

Shades of Solid Pink #994849

Tints of Solid Pink #994849

Color information

#994849 (or 0x994849) is unknown color: approx Solid Pink. HEX triplet: 99, 48 and 49. RGB value is (153,72,73). Sum of RGB (Red+Green+Blue) = 153+72+73=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #994849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994849 is #66B7B6. Grayscale: #606060. Windows color (decimal): -6731703 or 4802713. OLE color: 4802713.

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

Color convert

RGB1537273-
CMYK00.530.520.4
HSL359.26º36%44.12%-
HSV(B)359.26º52.94%60%-
XYZ16.6611.897.72-
YUV96.33114.84168.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=51.34%
G=24.16%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153727300.530.520.4359.263644.12
Hex9948490353428167242c
Octal23111011106564505474454
Binary10011001100100010010010110101110100101000101100111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994849; }

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

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

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

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

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

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

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

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