Html Css Color HEX #844C57 Solid Pink

📋 copy color: '#844C57'

red 132 ◦ green 76 ◦ blue 87

#844C57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solid Pink #844C57

Tints of Solid Pink #844C57

RGB

 RED value IS 132 (51.95% from 255) = 44.75%

 GREEN value IS 76 (30.08% from 255) = 25.76%

 BLUE value IS 87 (34.38% from 255) = 29.49%

R = 44.75%
G = 25.76%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#844C57 (or 0x844C57) is known color: Solid Pink. HEX triplet: 84, 4C and 57. RGB value is (132,76,87). Sum of RGB (Red+Green+Blue) = 132+76+87=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #844C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844C57 is #7BB3A8. Grayscale: #5E5E5E. Windows color (decimal): -8106921 or 5721220. OLE color: 5721220.

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

Color convert

RGB 132 76 87 -
CMYK 0 0.42 0.34 0.48
HSL 348.21º 0.27% 0.41% -
HSV(B) 348.21º 0.42% 0.52% -
XYZ 13.82 10.76 10.37 -
YUV 94 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 132 76 87 0 0.42 0.34 0.48 348.21 0.27 0.41
Hex 84 4C 57 0 2A 22 30 15C 1B 29
Octal 204 114 127 0 52 42 60 534 33 51
Binary 10000100 1001100 1010111 0 101010 100010 110000 101011100 11011 101001

Color Harmonies of #844C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844C57

Black with #844C57

Text Example


Text Example

White with #844C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #844C57;
 }
 .AnyTagClassName
 {
   color: #844C57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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