#84464E

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

Shades of Solid Pink #84464E

Tints of Solid Pink #84464E

Color information

#84464E (or 0x84464E) is unknown color: approx Solid Pink. HEX triplet: 84, 46 and 4E. RGB value is (132,70,78). Sum of RGB (Red+Green+Blue) = 132+70+78=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84464E is #7BB9B1. Grayscale: #595959. Windows color (decimal): -8108466 or 5129860. OLE color: 5129860.

HSL color Cylindrical-coordinate representation of color #84464E: hue angle of 352.26º 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 #84464E is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1327078-
CMYK00.470.410.48
HSL352.26º30.69%39.61%-
HSV(B)352.26º46.97%51.76%-
XYZ13.089.848.42-
YUV89.45121.54158.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=47.14%
G=25%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132707800.470.410.48352.2630.6939.61
Hex84464E02F29301601f28
Octal20410611605751605403750
Binary1000010010001101001110010111110100111000010110000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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