#984D4F

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

Shades of Solid Pink #984D4F

Tints of Solid Pink #984D4F

Color information

#984D4F (or 0x984D4F) is unknown color: approx Solid Pink. HEX triplet: 98, 4D and 4F. RGB value is (152,77,79). Sum of RGB (Red+Green+Blue) = 152+77+79=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #984D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D4F is #67B2B0. Grayscale: #636363. Windows color (decimal): -6795953 or 5197208. OLE color: 5197208.

HSL color Cylindrical-coordinate representation of color #984D4F: hue angle of 358.4º 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 #984D4F is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB1527779-
CMYK00.490.480.40
HSL358.4º32.75%44.9%-
HSV(B)358.4º49.34%59.61%-
XYZ17.0112.558.92-
YUV99.65116.35165.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 79 (31.25% from 255) = 25.65%
R=49.35%
G=25%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152777900.490.480.40358.432.7544.9
Hex984D4F0313028166212d
Octal23011511706160505464155
Binary10011000100110110011110110001110000101000101100110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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