#84484B

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

Shades of Solid Pink #84484B

Tints of Solid Pink #84484B

Color information

#84484B (or 0x84484B) is unknown color: approx Solid Pink. HEX triplet: 84, 48 and 4B. RGB value is (132,72,75). Sum of RGB (Red+Green+Blue) = 132+72+75=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84484B is #7BB7B4. Grayscale: #5A5A5A. Windows color (decimal): -8107957 or 4933764. OLE color: 4933764.

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

Color convert

RGB1327275-
CMYK00.450.430.48
HSL357º29.41%40%-
HSV(B)357º45.45%51.76%-
XYZ13.110.057.91-
YUV90.28119.38157.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 72 (28.52% from 255) = 25.81%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=47.31%
G=25.81%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132727500.450.430.4835729.4140
Hex84484B02D2B301651d28
Octal20411011305553605453550
Binary1000010010010001001011010110110101111000010110010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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