#82434D

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

Shades of Solid Pink #82434D

Tints of Solid Pink #82434D

Color information

#82434D (or 0x82434D) is unknown color: approx Solid Pink. HEX triplet: 82, 43 and 4D. RGB value is (130,67,77). Sum of RGB (Red+Green+Blue) = 130+67+77=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82434D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82434D is #7DBCB2. Grayscale: #575757. Windows color (decimal): -8240307 or 5063554. OLE color: 5063554.

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

Color convert

RGB1306777-
CMYK00.480.410.49
HSL350.48º31.98%38.63%-
HSV(B)350.48º48.46%50.98%-
XYZ12.559.38.15-
YUV86.98122.37158.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 77 (30.47% from 255) = 28.10%
R=47.45%
G=24.45%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130677700.480.410.49350.4831.9838.63
Hex82434D030293115e2027
Octal20210311506051615364047
Binary10000010100001110011010110000101001110001101011110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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