#884752

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

Shades of Solid Pink #884752

Tints of Solid Pink #884752

Color information

#884752 (or 0x884752) is unknown color: approx Solid Pink. HEX triplet: 88, 47 and 52. RGB value is (136,71,82). Sum of RGB (Red+Green+Blue) = 136+71+82=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #884752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884752 is #77B8AD. Grayscale: #5B5B5B. Windows color (decimal): -7846062 or 5392264. OLE color: 5392264.

HSL color Cylindrical-coordinate representation of color #884752: hue angle of 349.85º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884752 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1367182-
CMYK00.480.400.47
HSL349.85º31.4%40.59%-
HSV(B)349.85º47.79%53.33%-
XYZ13.9310.359.25-
YUV91.69122.53159.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.06%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=47.06%
G=24.57%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136718200.480.400.47349.8531.440.59
Hex884752030282F15e1f29
Octal21010712206050575363751
Binary1000100010001111010010011000010100010111110101111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884752; }

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

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

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

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

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

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

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

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