#82637F

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

Shades of Trendy Pink #82637F

Tints of Trendy Pink #82637F

Color information

#82637F (or 0x82637F) is unknown color: approx Trendy Pink. HEX triplet: 82, 63 and 7F. RGB value is (130,99,127). Sum of RGB (Red+Green+Blue) = 130+99+127=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #82637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82637F is #7D9C80. Grayscale: #6F6F6F. Windows color (decimal): -8232065 or 8348546. OLE color: 8348546.

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

Color convert

RGB13099127-
CMYK00.240.020.49
HSL305.81º13.54%44.9%-
HSV(B)305.81º23.85%50.98%-
XYZ17.515.222.09-
YUV111.46136.77141.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 127 (50% from 255) = 35.67%
R=36.52%
G=27.81%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309912700.240.020.49305.8113.5444.9
Hex82637F018231132e2d
Octal2021431770302614621655
Binary1000001011000111111111011000101100011001100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82637F; }

 p { color: rgb(130,99,127); }

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

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

 a { background-color: rgb(130,99,127); }

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

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

 span { border-color: rgb(130,99,127); }

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