#845155

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

Shades of Solid Pink #845155

Tints of Solid Pink #845155

Color information

#845155 (or 0x845155) is unknown color: approx Solid Pink. HEX triplet: 84, 51 and 55. RGB value is (132,81,85). Sum of RGB (Red+Green+Blue) = 132+81+85=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #845155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845155 is #7BAEAA. Grayscale: #606060. Windows color (decimal): -8105643 or 5591428. OLE color: 5591428.

HSL color Cylindrical-coordinate representation of color #845155: hue angle of 355.29º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #845155 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1328185-
CMYK00.390.360.48
HSL355.29º23.94%41.76%-
HSV(B)355.29º38.64%51.76%-
XYZ14.111.4510.06-
YUV96.7121.4153.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 85 (33.59% from 255) = 28.52%
R=44.30%
G=27.18%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132818500.390.360.48355.2923.9441.76
Hex8451550272430163182a
Octal20412112504744605433052
Binary1000010010100011010101010011110010011000010110001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845155; }

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

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

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

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

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

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

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

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