#82447E

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

Shades of Trendy Pink #82447E

Tints of Trendy Pink #82447E

Color information

#82447E (or 0x82447E) is unknown color: approx Trendy Pink. HEX triplet: 82, 44 and 7E. RGB value is (130,68,126). Sum of RGB (Red+Green+Blue) = 130+68+126=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #82447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82447E is #7DBB81. Grayscale: #5C5C5C. Windows color (decimal): -8240002 or 8275074. OLE color: 8275074.

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

Color convert

RGB13068126-
CMYK00.480.030.49
HSL303.87º31.31%38.82%-
HSV(B)303.87º47.69%50.98%-
XYZ15.0410.3920.95-
YUV93.15146.54154.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 126 (49.61% from 255) = 38.89%
R=40.12%
G=20.99%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306812600.480.030.49303.8731.3138.82
Hex82447E0303311301f27
Octal2021041760603614603747
Binary100000101000100111111001100001111000110011000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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