#82427D

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

Shades of Trendy Pink #82427D

Tints of Trendy Pink #82427D

Color information

#82427D (or 0x82427D) is unknown color: approx Trendy Pink. HEX triplet: 82, 42 and 7D. RGB value is (130,66,125). Sum of RGB (Red+Green+Blue) = 130+66+125=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82427D is #7DBD82. Grayscale: #5B5B5B. Windows color (decimal): -8240515 or 8209026. OLE color: 8209026.

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

Color convert

RGB13066125-
CMYK00.490.040.49
HSL304.69º32.65%38.43%-
HSV(B)304.69º49.23%50.98%-
XYZ14.8610.1220.57-
YUV91.86146.7155.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 125 (49.22% from 255) = 38.94%
R=40.50%
G=20.56%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306612500.490.040.49304.6932.6538.43
Hex82427D0314311312126
Octal2021021750614614614146
Binary10000010100001011111010110001100110001100110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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