crispedge.com

Color picker

Loading...

#71274e hex color - Red - Warm color - Information

#71274e hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #71274e Color code in RGB color code model is created after adding 44.31% red color, 15.29% green color and 30.59% blue color. Hex #71274e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 31% yellow and 56% black.

Hex #71274e color code is between #772255 web safe hex color code and #663344 web safe hex color code. #772255 is the nearest web safe color code. You can see here many more shades of #71274e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code71274e#71274e
RGB Decimal113, 39, 78rgb(113, 39, 78)
RGB Percent44%, 15%, 31%rgb(44%, 15%, 31%)
CSS RGBa113, 39, 78,1rgba(113,39,78,1)
CMYK Modelcmyk(0%,65%,31%,56%)
HSL Color Space328,49% ,30%hsl(328,49% ,30%)
HSV Color Space328°, 65%, 44%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011100010010011101001110
Octal16147116
Decimal1133978
Hex71274e

Different shades of #71274e color code.

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

Light Shade of #71274e
#973468
Dark Shade of #71274e
#4b1a34
Saturated Shade of #71274e
#791f4e
Desaturated Shade of #71274e
#692f4e
Grey scale Shade of #71274e
#4c4c4c
Brighten Shade
#8a4067
Most Readable Shade
#FFFFFF

Shades of #71274e color code

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

#71274e
#642245
#571e3c
#4b1a34
#3e152b
#321122
#250d1a
#190811
#0c0408
#000000

Similar Color like #71274e color

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

#72284f
#732950
#742a51
#752b52
#762c53
#772d54
#782e55
#792f56
#7a3057
#7b3158
#7c3259
#7d335a
#7e345b
#7f355c
#70264d
#6f254c
#6e244b
#6d234a
#6c2249
#6b2148
#6a2047
#691f46
#681e45
#671d44
#661c43
#651b42
#641a41
#631940

Monochromatic Color with #71274e

#71274e
#9b366b
#c64489
#f053a6
#1c0a13
#461831

Tints of #71274e Color

#71274e
#803f61
#905775
#a06f89
#b0879c
#bf9fb0
#cfb7c4
#dfcfd7
#efe7eb
#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

#71274e
#27714a

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

Split Complementary

#71274e
#297127
#27716f

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

Analogous Color

#71276c
#71275d
#71274e
#71273f
#712730

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

#71274e
#4e7127
#274e71

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

#71274e
#716f27
#27714a
#272971

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

#71274e
#27714a
#27716f
#712729

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 #71274e 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.

#71274e Color Code Preview on Black Background Color

This is how #71274e Color will look on black background color. Color contrast ratio is 2.10

#71274e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71274e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71274e

#71274e color code is use for CSS Background Color

Background color for the above div is #71274e

HTML with inline CSS

<div style="background-color:#71274e;"></div>

#71274e color code is use for CSS Border Color

CSS Border color for the above div is #71274e

HTML with inline CSS

<div style="border:5px solid #71274e;"></div>

CSS Border Left color for the above div is #71274e

HTML with inline CSS

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

CSS Border Right color for the above div is #71274e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #71274e

HTML with inline CSS

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

CSS Border Top color for the above div is #71274e

HTML with inline CSS

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

#71274e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#71274e Color code Preview on White Background

This is how #71274e Color code will look on white background color. Color contrast ratio is 9.99

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

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(113,39,78,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(39,113,74,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(113,39,78,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.