#84424B

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

Shades of Solid Pink #84424B

Tints of Solid Pink #84424B

Color information

#84424B (or 0x84424B) is unknown color: approx Solid Pink. HEX triplet: 84, 42 and 4B. RGB value is (132,66,75). Sum of RGB (Red+Green+Blue) = 132+66+75=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #84424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84424B is #7BBDB4. Grayscale: #565656. Windows color (decimal): -8109493 or 4932228. OLE color: 4932228.

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

Color convert

RGB1326675-
CMYK00.50.430.48
HSL351.82º33.33%38.82%-
HSV(B)351.82º50%51.76%-
XYZ12.739.317.78-
YUV86.76121.37160.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=48.35%
G=24.18%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132667500.50.430.48351.8233.3338.82
Hex84424B0322B301602127
Octal20410211306253605404147
Binary10000100100001010010110110010101011110000101100000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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