#844549

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

Shades of Solid Pink #844549

Tints of Solid Pink #844549

Color information

#844549 (or 0x844549) is unknown color: approx Solid Pink. HEX triplet: 84, 45 and 49. RGB value is (132,69,73). Sum of RGB (Red+Green+Blue) = 132+69+73=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #844549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844549 is #7BBAB6. Grayscale: #585858. Windows color (decimal): -8108727 or 4801924. OLE color: 4801924.

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

Color convert

RGB1326973-
CMYK00.480.450.48
HSL356.19º31.34%39.41%-
HSV(B)356.19º47.73%51.76%-
XYZ12.859.647.49-
YUV88.29119.37159.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 69 (27.34% from 255) = 25.18%
BLUE value IS 73 (28.91% from 255) = 26.64%
R=48.18%
G=25.18%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132697300.480.450.48356.1931.3439.41
Hex8445490302D301641f27
Octal20410511106055605443747
Binary1000010010001011001001011000010110111000010110010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844549; }

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

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

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

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

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

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

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

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