#82444C

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

Shades of Solid Pink #82444C

Tints of Solid Pink #82444C

Color information

#82444C (or 0x82444C) is unknown color: approx Solid Pink. HEX triplet: 82, 44 and 4C. RGB value is (130,68,76). Sum of RGB (Red+Green+Blue) = 130+68+76=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82444C is #7DBBB3. Grayscale: #575757. Windows color (decimal): -8240052 or 4998274. OLE color: 4998274.

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

Color convert

RGB1306876-
CMYK00.480.420.49
HSL352.26º31.31%38.82%-
HSV(B)352.26º47.69%50.98%-
XYZ12.589.47.99-
YUV87.45121.54158.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 68 (26.95% from 255) = 24.82%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=47.45%
G=24.82%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130687600.480.420.49352.2631.3138.82
Hex82444C0302A311601f27
Octal20210411406052615403747
Binary1000001010001001001100011000010101011000110110000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82444C; }

 p { color: rgb(130,68,76); }

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

<style>
 a { background-color: #82444C; }

 a { background-color: rgb(130,68,76); }

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

<style>
 span { border-color: #82444C; }

 span { border-color: rgb(130,68,76); }

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