#984D4E

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

Shades of Solid Pink #984D4E

Tints of Solid Pink #984D4E

Color information

#984D4E (or 0x984D4E) is unknown color: approx Solid Pink. HEX triplet: 98, 4D and 4E. RGB value is (152,77,78). Sum of RGB (Red+Green+Blue) = 152+77+78=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #984D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D4E is #67B2B1. Grayscale: #636363. Windows color (decimal): -6795954 or 5131672. OLE color: 5131672.

HSL color Cylindrical-coordinate representation of color #984D4E: hue angle of 359.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984D4E is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1527778-
CMYK00.490.490.40
HSL359.2º32.75%44.9%-
HSV(B)359.2º49.34%59.61%-
XYZ16.9812.538.73-
YUV99.54115.85165.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 77 (30.47% from 255) = 25.08%
BLUE value IS 78 (30.86% from 255) = 25.41%
R=49.51%
G=25.08%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152777800.490.490.40359.232.7544.9
Hex984D4E0313128167212d
Octal23011511606161505474155
Binary10011000100110110011100110001110001101000101100111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984D4E; }

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

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

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

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

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

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

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

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