#844147

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

Shades of Solid Pink #844147

Tints of Solid Pink #844147

Color information

#844147 (or 0x844147) is unknown color: approx Solid Pink. HEX triplet: 84, 41 and 47. RGB value is (132,65,71). Sum of RGB (Red+Green+Blue) = 132+65+71=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #844147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844147 is #7BBEB8. Grayscale: #555555. Windows color (decimal): -8109753 or 4669828. OLE color: 4669828.

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

Color convert

RGB1326571-
CMYK00.510.460.48
HSL354.63º34.01%38.63%-
HSV(B)354.63º50.76%51.76%-
XYZ12.549.147.06-
YUV85.72119.7161.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=49.25%
G=24.25%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132657100.510.460.48354.6334.0138.63
Hex8441470332E301632227
Octal20410110706356605434247
Binary10000100100000110001110110011101110110000101100011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844147; }

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

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

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

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

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

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

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

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