#836280

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

Shades of Trendy Pink #836280

Tints of Trendy Pink #836280

Color information

#836280 (or 0x836280) is unknown color: approx Trendy Pink. HEX triplet: 83, 62 and 80. RGB value is (131,98,128). Sum of RGB (Red+Green+Blue) = 131+98+128=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 131 - color contains mainly: red. Hex color #836280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836280 is #7C9D7F. Grayscale: #6F6F6F. Windows color (decimal): -8166784 or 8413827. OLE color: 8413827.

HSL color Cylindrical-coordinate representation of color #836280: hue angle of 305.45º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #836280 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13198128-
CMYK00.250.020.49
HSL305.45º14.41%44.9%-
HSV(B)305.45º25.19%51.37%-
XYZ17.6215.1222.41-
YUV111.29137.43142.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.69%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=36.69%
G=27.45%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319812800.250.020.49305.4514.4144.9
Hex836280019231131e2d
Octal2031422000312614611655
Binary10000011110001010000000011001101100011001100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836280; }

 p { color: rgb(131,98,128); }

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

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

 a { background-color: rgb(131,98,128); }

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

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

 span { border-color: rgb(131,98,128); }

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