#84484F

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

Shades of Solid Pink #84484F

Tints of Solid Pink #84484F

Color information

#84484F (or 0x84484F) is unknown color: approx Solid Pink. HEX triplet: 84, 48 and 4F. RGB value is (132,72,79). Sum of RGB (Red+Green+Blue) = 132+72+79=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #84484F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84484F is #7BB7B0. Grayscale: #5A5A5A. Windows color (decimal): -8107953 or 5195908. OLE color: 5195908.

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

Color convert

RGB1327279-
CMYK00.450.400.48
HSL353º29.41%40%-
HSV(B)353º45.45%51.76%-
XYZ13.2410.18.65-
YUV90.74121.38157.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.64%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=46.64%
G=25.44%
B=27.92%

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
Decimal132727900.450.400.4835329.4140
Hex84484F02D28301611d28
Octal20411011705550605413550
Binary1000010010010001001111010110110100011000010110000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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