#845558

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

Shades of Solid Pink #845558

Tints of Solid Pink #845558

Color information

#845558 (or 0x845558) is unknown color: approx Solid Pink. HEX triplet: 84, 55 and 58. RGB value is (132,85,88). Sum of RGB (Red+Green+Blue) = 132+85+88=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #845558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845558 is #7BAAA7. Grayscale: #636363. Windows color (decimal): -8104616 or 5789060. OLE color: 5789060.

HSL color Cylindrical-coordinate representation of color #845558: hue angle of 356.17º 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 #845558 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB1328588-
CMYK00.360.330.48
HSL356.17º21.66%42.55%-
HSV(B)356.17º35.61%51.76%-
XYZ14.5312.1110.8-
YUV99.4121.57151.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.28%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 88 (34.77% from 255) = 28.85%
R=43.28%
G=27.87%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132858800.360.330.48356.1721.6642.55
Hex8455580242130164162b
Octal20412513004441605442653
Binary1000010010101011011000010010010000111000010110010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845558; }

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

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

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

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

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

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

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

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