#82434C

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

Shades of Solid Pink #82434C

Tints of Solid Pink #82434C

Color information

#82434C (or 0x82434C) is unknown color: approx Solid Pink. HEX triplet: 82, 43 and 4C. RGB value is (130,67,76). Sum of RGB (Red+Green+Blue) = 130+67+76=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82434C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82434C is #7DBCB3. Grayscale: #565656. Windows color (decimal): -8240308 or 4998018. OLE color: 4998018.

HSL color Cylindrical-coordinate representation of color #82434C: hue angle of 351.43º degrees, saturation: 0.32, 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 #82434C is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1306776-
CMYK00.480.420.49
HSL351.43º31.98%38.63%-
HSV(B)351.43º48.46%50.98%-
XYZ12.529.287.97-
YUV86.86121.87158.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 67 (26.56% from 255) = 24.54%
BLUE value IS 76 (30.08% from 255) = 27.84%
R=47.62%
G=24.54%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130677600.480.420.49351.4331.9838.63
Hex82434C0302A3115f2027
Octal20210311406052615374047
Binary10000010100001110011000110000101010110001101011111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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