#82447A

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

Shades of Trendy Pink #82447A

Tints of Trendy Pink #82447A

Color information

#82447A (or 0x82447A) is unknown color: approx Trendy Pink. HEX triplet: 82, 44 and 7A. RGB value is (130,68,122). Sum of RGB (Red+Green+Blue) = 130+68+122=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #82447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82447A is #7DBB85. Grayscale: #5C5C5C. Windows color (decimal): -8240006 or 8012930. OLE color: 8012930.

HSL color Cylindrical-coordinate representation of color #82447A: hue angle of 307.74º 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 #82447A is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB13068122-
CMYK00.480.060.49
HSL307.74º31.31%38.82%-
HSV(B)307.74º47.69%50.98%-
XYZ14.7910.2919.62-
YUV92.69144.54154.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=40.62%
G=21.25%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306812200.480.060.49307.7431.3138.82
Hex82447A0306311341f27
Octal2021041720606614643747
Binary1000001010001001111010011000011011000110011010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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