#844751

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

Shades of Solid Pink #844751

Tints of Solid Pink #844751

Color information

#844751 (or 0x844751) is unknown color: approx Solid Pink. HEX triplet: 84, 47 and 51. RGB value is (132,71,81). Sum of RGB (Red+Green+Blue) = 132+71+81=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #844751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844751 is #7BB8AE. Grayscale: #5A5A5A. Windows color (decimal): -8108207 or 5326724. OLE color: 5326724.

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

Color convert

RGB1327181-
CMYK00.460.390.48
HSL350.16º30.05%39.8%-
HSV(B)350.16º46.21%51.76%-
XYZ13.2510.019.02-
YUV90.38122.71157.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 81 (32.03% from 255) = 28.52%
R=46.48%
G=25%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132718100.460.390.48350.1630.0539.8
Hex84475102E273015e1e28
Octal20410712105647605363650
Binary1000010010001111010001010111010011111000010101111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844751; }

 p { color: rgb(132,71,81); }

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

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

 a { background-color: rgb(132,71,81); }

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

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

 span { border-color: rgb(132,71,81); }

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