#844749

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

Shades of Solid Pink #844749

Tints of Solid Pink #844749

Color information

#844749 (or 0x844749) is unknown color: approx Solid Pink. HEX triplet: 84, 47 and 49. RGB value is (132,71,73). Sum of RGB (Red+Green+Blue) = 132+71+73=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #844749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844749 is #7BB8B6. Grayscale: #595959. Windows color (decimal): -8108215 or 4802436. OLE color: 4802436.

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

Color convert

RGB1327173-
CMYK00.460.450.48
HSL358.03º30.05%39.8%-
HSV(B)358.03º46.21%51.76%-
XYZ12.979.897.53-
YUV89.47118.71158.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 73 (28.91% from 255) = 26.45%
R=47.83%
G=25.72%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132717300.460.450.48358.0330.0539.8
Hex84474902E2D301661e28
Octal20410711105655605463650
Binary1000010010001111001001010111010110111000010110011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844749; }

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

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

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

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

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

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

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

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