#85437A

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

Shades of Trendy Pink #85437A

Tints of Trendy Pink #85437A

Color information

#85437A (or 0x85437A) is unknown color: approx Trendy Pink. HEX triplet: 85, 43 and 7A. RGB value is (133,67,122). Sum of RGB (Red+Green+Blue) = 133+67+122=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #85437A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85437A is #7ABC85. Grayscale: #5C5C5C. Windows color (decimal): -8043654 or 8012677. OLE color: 8012677.

HSL color Cylindrical-coordinate representation of color #85437A: hue angle of 310º 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 #85437A is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13367122-
CMYK00.500.080.48
HSL310º33%39.22%-
HSV(B)310º49.62%52.16%-
XYZ15.1910.4119.62-
YUV93144.37156.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 67 (26.56% from 255) = 20.81%
BLUE value IS 122 (48.05% from 255) = 37.89%
R=41.30%
G=20.81%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336712200.500.080.483103339.22
Hex85437A0328301362127
Octal20510317206210604664147
Binary100001011000011111101001100101000110000100110110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85437A; }

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

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

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

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

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

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

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

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