#82464A

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

Shades of Solid Pink #82464A

Tints of Solid Pink #82464A

Color information

#82464A (or 0x82464A) is unknown color: approx Solid Pink. HEX triplet: 82, 46 and 4A. RGB value is (130,70,74). Sum of RGB (Red+Green+Blue) = 130+70+74=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82464A is #7DB9B5. Grayscale: #585858. Windows color (decimal): -8239542 or 4867714. OLE color: 4867714.

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

Color convert

RGB1307074-
CMYK00.460.430.49
HSL356º30%39.22%-
HSV(B)356º46.15%50.98%-
XYZ12.639.627.67-
YUV88.4119.88157.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 70 (27.73% from 255) = 25.55%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=47.45%
G=25.55%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130707400.460.430.493563039.22
Hex82464A02E2B311641e27
Octal20210611205653615443647
Binary1000001010001101001010010111010101111000110110010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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