#82464D

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

Shades of Solid Pink #82464D

Tints of Solid Pink #82464D

Color information

#82464D (or 0x82464D) is unknown color: approx Solid Pink. HEX triplet: 82, 46 and 4D. RGB value is (130,70,77). Sum of RGB (Red+Green+Blue) = 130+70+77=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82464D is #7DB9B2. Grayscale: #585858. Windows color (decimal): -8239539 or 5064322. OLE color: 5064322.

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

Color convert

RGB1307077-
CMYK00.460.410.49
HSL353º30%39.22%-
HSV(B)353º46.15%50.98%-
XYZ12.749.668.21-
YUV88.74121.38157.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=46.93%
G=25.27%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130707700.460.410.493533039.22
Hex82464D02E29311611e27
Octal20210611505651615413647
Binary1000001010001101001101010111010100111000110110000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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