#824648

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

Shades of Solid Pink #824648

Tints of Solid Pink #824648

Color information

#824648 (or 0x824648) is unknown color: approx Solid Pink. HEX triplet: 82, 46 and 48. RGB value is (130,70,72). Sum of RGB (Red+Green+Blue) = 130+70+72=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #824648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824648 is #7DB9B7. Grayscale: #585858. Windows color (decimal): -8239544 or 4736642. OLE color: 4736642.

HSL color Cylindrical-coordinate representation of color #824648: hue angle of 358º 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 #824648 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1307072-
CMYK00.460.450.49
HSL358º30%39.22%-
HSV(B)358º46.15%50.98%-
XYZ12.579.597.32-
YUV88.17118.88157.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=47.79%
G=25.74%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130707200.460.450.493583039.22
Hex82464802E2D311661e27
Octal20210611005655615463647
Binary1000001010001101001000010111010110111000110110011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824648; }

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

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

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

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

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

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

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

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