#82424B

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

Shades of Solid Pink #82424B

Tints of Solid Pink #82424B

Color information

#82424B (or 0x82424B) is unknown color: approx Solid Pink. HEX triplet: 82, 42 and 4B. RGB value is (130,66,75). Sum of RGB (Red+Green+Blue) = 130+66+75=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82424B is #7DBDB4. Grayscale: #565656. Windows color (decimal): -8240565 or 4932226. OLE color: 4932226.

HSL color Cylindrical-coordinate representation of color #82424B: hue angle of 351.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82424B is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1306675-
CMYK00.490.420.49
HSL351.56º32.65%38.43%-
HSV(B)351.56º49.23%50.98%-
XYZ12.429.157.77-
YUV86.16121.7159.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=47.97%
G=24.35%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130667500.490.420.49351.5632.6538.43
Hex82424B0312A311602126
Octal20210211306152615404146
Binary10000010100001010010110110001101010110001101100000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82424B; }

 p { color: rgb(130,66,75); }

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

<style>
 a { background-color: #82424B; }

 a { background-color: rgb(130,66,75); }

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

<style>
 span { border-color: #82424B; }

 span { border-color: rgb(130,66,75); }

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