#845074

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

Shades of Trendy Pink #845074

Tints of Trendy Pink #845074

Color information

#845074 (or 0x845074) is unknown color: approx Trendy Pink. HEX triplet: 84, 50 and 74. RGB value is (132,80,116). Sum of RGB (Red+Green+Blue) = 132+80+116=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #845074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845074 is #7BAF8B. Grayscale: #636363. Windows color (decimal): -8105868 or 7622788. OLE color: 7622788.

HSL color Cylindrical-coordinate representation of color #845074: hue angle of 318.46º degrees, saturation: 0.25, 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 #845074 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13280116-
CMYK00.390.120.48
HSL318.46º24.53%41.57%-
HSV(B)318.46º39.39%51.76%-
XYZ15.5411.918-
YUV99.65137.23151.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 116 (45.70% from 255) = 35.37%
R=40.24%
G=24.39%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328011600.390.120.48318.4624.5341.57
Hex845074027C3013e192a
Octal20412016404714604763152
Binary10000100101000011101000100111110011000010011111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845074; }

 p { color: rgb(132,80,116); }

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

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

 a { background-color: rgb(132,80,116); }

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

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

 span { border-color: rgb(132,80,116); }

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