#984950

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

Shades of Solid Pink #984950

Tints of Solid Pink #984950

Color information

#984950 (or 0x984950) is unknown color: approx Solid Pink. HEX triplet: 98, 49 and 50. RGB value is (152,73,80). Sum of RGB (Red+Green+Blue) = 152+73+80=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #984950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984950 is #67B6AF. Grayscale: #616161. Windows color (decimal): -6796976 or 5261720. OLE color: 5261720.

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

Color convert

RGB1527380-
CMYK00.520.470.40
HSL354.68º35.11%44.12%-
HSV(B)354.68º51.97%59.61%-
XYZ16.7812.029.03-
YUV97.42118.17166.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=49.84%
G=23.93%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152738000.520.470.40354.6835.1144.12
Hex9849500342F28163232c
Octal23011112006457505434354
Binary10011000100100110100000110100101111101000101100011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984950; }

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

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

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

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

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

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

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

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