#98494E

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

Shades of Solid Pink #98494E

Tints of Solid Pink #98494E

Color information

#98494E (or 0x98494E) is unknown color: approx Solid Pink. HEX triplet: 98, 49 and 4E. RGB value is (152,73,78). Sum of RGB (Red+Green+Blue) = 152+73+78=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #98494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98494E is #67B6B1. Grayscale: #616161. Windows color (decimal): -6796978 or 5130648. OLE color: 5130648.

HSL color Cylindrical-coordinate representation of color #98494E: hue angle of 356.2º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98494E is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1527378-
CMYK00.520.490.40
HSL356.2º35.11%44.12%-
HSV(B)356.2º51.97%59.61%-
XYZ16.7111.998.64-
YUV97.19117.17167.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.17%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 78 (30.86% from 255) = 25.74%
R=50.17%
G=24.09%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152737800.520.490.40356.235.1144.12
Hex98494E0343128164232c
Octal23011111606461505444354
Binary10011000100100110011100110100110001101000101100100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98494E; }

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

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

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

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

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

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

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

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