#84434C

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

Shades of Solid Pink #84434C

Tints of Solid Pink #84434C

Color information

#84434C (or 0x84434C) is unknown color: approx Solid Pink. HEX triplet: 84, 43 and 4C. RGB value is (132,67,76). Sum of RGB (Red+Green+Blue) = 132+67+76=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84434C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84434C is #7BBCB3. Grayscale: #575757. Windows color (decimal): -8109236 or 4998020. OLE color: 4998020.

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

Color convert

RGB1326776-
CMYK00.490.420.48
HSL351.69º32.66%39.02%-
HSV(B)351.69º49.24%51.76%-
XYZ12.839.447.98-
YUV87.46121.53159.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 76 (30.08% from 255) = 27.64%
R=48%
G=24.36%
B=27.64%

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
Decimal132677600.490.420.48351.6932.6639.02
Hex84434C0312A301602127
Octal20410311406152605404147
Binary10000100100001110011000110001101010110000101100000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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