#836585

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

Shades of Trendy Pink #836585

Tints of Trendy Pink #836585

Color information

#836585 (or 0x836585) is unknown color: approx Trendy Pink. HEX triplet: 83, 65 and 85. RGB value is (131,101,133). Sum of RGB (Red+Green+Blue) = 131+101+133=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #836585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836585 is #7C9A7A. Grayscale: #717171. Windows color (decimal): -8166011 or 8742275. OLE color: 8742275.

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

Color convert

RGB131101133-
CMYK0.020.2400.48
HSL296.25º13.68%45.88%-
HSV(B)296.25º24.06%52.16%-
XYZ18.2515.8324.28-
YUV113.62138.94140.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=35.89%
G=27.67%
B=36.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311011330.020.2400.48296.2513.6845.88
Hex836585218030128e2e
Octal2031452052300604501656
Binary10000011110010110000101101100001100001001010001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836585; }

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

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

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

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

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

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

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

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