#837085

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

Shades of Trendy Pink #837085

Tints of Trendy Pink #837085

Color information

#837085 (or 0x837085) is unknown color: approx Trendy Pink. HEX triplet: 83, 70 and 85. RGB value is (131,112,133). Sum of RGB (Red+Green+Blue) = 131+112+133=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 133 - color contains mainly: blue. Hex color #837085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837085 is #7C8F7A. Grayscale: #787878. Windows color (decimal): -8163195 or 8745091. OLE color: 8745091.

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

Color convert

RGB131112133-
CMYK0.020.1600.48
HSL294.29º8.57%48.04%-
HSV(B)294.29º15.79%52.16%-
XYZ19.3918.1124.66-
YUV120.08135.29135.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.84%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=34.84%
G=29.79%
B=35.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311121330.020.1600.48294.298.5748.04
Hex837085210030126930
Octal2031602052200604461160
Binary10000011111000010000101101000001100001001001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837085; }

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

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

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

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

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

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

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

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