#844750

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

Shades of Solid Pink #844750

Tints of Solid Pink #844750

Color information

#844750 (or 0x844750) is unknown color: approx Solid Pink. HEX triplet: 84, 47 and 50. RGB value is (132,71,80). Sum of RGB (Red+Green+Blue) = 132+71+80=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #844750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844750 is #7BB8AF. Grayscale: #5A5A5A. Windows color (decimal): -8108208 or 5261188. OLE color: 5261188.

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

Color convert

RGB1327180-
CMYK00.460.390.48
HSL351.15º30.05%39.8%-
HSV(B)351.15º46.21%51.76%-
XYZ13.229.998.82-
YUV90.26122.21157.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.64%
GREEN value IS 71 (28.12% from 255) = 25.09%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=46.64%
G=25.09%
B=28.27%

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
Decimal132718000.460.390.48351.1530.0539.8
Hex84475002E273015f1e28
Octal20410712005647605373650
Binary1000010010001111010000010111010011111000010101111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844750; }

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

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

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

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

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

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

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

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