#98484D

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

Shades of Solid Pink #98484D

Tints of Solid Pink #98484D

Color information

#98484D (or 0x98484D) is unknown color: approx Solid Pink. HEX triplet: 98, 48 and 4D. RGB value is (152,72,77). Sum of RGB (Red+Green+Blue) = 152+72+77=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98484D is #67B7B2. Grayscale: #606060. Windows color (decimal): -6797235 or 5064856. OLE color: 5064856.

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

Color convert

RGB1527277-
CMYK00.530.490.40
HSL356.25º35.71%43.92%-
HSV(B)356.25º52.63%59.61%-
XYZ16.6111.858.43-
YUV96.49117167.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 77 (30.47% from 255) = 25.58%
R=50.50%
G=23.92%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152727700.530.490.40356.2535.7143.92
Hex98484D0353128164242c
Octal23011011506561505444454
Binary10011000100100010011010110101110001101000101100100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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