COLOR #660229

HEX: #660229
RGB: (102,2,41)

Color info

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

RGB color model

#660229 color RGB value is (102,2,41).

  • red value is 102;
  • green value is 2;
  • blue value is 41.
RGB:
(102,2,41)
(40%,1%,16%)

RGB channels and saturation

R 102 of 255 = 40%
G 2 of 255 = 1%
B 41 of 255 = 16%

102
2
41

R + G + B ~ 19%. #660229 is dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 2 + 41 = 145 (100%)
R 102 of 145 ~ 70.34%
G 2 of 145 ~ 1.38%
B 41 of 145 ~ 28.28%

%70.34
%28.28

CMYK color model

#660229 color CMYK value is (0,98,60,60).

  • cyan value is 0.00%
  • magenta value is 98.04%
  • yellow value is 59.80%
  • key color value is 60.00%
CMYK:
(0,98,60,60)
C0M98Y60K60 
(0%,98%,60%,60%)
(0.00/0.98/0.60/0.60)	

CMYK percentages

%0
%98.04
%59.8
%60

Codes

Color #660229 in popluar color models

660229
RGB102241
HSL337°96.15%20.39%
HSB/HSV337°98.04%40.00%
CMYK0.00%98.04%59.80%
60.00%

Color #660229 in popluar number systems.

HEX660229
Decimal102241
Binary110011010101001
Octal146251

Shades and tints

Shades of #660229

#660229
(102,2,41)
#5D0226
(93,2,38)
#540223
(84,2,35)
#4B0220
(75,2,32)
#42021D
(66,2,29)
#39021A
(57,2,26)
#300217
(48,2,23)
#270214
(39,2,20)
#1E0211
(30,2,17)
#15020E
(21,2,14)
#0C020B
(12,2,11)
#000000
(0,0,0)

Tints of #660229

#660229
(102,2,41)
#73193C
(115,25,60)
#80304F
(128,48,79)
#8D4762
(141,71,98)
#9A5E75
(154,94,117)
#A77588
(167,117,136)
#B48C9B
(180,140,155)
#C1A3AE
(193,163,174)
#CEBAC1
(206,186,193)
#DBD1D4
(219,209,212)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #660229 color. Also use rgb(102,2,41) instead hex code.

Text Font Color

.myTextColor { color: #660229; }

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

This text font color is #660229.


Background Color

.myBgColor { background-color: #660229; }

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

This div background color is #660229.


Border color

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

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

This div border color is #660229.


Opacity

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

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

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

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

This text has shadow with #660229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #660229 on black background.


Color preview on white background

This text has color #660229 on white background.



Black color preview on #660229 background

This text has black color on #660229 background.


White color preview on #660229 background

This text has white color on #660229 background.