crispedge.com

Color picker

Loading...

#87364a hex color - Red - Warm color - Information

#87364a hex color - Red - Warm color

Color Hue/Base color: Red

Hex #87364a Color code in RGB color code model is created after adding 52.94% red color, 21.18% green color and 29.02% blue color. Hex #87364a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 45% yellow and 47% black.

Hex #87364a color code is between #883344 web safe hex color code and #774455 web safe hex color code. #883344 is the nearest web safe color code. You can see here many more shades of #87364a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code87364a#87364a
RGB Decimal135, 54, 74rgb(135, 54, 74)
RGB Percent53%, 21%, 29%rgb(53%, 21%, 29%)
CSS RGBa135, 54, 74,1rgba(135,54,74,1)
CMYK Modelcmyk(0%,60%,45%,47%)
HSL Color Space345,43% ,37%hsl(345,43% ,37%)
HSV Color Space345°, 60%, 53%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001110011011001001010
Octal20766112
Decimal1355474
Hex87364a

Different shades of #87364a color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #87364a
#ab455e
Dark Shade of #87364a
#632736
Saturated Shade of #87364a
#902d45
Desaturated Shade of #87364a
#7e3f4f
Grey scale Shade of #87364a
#5e5e5e
Brighten Shade
#a04f63
Most Readable Shade
#FFFFFF

Shades of #87364a color code

Generate more color scales with scales (color stack) generator.

#87364a
#783041
#692a39
#5a2431
#4b1e29
#3c1820
#2d1218
#1e0c10
#0f0608
#000000

Similar Color like #87364a color

Find visually similar hex color codes nearing to #87364a hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#88374b
#89384c
#8a394d
#8b3a4e
#8c3b4f
#8d3c50
#8e3d51
#8f3e52
#903f53
#914054
#924155
#934256
#944357
#954458
#863549
#853448
#843347
#833246
#823145
#813044
#802f43
#7f2e42
#7e2d41
#7d2c40
#7c2b3f
#7b2a3e
#7a293d
#79283c

Monochromatic Color with #87364a

#87364a
#b14761
#dc5879
#070304
#32141b
#5c2533

Tints of #87364a Color

#87364a
#944c5e
#a16272
#af7986
#bc8f9a
#c9a5ae
#d7bcc2
#e4d2d6
#f1e8ea
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#87364a
#368773

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#87364a
#36874a
#367287

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#87366a
#87365a
#87364a
#87363a
#874236

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#87364a
#4a8736
#364a87

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#87364a
#728736
#368773
#4a3687

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#87364a
#368773
#367287
#874b36

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #87364a Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#87364a Color Code Preview on Black Background Color

This is how #87364a Color will look on black background color. Color contrast ratio is 2.66

#87364a in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#87364a">Your Example Paragraph content text in with font color #87364a </p>

Your Example Paragraph content text in with font color #87364a

HTML with inline CSS

<div style="color:#87364a">Your Paragraph text in with font color #87364a </div>

Your Example Paragraph content text in with font color #87364a

#87364a color code is use for CSS Background Color

Background color for the above div is #87364a

HTML with inline CSS

<div style="background-color:#87364a;"></div>

#87364a color code is use for CSS Border Color

CSS Border color for the above div is #87364a

HTML with inline CSS

<div style="border:5px solid #87364a;"></div>

CSS Border Left color for the above div is #87364a

HTML with inline CSS

<div style="border-left:5px solid #87364a;"></div>

CSS Border Right color for the above div is #87364a

HTML with inline CSS

<div style="border-right:5px solid #87364a;"></div>

CSS Border Bottom color for the above div is #87364a

HTML with inline CSS

<div style="border-bottom:5px solid #87364a;"></div>

CSS Border Top color for the above div is #87364a

HTML with inline CSS

<div style="border-top:5px solid #87364a;"></div>

#87364a hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#87364a; } .examplecolorclass {color:#87364a; } .examplebordercolor {border:3px solid #87364a; }

#87364a Color code Preview on White Background

This is how #87364a Color code will look on white background color. Color contrast ratio is 7.90

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #87364a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #87364a; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(135,54,74,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(54,135,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(135,54,74,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.