#844B55

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

Shades of Solid Pink #844B55

Tints of Solid Pink #844B55

Color information

#844B55 (or 0x844B55) is unknown color: approx Solid Pink. HEX triplet: 84, 4B and 55. RGB value is (132,75,85). Sum of RGB (Red+Green+Blue) = 132+75+85=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #844B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844B55 is #7BB4AA. Grayscale: #5D5D5D. Windows color (decimal): -8107179 or 5589892. OLE color: 5589892.

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

Color convert

RGB1327585-
CMYK00.430.360.48
HSL349.47º27.54%40.59%-
HSV(B)349.47º43.18%51.76%-
XYZ13.6710.599.92-
YUV93.18123.38155.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.21%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 85 (33.59% from 255) = 29.11%
R=45.21%
G=25.68%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132758500.430.360.48349.4727.5440.59
Hex844B5502B243015d1c29
Octal20411312505344605353451
Binary1000010010010111010101010101110010011000010101110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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