#836584

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

Shades of Trendy Pink #836584

Tints of Trendy Pink #836584

Color information

#836584 (or 0x836584) is unknown color: approx Trendy Pink. HEX triplet: 83, 65 and 84. RGB value is (131,101,132). Sum of RGB (Red+Green+Blue) = 131+101+132=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #836584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836584 is #7C9A7B. Grayscale: #717171. Windows color (decimal): -8166012 or 8676739. OLE color: 8676739.

HSL color Cylindrical-coordinate representation of color #836584: hue angle of 298.06º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #836584 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB131101132-
CMYK0.010.2300.48
HSL298.06º13.3%45.69%-
HSV(B)298.06º23.48%51.76%-
XYZ18.1815.823.92-
YUV113.5138.44140.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.99%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=35.99%
G=27.75%
B=36.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311011320.010.2300.48298.0613.345.69
Hex83658411703012ad2e
Octal2031452041270604521556
Binary1000001111001011000010011011101100001001010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836584; }

 p { color: rgb(131,101,132); }

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

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

 a { background-color: rgb(131,101,132); }

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

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

 span { border-color: rgb(131,101,132); }

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