#84474A

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

Shades of Solid Pink #84474A

Tints of Solid Pink #84474A

Color information

#84474A (or 0x84474A) is unknown color: approx Solid Pink. HEX triplet: 84, 47 and 4A. RGB value is (132,71,74). Sum of RGB (Red+Green+Blue) = 132+71+74=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84474A is #7BB8B5. Grayscale: #595959. Windows color (decimal): -8108214 or 4867972. OLE color: 4867972.

HSL color Cylindrical-coordinate representation of color #84474A: hue angle of 357.05º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84474A is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1327174-
CMYK00.460.440.48
HSL357.05º30.05%39.8%-
HSV(B)357.05º46.21%51.76%-
XYZ139.917.71-
YUV89.58119.21158.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=47.65%
G=25.63%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132717400.460.440.48357.0530.0539.8
Hex84474A02E2C301651e28
Octal20410711205654605453650
Binary1000010010001111001010010111010110011000010110010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84474A; }

 p { color: rgb(132,71,74); }

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

<style>
 a { background-color: #84474A; }

 a { background-color: rgb(132,71,74); }

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

<style>
 span { border-color: #84474A; }

 span { border-color: rgb(132,71,74); }

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