#824649

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

Shades of Solid Pink #824649

Tints of Solid Pink #824649

Color information

#824649 (or 0x824649) is unknown color: approx Solid Pink. HEX triplet: 82, 46 and 49. RGB value is (130,70,73). Sum of RGB (Red+Green+Blue) = 130+70+73=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #824649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824649 is #7DB9B6. Grayscale: #585858. Windows color (decimal): -8239543 or 4802178. OLE color: 4802178.

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

Color convert

RGB1307073-
CMYK00.460.440.49
HSL357º30%39.22%-
HSV(B)357º46.15%50.98%-
XYZ12.69.617.49-
YUV88.28119.38157.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 73 (28.91% from 255) = 26.74%
R=47.62%
G=25.64%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130707300.460.440.493573039.22
Hex82464902E2C311651e27
Octal20210611105654615453647
Binary1000001010001101001001010111010110011000110110010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824649; }

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

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

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

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

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

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

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

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