#984849

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

Shades of Solid Pink #984849

Tints of Solid Pink #984849

Color information

#984849 (or 0x984849) is unknown color: approx Solid Pink. HEX triplet: 98, 48 and 49. RGB value is (152,72,73). Sum of RGB (Red+Green+Blue) = 152+72+73=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #984849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984849 is #67B7B6. Grayscale: #606060. Windows color (decimal): -6797239 or 4802712. OLE color: 4802712.

HSL color Cylindrical-coordinate representation of color #984849: hue angle of 359.25º 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 #984849 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB1527273-
CMYK00.530.520.40
HSL359.25º35.71%43.92%-
HSV(B)359.25º52.63%59.61%-
XYZ16.4711.797.71-
YUV96.03115167.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 72 (28.52% from 255) = 24.24%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=51.18%
G=24.24%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152727300.530.520.40359.2535.7143.92
Hex9848490353428167242c
Octal23011011106564505474454
Binary10011000100100010010010110101110100101000101100111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984849; }

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

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

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

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

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

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

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

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