#824149

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

Shades of Solid Pink #824149

Tints of Solid Pink #824149

Color information

#824149 (or 0x824149) is unknown color: approx Solid Pink. HEX triplet: 82, 41 and 49. RGB value is (130,65,73). Sum of RGB (Red+Green+Blue) = 130+65+73=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #824149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824149 is #7DBEB6. Grayscale: #555555. Windows color (decimal): -8240823 or 4800898. OLE color: 4800898.

HSL color Cylindrical-coordinate representation of color #824149: hue angle of 352.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824149 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1306573-
CMYK00.500.440.49
HSL352.62º33.33%38.24%-
HSV(B)352.62º50%50.98%-
XYZ12.39.017.39-
YUV85.35121.03159.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=48.51%
G=24.25%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130657300.500.440.49352.6233.3338.24
Hex8241490322C311612126
Octal20210111106254615414146
Binary10000010100000110010010110010101100110001101100001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824149; }

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

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

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

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

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

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

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

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