#84494F

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

Shades of Solid Pink #84494F

Tints of Solid Pink #84494F

Color information

#84494F (or 0x84494F) is unknown color: approx Solid Pink. HEX triplet: 84, 49 and 4F. RGB value is (132,73,79). Sum of RGB (Red+Green+Blue) = 132+73+79=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #84494F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84494F is #7BB6B0. Grayscale: #5B5B5B. Windows color (decimal): -8107697 or 5196164. OLE color: 5196164.

HSL color Cylindrical-coordinate representation of color #84494F: hue angle of 353.9º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84494F is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1327379-
CMYK00.450.400.48
HSL353.9º28.78%40.2%-
HSV(B)353.9º44.7%51.76%-
XYZ13.3110.248.67-
YUV91.32121.05157.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 79 (31.25% from 255) = 27.82%
R=46.48%
G=25.70%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132737900.450.400.48353.928.7840.2
Hex84494F02D28301621d28
Octal20411111705550605423550
Binary1000010010010011001111010110110100011000010110001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84494F; }

 p { color: rgb(132,73,79); }

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

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

 a { background-color: rgb(132,73,79); }

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

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

 span { border-color: rgb(132,73,79); }

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