#844047

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

Shades of Solid Pink #844047

Tints of Solid Pink #844047

Color information

#844047 (or 0x844047) is unknown color: approx Solid Pink. HEX triplet: 84, 40 and 47. RGB value is (132,64,71). Sum of RGB (Red+Green+Blue) = 132+64+71=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #844047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844047 is #7BBFB8. Grayscale: #555555. Windows color (decimal): -8110009 or 4669572. OLE color: 4669572.

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

Color convert

RGB1326471-
CMYK00.520.460.48
HSL353.82º34.69%38.43%-
HSV(B)353.82º51.52%51.76%-
XYZ12.499.037.05-
YUV85.13120.03161.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.44%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 71 (28.12% from 255) = 26.59%
R=49.44%
G=23.97%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132647100.520.460.48353.8234.6938.43
Hex8440470342E301622326
Octal20410010706456605424346
Binary10000100100000010001110110100101110110000101100010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844047; }

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

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

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

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

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

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

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

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