#845556

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

Shades of Solid Pink #845556

Tints of Solid Pink #845556

Color information

#845556 (or 0x845556) is unknown color: approx Solid Pink. HEX triplet: 84, 55 and 56. RGB value is (132,85,86). Sum of RGB (Red+Green+Blue) = 132+85+86=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #845556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845556 is #7BAAA9. Grayscale: #636363. Windows color (decimal): -8104618 or 5657988. OLE color: 5657988.

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

Color convert

RGB1328586-
CMYK00.360.350.48
HSL358.72º21.66%42.55%-
HSV(B)358.72º35.61%51.76%-
XYZ14.4412.0710.37-
YUV99.17120.57151.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 86 (33.98% from 255) = 28.38%
R=43.56%
G=28.05%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132858600.360.350.48358.7221.6642.55
Hex8455560242330167162b
Octal20412512604443605472653
Binary1000010010101011010110010010010001111000010110011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845556; }

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

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

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

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

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

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

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

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