#984247

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

Shades of Solid Pink #984247

Tints of Solid Pink #984247

Color information

#984247 (or 0x984247) is unknown color: approx Solid Pink. HEX triplet: 98, 42 and 47. RGB value is (152,66,71). Sum of RGB (Red+Green+Blue) = 152+66+71=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #984247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984247 is #67BDB8. Grayscale: #5C5C5C. Windows color (decimal): -6798777 or 4670104. OLE color: 4670104.

HSL color Cylindrical-coordinate representation of color #984247: hue angle of 356.51º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984247 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1526671-
CMYK00.570.530.40
HSL356.51º39.45%42.75%-
HSV(B)356.51º56.58%59.61%-
XYZ16.0311.037.24-
YUV92.28115.99170.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.60%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 71 (28.12% from 255) = 24.57%
R=52.60%
G=22.84%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152667100.570.530.40356.5139.4542.75
Hex9842470393528165272b
Octal23010210707165505454753
Binary10011000100001010001110111001110101101000101100101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984247; }

 p { color: rgb(152,66,71); }

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

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

 a { background-color: rgb(152,66,71); }

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

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

 span { border-color: rgb(152,66,71); }

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