#82454A

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

Shades of Solid Pink #82454A

Tints of Solid Pink #82454A

Color information

#82454A (or 0x82454A) is unknown color: approx Solid Pink. HEX triplet: 82, 45 and 4A. RGB value is (130,69,74). Sum of RGB (Red+Green+Blue) = 130+69+74=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82454A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82454A is #7DBAB5. Grayscale: #575757. Windows color (decimal): -8239798 or 4867458. OLE color: 4867458.

HSL color Cylindrical-coordinate representation of color #82454A: hue angle of 355.08º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82454A is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1306974-
CMYK00.470.430.49
HSL355.08º30.65%39.02%-
HSV(B)355.08º46.92%50.98%-
XYZ12.579.57.65-
YUV87.81120.21158.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 74 (29.30% from 255) = 27.11%
R=47.62%
G=25.27%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130697400.470.430.49355.0830.6539.02
Hex82454A02F2B311631f27
Octal20210511205753615433747
Binary1000001010001011001010010111110101111000110110001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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