#824752

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

Shades of Solid Pink #824752

Tints of Solid Pink #824752

Color information

#824752 (or 0x824752) is unknown color: approx Solid Pink. HEX triplet: 82, 47 and 52. RGB value is (130,71,82). Sum of RGB (Red+Green+Blue) = 130+71+82=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #824752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824752 is #7DB8AD. Grayscale: #595959. Windows color (decimal): -8239278 or 5392258. OLE color: 5392258.

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

Color convert

RGB1307182-
CMYK00.450.370.49
HSL348.81º29.35%39.41%-
HSV(B)348.81º45.38%50.98%-
XYZ12.989.869.2-
YUV89.9123.55156.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 71 (28.12% from 255) = 25.09%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=45.94%
G=25.09%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130718200.450.370.49348.8129.3539.41
Hex82475202D253115d1d27
Octal20210712205545615353547
Binary1000001010001111010010010110110010111000110101110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824752; }

 p { color: rgb(130,71,82); }

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

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

 a { background-color: rgb(130,71,82); }

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

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

 span { border-color: rgb(130,71,82); }

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