#84454D

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

Shades of Solid Pink #84454D

Tints of Solid Pink #84454D

Color information

#84454D (or 0x84454D) is unknown color: approx Solid Pink. HEX triplet: 84, 45 and 4D. RGB value is (132,69,77). Sum of RGB (Red+Green+Blue) = 132+69+77=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84454D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84454D is #7BBAB2. Grayscale: #585858. Windows color (decimal): -8108723 or 5064068. OLE color: 5064068.

HSL color Cylindrical-coordinate representation of color #84454D: hue angle of 352.38º degrees, saturation: 0.31, 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 #84454D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1326977-
CMYK00.480.420.48
HSL352.38º31.34%39.41%-
HSV(B)352.38º47.73%51.76%-
XYZ12.989.78.21-
YUV88.75121.37158.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 77 (30.47% from 255) = 27.70%
R=47.48%
G=24.82%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132697700.480.420.48352.3831.3439.41
Hex84454D0302A301601f27
Octal20410511506052605403747
Binary1000010010001011001101011000010101011000010110000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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