crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#75354f hex color - Red - Warm color - Information

#75354f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #75354f Color code in RGB color code model is created after adding 45.88% red color, 20.78% green color and 30.98% blue color. Hex #75354f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 32% yellow and 54% black.

Hex #75354f color code is between #773355 web safe hex color code and #664444 web safe hex color code. #773355 is the nearest web safe color code. You can see here many more shades of #75354f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code75354f#75354f
RGB Decimal117, 53, 79rgb(117, 53, 79)
RGB Percent46%, 21%, 31%rgb(46%, 21%, 31%)
CSS RGBa117, 53, 79,1rgba(117,53,79,1)
CMYK Modelcmyk(0%,55%,32%,54%)
HSL Color Space336,38% ,33%hsl(336,38% ,33%)
HSV Color Space336°, 55%, 46%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101010011010101001111
Octal16565117
Decimal1175379
Hex75354f

Different shades of #75354f color code.

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

Light Shade of #75354f
#984567
Dark Shade of #75354f
#522537
Saturated Shade of #75354f
#7d2d4d
Desaturated Shade of #75354f
#6c3d51
Grey scale Shade of #75354f
#555555
Brighten Shade
#8e4e68
Most Readable Shade
#FFFFFF

Shades of #75354f color code

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

#75354f
#682f46
#5b293d
#4e2334
#411d2b
#341723
#27111a
#1a0b11
#0d0508
#000000

Similar Color like #75354f color

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

#763650
#773751
#783852
#793953
#7a3a54
#7b3b55
#7c3c56
#7d3d57
#7e3e58
#7f3f59
#80405a
#81415b
#82425c
#83435d
#74344e
#73334d
#72324c
#71314b
#70304a
#6f2f49
#6e2e48
#6d2d47
#6c2c46
#6b2b45
#6a2a44
#692943
#682842
#672741

Monochromatic Color with #75354f

#75354f
#9f486c
#ca5b88
#f46fa5
#200e16
#4a2232

Tints of #75354f Color

#75354f
#844b62
#936176
#a37889
#b28e9d
#c1a5b0
#d1bbc4
#e0d2d7
#efe8eb
#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

#75354f
#35755b

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

Split Complementary

#75354f
#35753b
#356f75

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

Analogous Color

#753569
#75355c
#75354f
#753542
#753535

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

#75354f
#4f7535
#354f75

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

#75354f
#6f7535
#35755b
#3b3575

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

#75354f
#35755b
#356f75
#753b35

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 #75354f 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.

#75354f Color Code Preview on Black Background Color

This is how #75354f Color will look on black background color. Color contrast ratio is 2.38

#75354f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75354f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75354f

#75354f color code is use for CSS Background Color

Background color for the above div is #75354f

HTML with inline CSS

<div style="background-color:#75354f;"></div>

#75354f color code is use for CSS Border Color

CSS Border color for the above div is #75354f

HTML with inline CSS

<div style="border:5px solid #75354f;"></div>

CSS Border Left color for the above div is #75354f

HTML with inline CSS

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

CSS Border Right color for the above div is #75354f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #75354f

HTML with inline CSS

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

CSS Border Top color for the above div is #75354f

HTML with inline CSS

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

#75354f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#75354f Color code Preview on White Background

This is how #75354f Color code will look on white background color. Color contrast ratio is 8.83

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.