COLOR #590F15

HEX: #590F15 RGB: (89,15,21)

Color info

#590F15 contains mainly red color. Web safe color of #590F15 is #660000 (or #600).

RGB color model

#590F15 color RGB value is (89,15,21).

RGB: (89,15,21) (35%, 6%, 8%)

RGB channels and saturation

R 89 of 255 = 35%
G 15 of 255 = 6%
B 21 of 255 = 8%

89
15
21

R + G + B ~ 16%. #590F15 is dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 15 + 21 = 125 (100%)
R 89 of 125 ~ 71.2%
G 15 of 125 ~ 12%
B 21 of 125 ~ 16.8'%

%71.2
%12
%16.8

CMYK color model

#590F15 color CMYK value is (0,83,76,65).

  • cyan value is 0.00%
  • magenta value is 83.15%
  • yellow value is 76.40%
  • key color value is 65.10%

CMYK: (0,83,76,65)
C0M83Y76K65 (0%, 83%, 76%, 65%)
(0.00 / 0.83 / 0.76 / 0.65)

CMYK percentages

%0
%83.15
%76.4
%65.1

Codes

Color #590F15 in popluar color models

59 0F 15
RGB 89 15 21
HSL 355° 71.15% 20.39%
HSB/HSV 355° 83.15% 34.90%
CMYK 0.00% 83.15% 76.40%
65.10%

Color #590F15 in popluar number systems.

HEX 59 0F 15
Decimal 89 15 21
Binary 1011001 1111 10101
Octal 131 17 25

Shades and tints

Shades of #590F15

#590F15
(89,15,21)
#510E14
(81,14,20)
#490D13
(73,13,19)
#410C12
(65,12,18)
#390B11
(57,11,17)
#310A10
(49,10,16)
#29090F
(41,9,15)
#21080E
(33,8,14)
#19070D
(25,7,13)
#11060C
(17,6,12)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #590F15

#590F15
(89,15,21)
#68242A
(104,36,42)
#77393F
(119,57,63)
#864E54
(134,78,84)
#956369
(149,99,105)
#A4787E
(164,120,126)
#B38D93
(179,141,147)
#C2A2A8
(194,162,168)
#D1B7BD
(209,183,189)
#E0CCD2
(224,204,210)
#EFE1E7
(239,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590F15 color. Also use rgb(89,15,21) instead hex code.

Text Font Color

.myTextColor { color: #590F15; }

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

This text font color is #590F15.

Background Color

.myBgColor { background-color: #590F15; }

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

This div background color is #590F15.

Border color

.myBorderColor { border: 1px solid #590F15; }

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

This div border color is #590F15.

Opacity

.myOpacity80 { color: #590F15; opacity: 0.8; }

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

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

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

This text has shadow with #590F15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #590F15.

Preview

Color preview on black background

This text has color #590F15 on black background.


Color preview on white background

This text has color #590F15 on white background.


Black color preview on #590F15 background

This text has black color on #590F15 background.


White color preview on #590F15 background

This text has white color on #590F15 background.


Related colors

Complementary color

Complementary color for #hex is #A6F0EA.


I love getcolorcode.com

Triadic colors

1 #15590F and #0F1559 with #590F15 are triadic colors.

2 #150F59 and #0F5915 with #590F15 are triadic colors.