#82464F

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

Shades of Solid Pink #82464F

Tints of Solid Pink #82464F

Color information

#82464F (or 0x82464F) is unknown color: approx Solid Pink. HEX triplet: 82, 46 and 4F. RGB value is (130,70,79). Sum of RGB (Red+Green+Blue) = 130+70+79=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #82464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82464F is #7DB9B0. Grayscale: #585858. Windows color (decimal): -8239537 or 5195394. OLE color: 5195394.

HSL color Cylindrical-coordinate representation of color #82464F: hue angle of 351º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82464F is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1307079-
CMYK00.460.390.49
HSL351º30%39.22%-
HSV(B)351º46.15%50.98%-
XYZ12.819.698.59-
YUV88.97122.38157.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 79 (31.25% from 255) = 28.32%
R=46.59%
G=25.09%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130707900.460.390.493513039.22
Hex82464F02E273115f1e27
Octal20210611705647615373647
Binary1000001010001101001111010111010011111000110101111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82464F; }

 p { color: rgb(130,70,79); }

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

<style>
 a { background-color: #82464F; }

 a { background-color: rgb(130,70,79); }

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

<style>
 span { border-color: #82464F; }

 span { border-color: rgb(130,70,79); }

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