#84444A

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

Shades of Solid Pink #84444A

Tints of Solid Pink #84444A

Color information

#84444A (or 0x84444A) is unknown color: approx Solid Pink. HEX triplet: 84, 44 and 4A. RGB value is (132,68,74). Sum of RGB (Red+Green+Blue) = 132+68+74=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84444A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84444A is #7BBBB5. Grayscale: #575757. Windows color (decimal): -8108982 or 4867204. OLE color: 4867204.

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

Color convert

RGB1326874-
CMYK00.480.440.48
HSL354.38º32%39.22%-
HSV(B)354.38º48.48%51.76%-
XYZ12.829.537.64-
YUV87.82120.2159.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 68 (26.95% from 255) = 24.82%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=48.18%
G=24.82%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132687400.480.440.48354.383239.22
Hex84444A0302C301622027
Octal20410411206054605424047
Binary10000100100010010010100110000101100110000101100010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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