#824048

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

Shades of Solid Pink #824048

Tints of Solid Pink #824048

Color information

#824048 (or 0x824048) is unknown color: approx Solid Pink. HEX triplet: 82, 40 and 48. RGB value is (130,64,72). Sum of RGB (Red+Green+Blue) = 130+64+72=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #824048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824048 is #7DBFB7. Grayscale: #545454. Windows color (decimal): -8241080 or 4735106. OLE color: 4735106.

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

Color convert

RGB1306472-
CMYK00.510.450.49
HSL352.73º34.02%38.04%-
HSV(B)352.73º50.77%50.98%-
XYZ12.218.887.2-
YUV84.65120.87160.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.87%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 72 (28.52% from 255) = 27.07%
R=48.87%
G=24.06%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130647200.510.450.49352.7334.0238.04
Hex8240480332D311612226
Octal20210011006355615414246
Binary10000010100000010010000110011101101110001101100001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824048; }

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

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

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

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

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

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

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

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