#82464B

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

Shades of Solid Pink #82464B

Tints of Solid Pink #82464B

Color information

#82464B (or 0x82464B) is unknown color: approx Solid Pink. HEX triplet: 82, 46 and 4B. RGB value is (130,70,75). Sum of RGB (Red+Green+Blue) = 130+70+75=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82464B is #7DB9B4. Grayscale: #585858. Windows color (decimal): -8239541 or 4933250. OLE color: 4933250.

HSL color Cylindrical-coordinate representation of color #82464B: hue angle of 355º 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 #82464B is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1307075-
CMYK00.460.420.49
HSL355º30%39.22%-
HSV(B)355º46.15%50.98%-
XYZ12.679.637.85-
YUV88.51120.38157.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=47.27%
G=25.45%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130707500.460.420.493553039.22
Hex82464B02E2A311631e27
Octal20210611305652615433647
Binary1000001010001101001011010111010101011000110110001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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