#84555B

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

Shades of Solid Pink #84555B

Tints of Solid Pink #84555B

Color information

#84555B (or 0x84555B) is unknown color: approx Solid Pink. HEX triplet: 84, 55 and 5B. RGB value is (132,85,91). Sum of RGB (Red+Green+Blue) = 132+85+91=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84555B is #7BAAA4. Grayscale: #636363. Windows color (decimal): -8104613 or 5985668. OLE color: 5985668.

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

Color convert

RGB1328591-
CMYK00.360.310.48
HSL352.34º21.66%42.55%-
HSV(B)352.34º35.61%51.76%-
XYZ14.6512.1611.47-
YUV99.74123.07151.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=42.86%
G=27.60%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132859100.360.310.48352.3421.6642.55
Hex84555B0241F30160162b
Octal20412513304437605402653
Binary100001001010101101101101001001111111000010110000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,85,91); }

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

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

 a { background-color: rgb(132,85,91); }

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

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

 span { border-color: rgb(132,85,91); }

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