#82537E

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

Shades of Trendy Pink #82537E

Tints of Trendy Pink #82537E

Color information

#82537E (or 0x82537E) is unknown color: approx Trendy Pink. HEX triplet: 82, 53 and 7E. RGB value is (130,83,126). Sum of RGB (Red+Green+Blue) = 130+83+126=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #82537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82537E is #7DAC81. Grayscale: #656565. Windows color (decimal): -8236162 or 8278914. OLE color: 8278914.

HSL color Cylindrical-coordinate representation of color #82537E: hue angle of 305.11º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82537E is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB13083126-
CMYK00.360.030.49
HSL305.11º22.07%41.76%-
HSV(B)305.11º36.15%50.98%-
XYZ16.0712.4421.29-
YUV101.96141.57148-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 83 (32.81% from 255) = 24.48%
BLUE value IS 126 (49.61% from 255) = 37.17%
R=38.35%
G=24.48%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308312600.360.030.49305.1122.0741.76
Hex82537E024331131162a
Octal2021231760443614612652
Binary100000101010011111111001001001111000110011000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82537E; }

 p { color: rgb(130,83,126); }

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

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

 a { background-color: rgb(130,83,126); }

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

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

 span { border-color: rgb(130,83,126); }

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