COLOR #712033

HEX: #712033 RGB: (113,32,51)

Color info

#712033 contains mainly red color. Web safe color of #712033 is #663333 (or #633).

RGB color model

#712033 color RGB value is (113,32,51).

RGB: (113,32,51) (44%, 13%, 20%)

RGB channels and saturation

R 113 of 255 = 44%
G 32 of 255 = 13%
B 51 of 255 = 20%

113
32
51

R + G + B ~ 26%. #712033 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 32 + 51 = 196 (100%)
R 113 of 196 ~ 57.65%
G 32 of 196 ~ 16.33%
B 51 of 196 ~ 26.02'%

%57.65
%16.33
%26.02

CMYK color model

#712033 color CMYK value is (0,72,55,56).

  • cyan value is 0.00%
  • magenta value is 71.68%
  • yellow value is 54.87%
  • key color value is 55.69%

CMYK: (0,72,55,56)
C0M72Y55K56 (0%, 72%, 55%, 56%)
(0.00 / 0.72 / 0.55 / 0.56)

CMYK percentages

%0
%71.68
%54.87
%55.69

Codes

Color #712033 in popluar color models

71 20 33
RGB 113 32 51
HSL 346° 55.86% 28.43%
HSB/HSV 346° 71.68% 44.31%
CMYK 0.00% 71.68% 54.87%
55.69%

Color #712033 in popluar number systems.

HEX 71 20 33
Decimal 113 32 51
Binary 1110001 100000 110011
Octal 161 40 63

Shades and tints

Shades of #712033

#712033
(113,32,51)
#671E2F
(103,30,47)
#5D1C2B
(93,28,43)
#531A27
(83,26,39)
#491823
(73,24,35)
#3F161F
(63,22,31)
#35141B
(53,20,27)
#2B1217
(43,18,23)
#211013
(33,16,19)
#170E0F
(23,14,15)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #712033

#712033
(113,32,51)
#7D3445
(125,52,69)
#894857
(137,72,87)
#955C69
(149,92,105)
#A1707B
(161,112,123)
#AD848D
(173,132,141)
#B9989F
(185,152,159)
#C5ACB1
(197,172,177)
#D1C0C3
(209,192,195)
#DDD4D5
(221,212,213)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712033 color. Also use rgb(113,32,51) instead hex code.

Text Font Color

.myTextColor { color: #712033; }

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

This text font color is #712033.

Background Color

.myBgColor { background-color: #712033; }

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

This div background color is #712033.

Border color

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

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

This div border color is #712033.

Opacity

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

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

Text with #712033 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 #712033;}

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

This text has shadow with #712033 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #712033.

Preview

Color preview on black background

This text has color #712033 on black background.


Color preview on white background

This text has color #712033 on white background.


Black color preview on #712033 background

This text has black color on #712033 background.


White color preview on #712033 background

This text has white color on #712033 background.


Related colors

Complementary color

Complementary color for #hex is #8EDFCC.


I love getcolorcode.com

Triadic colors

1 #337120 and #203371 with #712033 are triadic colors.

2 #332071 and #207133 with #712033 are triadic colors.