#84434D

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

Shades of Solid Pink #84434D

Tints of Solid Pink #84434D

Color information

#84434D (or 0x84434D) is unknown color: approx Solid Pink. HEX triplet: 84, 43 and 4D. RGB value is (132,67,77). Sum of RGB (Red+Green+Blue) = 132+67+77=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84434D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84434D is #7BBCB2. Grayscale: #575757. Windows color (decimal): -8109235 or 5063556. OLE color: 5063556.

HSL color Cylindrical-coordinate representation of color #84434D: hue angle of 350.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84434D is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1326777-
CMYK00.490.420.48
HSL350.77º32.66%39.02%-
HSV(B)350.77º49.24%51.76%-
XYZ12.869.468.17-
YUV87.58122.03159.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 77 (30.47% from 255) = 27.90%
R=47.83%
G=24.28%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132677700.490.420.48350.7732.6639.02
Hex84434D0312A3015f2127
Octal20410311506152605374147
Binary10000100100001110011010110001101010110000101011111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84434D; }

 p { color: rgb(132,67,77); }

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

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

 a { background-color: rgb(132,67,77); }

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

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

 span { border-color: rgb(132,67,77); }

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