#84464B

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

Shades of Solid Pink #84464B

Tints of Solid Pink #84464B

Color information

#84464B (or 0x84464B) is unknown color: approx Solid Pink. HEX triplet: 84, 46 and 4B. RGB value is (132,70,75). Sum of RGB (Red+Green+Blue) = 132+70+75=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84464B is #7BB9B4. Grayscale: #595959. Windows color (decimal): -8108469 or 4933252. OLE color: 4933252.

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

Color convert

RGB1327075-
CMYK00.470.430.48
HSL355.16º30.69%39.61%-
HSV(B)355.16º46.97%51.76%-
XYZ12.989.797.86-
YUV89.11120.04158.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=47.65%
G=25.27%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132707500.470.430.48355.1630.6939.61
Hex84464B02F2B301631f28
Octal20410611305753605433750
Binary1000010010001101001011010111110101111000010110001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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