#824849

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

Shades of Solid Pink #824849

Tints of Solid Pink #824849

Color information

#824849 (or 0x824849) is unknown color: approx Solid Pink. HEX triplet: 82, 48 and 49. RGB value is (130,72,73). Sum of RGB (Red+Green+Blue) = 130+72+73=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #824849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824849 is #7DB7B6. Grayscale: #595959. Windows color (decimal): -8239031 or 4802690. OLE color: 4802690.

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

Color convert

RGB1307273-
CMYK00.450.440.49
HSL358.97º28.71%39.61%-
HSV(B)358.97º44.62%50.98%-
XYZ12.739.867.54-
YUV89.46118.72156.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=47.27%
G=26.18%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130727300.450.440.49358.9728.7139.61
Hex82484902D2C311671d28
Octal20211011105554615473550
Binary1000001010010001001001010110110110011000110110011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824849; }

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

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

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

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

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

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

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

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