COLOR #590223

HEX: #590223 RGB: (89,2,35)

Color info

#590223 contains mainly red and blue colors. Web safe color of #590223 is #660033 (or #603).

RGB color model

#590223 color RGB value is (89,2,35).

RGB: (89,2,35) (35%, 1%, 14%)

RGB channels and saturation

R 89 of 255 = 35%
G 2 of 255 = 1%
B 35 of 255 = 14%

89
2
35

R + G + B ~ 17%. #590223 is dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 2 + 35 = 126 (100%)
R 89 of 126 ~ 70.63%
G 2 of 126 ~ 1.59%
B 35 of 126 ~ 27.78'%

%70.63
%27.78

CMYK color model

#590223 color CMYK value is (0,98,61,65).

  • cyan value is 0.00%
  • magenta value is 97.75%
  • yellow value is 60.67%
  • key color value is 65.10%
CMYK: (0,98,61,65) C0M98Y61K65 (0%,98%,61%,65%) (0.00/0.98/0.61/0.65) 

CMYK percentages

%0
%97.75
%60.67
%65.1

Codes

Color #590223 in popluar color models

59 02 23
RGB 89 2 35
HSL 337° 95.60% 17.84%
HSB/HSV 337° 97.75% 34.90%
CMYK 0.00% 97.75% 60.67%
65.10%

Color #590223 in popluar number systems.

HEX 59 02 23
Decimal 89 2 35
Binary 1011001 10 100011
Octal 131 2 43

Shades and tints

Shades of #590223

#590223
(89,2,35)
#510220
(81,2,32)
#49021D
(73,2,29)
#41021A
(65,2,26)
#390217
(57,2,23)
#310214
(49,2,20)
#290211
(41,2,17)
#21020E
(33,2,14)
#19020B
(25,2,11)
#110208
(17,2,8)
#090205
(9,2,5)
#000000
(0,0,0)

Tints of #590223

#590223
(89,2,35)
#681937
(104,25,55)
#77304B
(119,48,75)
#86475F
(134,71,95)
#955E73
(149,94,115)
#A47587
(164,117,135)
#B38C9B
(179,140,155)
#C2A3AF
(194,163,175)
#D1BAC3
(209,186,195)
#E0D1D7
(224,209,215)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590223 color. Also use rgb(89,2,35) instead hex code.

Text Font Color

.myTextColor { color: #590223; }

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

This text font color is #590223.

Background Color

.myBgColor { background-color: #590223; }

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

This div background color is #590223.

Border color

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

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

This div border color is #590223.

Opacity

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

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

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

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

This text has shadow with #590223 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #590223.

Preview

Color preview on black background

This text has color #590223 on black background.


Color preview on white background

This text has color #590223 on white background.


Black color preview on #590223 background

This text has black color on #590223 background.


White color preview on #590223 background

This text has white color on #590223 background.


Related colors

Complementary color

Complementary color for #hex is #A6FDDC.


I love getcolorcode.com

Triadic colors

1 #235902 and #022359 with #590223 are triadic colors.

2 #230259 and #025923 with #590223 are triadic colors.