#845259

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

Shades of Solid Pink #845259

Tints of Solid Pink #845259

Color information

#845259 (or 0x845259) is unknown color: approx Solid Pink. HEX triplet: 84, 52 and 59. RGB value is (132,82,89). Sum of RGB (Red+Green+Blue) = 132+82+89=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #845259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845259 is #7BADA6. Grayscale: #616161. Windows color (decimal): -8105383 or 5853828. OLE color: 5853828.

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

Color convert

RGB1328289-
CMYK00.380.330.48
HSL351.6º23.36%41.96%-
HSV(B)351.6º37.88%51.76%-
XYZ14.3411.6610.95-
YUV97.75123.06152.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 89 (35.16% from 255) = 29.37%
R=43.56%
G=27.06%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132828900.380.330.48351.623.3641.96
Hex8452590262130160172a
Octal20412213104641605402752
Binary1000010010100101011001010011010000111000010110000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845259; }

 p { color: rgb(132,82,89); }

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

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

 a { background-color: rgb(132,82,89); }

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

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

 span { border-color: rgb(132,82,89); }

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