#837185

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

Shades of Trendy Pink #837185

Tints of Trendy Pink #837185

Color information

#837185 (or 0x837185) is unknown color: approx Trendy Pink. HEX triplet: 83, 71 and 85. RGB value is (131,113,133). Sum of RGB (Red+Green+Blue) = 131+113+133=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 133 - color contains mainly: blue. Hex color #837185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837185 is #7C8E7A. Grayscale: #787878. Windows color (decimal): -8162939 or 8745347. OLE color: 8745347.

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

Color convert

RGB131113133-
CMYK0.020.1500.48
HSL294º8.13%48.24%-
HSV(B)294º15.04%52.16%-
XYZ19.518.3324.7-
YUV120.66134.96135.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.75%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=34.75%
G=29.97%
B=35.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311131330.020.1500.482948.1348.24
Hex8371852F030126830
Octal2031612052170604461060
Binary1000001111100011000010110111101100001001001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837185; }

 p { color: rgb(131,113,133); }

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

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

 a { background-color: rgb(131,113,133); }

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

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

 span { border-color: rgb(131,113,133); }

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