#82434A

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

Shades of Solid Pink #82434A

Tints of Solid Pink #82434A

Color information

#82434A (or 0x82434A) is unknown color: approx Solid Pink. HEX triplet: 82, 43 and 4A. RGB value is (130,67,74). Sum of RGB (Red+Green+Blue) = 130+67+74=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82434A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82434A is #7DBCB5. Grayscale: #565656. Windows color (decimal): -8240310 or 4866946. OLE color: 4866946.

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

Color convert

RGB1306774-
CMYK00.480.430.49
HSL353.33º31.98%38.63%-
HSV(B)353.33º48.46%50.98%-
XYZ12.459.257.61-
YUV86.64120.87158.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 74 (29.30% from 255) = 27.31%
R=47.97%
G=24.72%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130677400.480.430.49353.3331.9838.63
Hex82434A0302B311612027
Octal20210311206053615414047
Binary10000010100001110010100110000101011110001101100001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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