#837286

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

Shades of Trendy Pink #837286

Tints of Trendy Pink #837286

Color information

#837286 (or 0x837286) is unknown color: approx Trendy Pink. HEX triplet: 83, 72 and 86. RGB value is (131,114,134). Sum of RGB (Red+Green+Blue) = 131+114+134=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 134 - color contains mainly: blue. Hex color #837286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837286 is #7C8D79. Grayscale: #797979. Windows color (decimal): -8162682 or 8811139. OLE color: 8811139.

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

Color convert

RGB131114134-
CMYK0.020.1500.47
HSL291º8.06%48.63%-
HSV(B)291º14.93%52.55%-
XYZ19.6818.5825.1-
YUV121.36135.13134.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 134 (52.73% from 255) = 35.36%
R=34.56%
G=30.08%
B=35.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311141340.020.1500.472918.0648.63
Hex8372862F02F123831
Octal2031622062170574431061
Binary1000001111100101000011010111101011111001000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837286; }

 p { color: rgb(131,114,134); }

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

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

 a { background-color: rgb(131,114,134); }

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

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

 span { border-color: rgb(131,114,134); }

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