Skip to main content Skip to docs navigation

#893b60 hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Berry Patch and its hex is #84395D Nearest Color Name

Color Hue/Base color: Red

Hex #893b60 Color code in RGB color code model is created after adding 53.73% red color, 23.14% green color and 37.65% blue color. Hex #893b60 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 57% magenta, 30% yellow and 46.27% black.

Hex #893b60 color code is between #883366 web safe hex color code and #994455 web safe hex color code. #883366 is the nearest web safe color code. You can see here many more shades of #893b60 color code.

RGB Chart

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

Color Table

Hex Color Code 893b60 #893b60
RGB Decimal 137, 59, 96 137, 59, 96
RGB Percent 54%, 23%, 38% rgb(54%, 23%, 38%)
CSS RGBa 137, 59, 96,1 rgba(137,59,96,1)
CMYK Model cmyk(0%,57%,30%,46.27%)
HSL Color Space 332,40% ,38% hsl(332,40% ,38%)
HSV Color Space 332°, 57%, 54%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10001001 00111011 01100000
Octal 211 73 140
Decimal 137 59 96
Hex 89 3b 60

Different shades of #893b60 color code.

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

Darkest of #893b60
#1e0d15
Darker of #893b60
#421c2e
Dark of #893b60
#652c47
Base of #893b60
#893b60
Light of #893b60
#ad4a79
Lighter
#bf6b93
Lightest
#cf8ead

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

#893b60
#3b8964

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

Split Complementary

#893b60
#3b893d
#3b8789

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

Analogous Color

#853b89
#893b80
#893b60
#893b46
#89503b

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

#893b60
#3b6089
#60893b

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

#893b60
#60893b
#3b8964
#643b89

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

Square Color

#893b60
#87893b
#3b8964
#3d3b89

Square 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).

Monochromatic Color with #893b60

#000000
#1e0d15
#421c2e
#652c47
#893b60
#ad4a79
#bf6b93
#cf8ead
#deb2c7

Tints of #893b60 Color

#893b60
#965071
#a36683
#b07c95
#bd92a6
#caa7b8
#d7bdca
#e4d3db
#f1e9ed
#ffffff

Shades of #893b60 color code

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

#893b60
#793455
#6a2d4a
#5b2740
#4c2035
#3c1a2a
#2d1320
#1e0d15
#0f060a
#000000

Tones

#893b60
#754f61
#626262
#626262
#626262

Tones

Similar Color like #893b60 color

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

#8a3c61
#8b3d62
#8c3e63
#8d3f64
#8e4065
#8f4166
#904267
#914368
#924469
#93456a
#94466b
#95476c
#96486d
#97496e
#883a5f
#87395e
#86385d
#85375c
#84365b
#83355a
#823459
#813358
#803257
#7f3156
#7e3055
#7d2f54
#7c2e53
#7b2d52

Download this Dark Red

Hex #893b60 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.

#893b60 Color Code Preview on Black Background Color

This is how #893b60 Color will look on black background color. Color contrast ratio is 2.86

#893b60 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #893b60

HTML with inline CSS

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

Your Example Paragraph content text in with font color #893b60

#893b60 color code is use for CSS Background Color

Background color for the above div is #893b60

HTML with inline CSS

<div style="background-color:#893b60;"></div>

#893b60 color code is use for CSS Border Color

CSS Border color for the above div is #893b60

HTML with inline CSS

<div style="border:5px solid #893b60;"></div>

CSS Border Left color for the above div is #893b60

HTML with inline CSS

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

CSS Border Right color for the above div is #893b60

HTML with inline CSS

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

CSS Border Bottom color for the above div is #893b60

HTML with inline CSS

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

CSS Border Top color for the above div is #893b60

HTML with inline CSS

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

#893b60 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#893b60 Color code Preview on White Background

This is how #893b60 Color code will look on white background color. Color contrast ratio is 7.35

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 #893b60; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #893b60; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(137,59,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(59,137,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(137,59,96,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }