#854374

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

Shades of Trendy Pink #854374

Tints of Trendy Pink #854374

Color information

#854374 (or 0x854374) is unknown color: approx Trendy Pink. HEX triplet: 85, 43 and 74. RGB value is (133,67,116). Sum of RGB (Red+Green+Blue) = 133+67+116=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #854374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854374 is #7ABC8B. Grayscale: #5C5C5C. Windows color (decimal): -8043660 or 7619461. OLE color: 7619461.

HSL color Cylindrical-coordinate representation of color #854374: hue angle of 315.45º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854374 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB13367116-
CMYK00.500.130.48
HSL315.45º33%39.22%-
HSV(B)315.45º49.62%52.16%-
XYZ14.8310.2617.72-
YUV92.32141.37157.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 67 (26.56% from 255) = 21.20%
BLUE value IS 116 (45.70% from 255) = 36.71%
R=42.09%
G=21.20%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336711600.500.130.48315.453339.22
Hex854374032D3013b2127
Octal20510316406215604734147
Binary100001011000011111010001100101101110000100111011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854374; }

 p { color: rgb(133,67,116); }

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

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

 a { background-color: rgb(133,67,116); }

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

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

 span { border-color: rgb(133,67,116); }

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