#844548

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

Shades of Solid Pink #844548

Tints of Solid Pink #844548

Color information

#844548 (or 0x844548) is unknown color: approx Solid Pink. HEX triplet: 84, 45 and 48. RGB value is (132,69,72). Sum of RGB (Red+Green+Blue) = 132+69+72=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #844548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844548 is #7BBAB7. Grayscale: #585858. Windows color (decimal): -8108728 or 4736388. OLE color: 4736388.

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

Color convert

RGB1326972-
CMYK00.480.450.48
HSL357.14º31.34%39.41%-
HSV(B)357.14º47.73%51.76%-
XYZ12.819.637.31-
YUV88.18118.87159.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=48.35%
G=25.27%
B=26.37%

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
Decimal132697200.480.450.48357.1431.3439.41
Hex8445480302D301651f27
Octal20410511006055605453747
Binary1000010010001011001000011000010110111000010110010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844548; }

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

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

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

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

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

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

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

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