#844C4F

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

Shades of Solid Pink #844C4F

Tints of Solid Pink #844C4F

Color information

#844C4F (or 0x844C4F) is unknown color: approx Solid Pink. HEX triplet: 84, 4C and 4F. RGB value is (132,76,79). Sum of RGB (Red+Green+Blue) = 132+76+79=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #844C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844C4F is #7BB3B0. Grayscale: #5D5D5D. Windows color (decimal): -8106929 or 5196932. OLE color: 5196932.

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

Color convert

RGB1327679-
CMYK00.420.400.48
HSL356.79º26.92%40.78%-
HSV(B)356.79º42.42%51.76%-
XYZ13.5110.648.74-
YUV93.09120.05155.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 76 (30.08% from 255) = 26.48%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=45.99%
G=26.48%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132767900.420.400.48356.7926.9240.78
Hex844C4F02A28301651b29
Octal20411411705250605453351
Binary1000010010011001001111010101010100011000010110010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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