COLOR #55020D

HEX: #55020D RGB: (85,2,13)

Color info

#55020D contains mainly red color. Web safe color of #55020D is #660000 (or #600).

RGB color model

#55020D color RGB value is (85,2,13).

RGB: (85,2,13) (33%, 1%, 5%)

RGB channels and saturation

R 85 of 255 = 33%
G 2 of 255 = 1%
B 13 of 255 = 5%

85
2
13

R + G + B ~ 13%. #55020D is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 2 + 13 = 100 (100%)
R 85 of 100 ~ 85%
G 2 of 100 ~ 2%
B 13 of 100 ~ 13'%

%85
%13

CMYK color model

#55020D color CMYK value is (0,98,85,67).

  • cyan value is 0.00%
  • magenta value is 97.65%
  • yellow value is 84.71%
  • key color value is 66.67%
CMYK: (0,98,85,67) C0M98Y85K67 (0%,98%,85%,67%) (0.00/0.98/0.85/0.67) 

CMYK percentages

%0
%97.65
%84.71
%66.67

Codes

Color #55020D in popluar color models

55 02 0D
RGB 85 2 13
HSL 352° 95.40% 17.06%
HSB/HSV 352° 97.65% 33.33%
CMYK 0.00% 97.65% 84.71%
66.67%

Color #55020D in popluar number systems.

HEX 55 02 0D
Decimal 85 2 13
Binary 1010101 10 1101
Octal 125 2 15

Shades and tints

Shades of #55020D

#55020D
(85,2,13)
#4E020C
(78,2,12)
#47020B
(71,2,11)
#40020A
(64,2,10)
#390209
(57,2,9)
#320208
(50,2,8)
#2B0207
(43,2,7)
#240206
(36,2,6)
#1D0205
(29,2,5)
#160204
(22,2,4)
#0F0203
(15,2,3)
#000000
(0,0,0)

Tints of #55020D

#55020D
(85,2,13)
#641923
(100,25,35)
#733039
(115,48,57)
#82474F
(130,71,79)
#915E65
(145,94,101)
#A0757B
(160,117,123)
#AF8C91
(175,140,145)
#BEA3A7
(190,163,167)
#CDBABD
(205,186,189)
#DCD1D3
(220,209,211)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55020D color. Also use rgb(85,2,13) instead hex code.

Text Font Color

.myTextColor { color: #55020D; }

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

This text font color is #55020D.

Background Color

.myBgColor { background-color: #55020D; }

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

This div background color is #55020D.

Border color

.myBorderColor { border: 1px solid #55020D; }

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

This div border color is #55020D.

Opacity

.myOpacity80 { color: #55020D; opacity: 0.8; }

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

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

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

This text has shadow with #55020D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55020D.

Preview

Color preview on black background

This text has color #55020D on black background.


Color preview on white background

This text has color #55020D on white background.


Black color preview on #55020D background

This text has black color on #55020D background.


White color preview on #55020D background

This text has white color on #55020D background.


Related colors

Complementary color

Complementary color for #hex is #AAFDF2.


I love getcolorcode.com

Triadic colors

1 #0D5502 and #020D55 with #55020D are triadic colors.

2 #0D0255 and #02550D with #55020D are triadic colors.