#84464D

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

Shades of Solid Pink #84464D

Tints of Solid Pink #84464D

Color information

#84464D (or 0x84464D) is unknown color: approx Solid Pink. HEX triplet: 84, 46 and 4D. RGB value is (132,70,77). Sum of RGB (Red+Green+Blue) = 132+70+77=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84464D is #7BB9B2. Grayscale: #595959. Windows color (decimal): -8108467 or 5064324. OLE color: 5064324.

HSL color Cylindrical-coordinate representation of color #84464D: hue angle of 353.23º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84464D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1327077-
CMYK00.470.420.48
HSL353.23º30.69%39.61%-
HSV(B)353.23º46.97%51.76%-
XYZ13.059.828.23-
YUV89.34121.04158.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=47.31%
G=25.09%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132707700.470.420.48353.2330.6939.61
Hex84464D02F2A301611f28
Octal20410611505752605413750
Binary1000010010001101001101010111110101011000010110000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84464D; }

 p { color: rgb(132,70,77); }

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

<style>
 a { background-color: #84464D; }

 a { background-color: rgb(132,70,77); }

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

<style>
 span { border-color: #84464D; }

 span { border-color: rgb(132,70,77); }

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