#82507D

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

Shades of Trendy Pink #82507D

Tints of Trendy Pink #82507D

Color information

#82507D (or 0x82507D) is unknown color: approx Trendy Pink. HEX triplet: 82, 50 and 7D. RGB value is (130,80,125). Sum of RGB (Red+Green+Blue) = 130+80+125=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #82507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82507D is #7DAF82. Grayscale: #636363. Windows color (decimal): -8236931 or 8212610. OLE color: 8212610.

HSL color Cylindrical-coordinate representation of color #82507D: hue angle of 306º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82507D is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB13080125-
CMYK00.380.040.49
HSL306º23.81%41.18%-
HSV(B)306º38.46%50.98%-
XYZ15.7811.9620.88-
YUV100.08142.06149.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 125 (49.22% from 255) = 37.31%
R=38.81%
G=23.88%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308012500.380.040.4930623.8141.18
Hex82507D0264311321829
Octal2021201750464614623051
Binary1000001010100001111101010011010011000110011001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82507D; }

 p { color: rgb(130,80,125); }

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

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

 a { background-color: rgb(130,80,125); }

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

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

 span { border-color: rgb(130,80,125); }

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