#984749

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

Shades of Solid Pink #984749

Tints of Solid Pink #984749

Color information

#984749 (or 0x984749) is unknown color: approx Solid Pink. HEX triplet: 98, 47 and 49. RGB value is (152,71,73). Sum of RGB (Red+Green+Blue) = 152+71+73=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #984749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984749 is #67B8B6. Grayscale: #5F5F5F. Windows color (decimal): -6797495 or 4802456. OLE color: 4802456.

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

Color convert

RGB1527173-
CMYK00.530.520.40
HSL358.52º36.32%43.73%-
HSV(B)358.52º53.29%59.61%-
XYZ16.411.667.69-
YUV95.45115.34168.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 71 (28.12% from 255) = 23.99%
BLUE value IS 73 (28.91% from 255) = 24.66%
R=51.35%
G=23.99%
B=24.66%

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
Decimal152717300.530.520.40358.5236.3243.73
Hex9847490353428167242c
Octal23010711106564505474454
Binary10011000100011110010010110101110100101000101100111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984749; }

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

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

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

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

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

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

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

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