#844B4F

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

Shades of Solid Pink #844B4F

Tints of Solid Pink #844B4F

Color information

#844B4F (or 0x844B4F) is unknown color: approx Solid Pink. HEX triplet: 84, 4B and 4F. RGB value is (132,75,79). Sum of RGB (Red+Green+Blue) = 132+75+79=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #844B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844B4F is #7BB4B0. Grayscale: #5C5C5C. Windows color (decimal): -8107185 or 5196676. OLE color: 5196676.

HSL color Cylindrical-coordinate representation of color #844B4F: hue angle of 355.79º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #844B4F is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1327579-
CMYK00.430.400.48
HSL355.79º27.54%40.59%-
HSV(B)355.79º43.18%51.76%-
XYZ13.4410.58.72-
YUV92.5120.38156.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.15%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=46.15%
G=26.22%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132757900.430.400.48355.7927.5440.59
Hex844B4F02B28301641c29
Octal20411311705350605443451
Binary1000010010010111001111010101110100011000010110010011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844B4F; }

 p { color: rgb(132,75,79); }

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

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

 a { background-color: rgb(132,75,79); }

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

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

 span { border-color: rgb(132,75,79); }

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