#82494E

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

Shades of Solid Pink #82494E

Tints of Solid Pink #82494E

Color information

#82494E (or 0x82494E) is unknown color: approx Solid Pink. HEX triplet: 82, 49 and 4E. RGB value is (130,73,78). Sum of RGB (Red+Green+Blue) = 130+73+78=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #82494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82494E is #7DB6B1. Grayscale: #5A5A5A. Windows color (decimal): -8238770 or 5130626. OLE color: 5130626.

HSL color Cylindrical-coordinate representation of color #82494E: hue angle of 354.74º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82494E is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1307378-
CMYK00.440.400.49
HSL354.74º28.08%39.8%-
HSV(B)354.74º43.85%50.98%-
XYZ12.9610.068.47-
YUV90.61120.88156.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=46.26%
G=25.98%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130737800.440.400.49354.7428.0839.8
Hex82494E02C28311631c28
Octal20211111605450615433450
Binary1000001010010011001110010110010100011000110110001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82494E; }

 p { color: rgb(130,73,78); }

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

<style>
 a { background-color: #82494E; }

 a { background-color: rgb(130,73,78); }

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

<style>
 span { border-color: #82494E; }

 span { border-color: rgb(130,73,78); }

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