COLOR #601521

HEX: #601521 RGB: (96,21,33)

Color info

#601521 contains mainly red color. Web safe color of #601521 is #660033 (or #603).

RGB color model

#601521 color RGB value is (96,21,33).

RGB: (96,21,33) (38%, 8%, 13%)

RGB channels and saturation

R 96 of 255 = 38%
G 21 of 255 = 8%
B 33 of 255 = 13%

96
21
33

R + G + B ~ 20%. #601521 is dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 21 + 33 = 150 (100%)
R 96 of 150 ~ 64%
G 21 of 150 ~ 14%
B 33 of 150 ~ 22'%

%64
%14
%22

CMYK color model

#601521 color CMYK value is (0,78,66,62).

  • cyan value is 0.00%
  • magenta value is 78.13%
  • yellow value is 65.63%
  • key color value is 62.35%

CMYK: (0,78,66,62)
C0M78Y66K62 (0%, 78%, 66%, 62%)
(0.00 / 0.78 / 0.66 / 0.62)

CMYK percentages

%0
%78.13
%65.63
%62.35

Codes

Color #601521 in popluar color models

60 15 21
RGB 96 21 33
HSL 350° 64.10% 22.94%
HSB/HSV 350° 78.13% 37.65%
CMYK 0.00% 78.13% 65.63%
62.35%

Color #601521 in popluar number systems.

HEX 60 15 21
Decimal 96 21 33
Binary 1100000 10101 100001
Octal 140 25 41

Shades and tints

Shades of #601521

#601521
(96,21,33)
#58141E
(88,20,30)
#50131B
(80,19,27)
#481218
(72,18,24)
#401115
(64,17,21)
#381012
(56,16,18)
#300F0F
(48,15,15)
#280E0C
(40,14,12)
#200D09
(32,13,9)
#180C06
(24,12,6)
#100B03
(16,11,3)
#000000
(0,0,0)

Tints of #601521

#601521
(96,21,33)
#6E2A35
(110,42,53)
#7C3F49
(124,63,73)
#8A545D
(138,84,93)
#986971
(152,105,113)
#A67E85
(166,126,133)
#B49399
(180,147,153)
#C2A8AD
(194,168,173)
#D0BDC1
(208,189,193)
#DED2D5
(222,210,213)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601521 color. Also use rgb(96,21,33) instead hex code.

Text Font Color

.myTextColor { color: #601521; }

<p style="color:#601521">This sample text font color is #601521.</p>

This text font color is #601521.

Background Color

.myBgColor { background-color: #601521; }

<div style="background-color:#601521">Inner text</div>

This div background color is #601521.

Border color

.myBorderColor { border: 1px solid #601521; }

<div style="border:3px solid #601521">Div</div>

This div border color is #601521.

Opacity

.myOpacity80 { color: #601521; opacity: 0.8; }

<p style="color:#601521;opacity:0.8;">80%</p>

Text with #601521 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #601521;}

<p style="text-shadow: 3px 3px 1px #601521">Text here.</p>

This text has shadow with #601521 color.


.textShadow {text-shadow: 3px 3px 1px #601521', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #601521, 5px 5px 20px red">Text here.</p>

This text has shadow with #601521 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#601521, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#601521, Direction=45, Strength=4)">Text</p>

This text has shadow with #601521 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #601521;
-webkit-box-shadow: 1px 1px 3px 2px #601521;
box-shadow: 1px 1px 3px 2px #601521;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #601521; -webkit-box-shadow: 1px 1px 3px 2px #601521; box-shadow:1px 1px 3px 2px #601521;">
Div content here
</div>

This div box has shadow with color #601521.

Preview

Color preview on black background

This text has color #601521 on black background.


Color preview on white background

This text has color #601521 on white background.


Black color preview on #601521 background

This text has black color on #601521 background.


White color preview on #601521 background

This text has white color on #601521 background.


Related colors

Complementary color

Complementary color for #hex is #9FEADE.


I love getcolorcode.com

Triadic colors

1 #216015 and #152160 with #601521 are triadic colors.

2 #211560 and #156021 with #601521 are triadic colors.