#82474C

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

Shades of Solid Pink #82474C

Tints of Solid Pink #82474C

Color information

#82474C (or 0x82474C) is unknown color: approx Solid Pink. HEX triplet: 82, 47 and 4C. RGB value is (130,71,76). Sum of RGB (Red+Green+Blue) = 130+71+76=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82474C is #7DB8B3. Grayscale: #595959. Windows color (decimal): -8239284 or 4999042. OLE color: 4999042.

HSL color Cylindrical-coordinate representation of color #82474C: hue angle of 354.92º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82474C is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1307176-
CMYK00.450.420.49
HSL354.92º29.35%39.41%-
HSV(B)354.92º45.38%50.98%-
XYZ12.769.778.05-
YUV89.21120.55157.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=46.93%
G=25.63%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130717600.450.420.49354.9229.3539.41
Hex82474C02D2A311631d27
Octal20210711405552615433547
Binary1000001010001111001100010110110101011000110110001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82474C; }

 p { color: rgb(130,71,76); }

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

<style>
 a { background-color: #82474C; }

 a { background-color: rgb(130,71,76); }

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

<style>
 span { border-color: #82474C; }

 span { border-color: rgb(130,71,76); }

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