#82464E

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

Shades of Solid Pink #82464E

Tints of Solid Pink #82464E

Color information

#82464E (or 0x82464E) is unknown color: approx Solid Pink. HEX triplet: 82, 46 and 4E. RGB value is (130,70,78). Sum of RGB (Red+Green+Blue) = 130+70+78=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #82464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82464E is #7DB9B1. Grayscale: #585858. Windows color (decimal): -8239538 or 5129858. OLE color: 5129858.

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

Color convert

RGB1307078-
CMYK00.460.400.49
HSL352º30%39.22%-
HSV(B)352º46.15%50.98%-
XYZ12.779.688.4-
YUV88.85121.88157.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 70 (27.73% from 255) = 25.18%
BLUE value IS 78 (30.86% from 255) = 28.06%
R=46.76%
G=25.18%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130707800.460.400.493523039.22
Hex82464E02E28311601e27
Octal20210611605650615403647
Binary1000001010001101001110010111010100011000110110000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,70,78); }

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

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

 a { background-color: rgb(130,70,78); }

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

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

 span { border-color: rgb(130,70,78); }

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