#845488

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

Shades of Trendy Pink #845488

Tints of Trendy Pink #845488

Color information

#845488 (or 0x845488) is unknown color: approx Trendy Pink. HEX triplet: 84, 54 and 88. RGB value is (132,84,136). Sum of RGB (Red+Green+Blue) = 132+84+136=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #845488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845488 is #7BAB77. Grayscale: #686868. Windows color (decimal): -8104824 or 8934532. OLE color: 8934532.

HSL color Cylindrical-coordinate representation of color #845488: hue angle of 295.38º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #845488 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13284136-
CMYK0.030.3800.47
HSL295.38º23.64%43.14%-
HSV(B)295.38º38.24%53.33%-
XYZ17.1313.0224.9-
YUV104.28145.9147.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 136 (53.52% from 255) = 38.64%
R=37.5%
G=23.86%
B=38.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132841360.030.3800.47295.3823.6443.14
Hex84548832602F127182b
Octal2041242103460574473053
Binary1000010010101001000100011100110010111110010011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845488; }

 p { color: rgb(132,84,136); }

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

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

 a { background-color: rgb(132,84,136); }

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

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

 span { border-color: rgb(132,84,136); }

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