#85637F

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

Shades of Trendy Pink #85637F

Tints of Trendy Pink #85637F

Color information

#85637F (or 0x85637F) is unknown color: approx Trendy Pink. HEX triplet: 85, 63 and 7F. RGB value is (133,99,127). Sum of RGB (Red+Green+Blue) = 133+99+127=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #85637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85637F is #7A9C80. Grayscale: #707070. Windows color (decimal): -8035457 or 8348549. OLE color: 8348549.

HSL color Cylindrical-coordinate representation of color #85637F: hue angle of 310.59º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85637F is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13399127-
CMYK00.260.050.48
HSL310.59º14.66%45.49%-
HSV(B)310.59º25.56%52.16%-
XYZ17.9715.4422.11-
YUV112.36136.26142.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 127 (50% from 255) = 35.38%
R=37.05%
G=27.58%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339912700.260.050.48310.5914.6645.49
Hex85637F01A530137f2d
Octal2051431770325604671755
Binary10000101110001111111110110101011100001001101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85637F; }

 p { color: rgb(133,99,127); }

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

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

 a { background-color: rgb(133,99,127); }

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

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

 span { border-color: rgb(133,99,127); }

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