COLOR #550016

HEX: #550016 RGB: (85,0,22)

Color info

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

RGB color model

#550016 color RGB value is (85,0,22).

RGB: (85,0,22) (33%, 0%, 9%)

RGB channels and saturation

R 85 of 255 = 33%
G 0 of 255 = 0%
B 22 of 255 = 9%

85
0
22

R + G + B ~ 14%. #550016 is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 0 + 22 = 107 (100%)
R 85 of 107 ~ 79.44%
G 0 of 107 ~ 0%
B 22 of 107 ~ 20.56'%

%79.44
%20.56

CMYK color model

#550016 color CMYK value is (0,100,74,67).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 74.12%
  • key color value is 66.67%

CMYK: (0,100,74,67)
C0M100Y74K67 (0%, 100%, 74%, 67%)
(0.00 / 1.00 / 0.74 / 0.67)

CMYK percentages

%0
%100
%74.12
%66.67

Codes

Color #550016 in popluar color models

55 00 16
RGB 85 0 22
HSL 344° 100.00% 16.67%
HSB/HSV 344° 100.00% 33.33%
CMYK 0.00% 100.00% 74.12%
66.67%

Color #550016 in popluar number systems.

HEX 55 00 16
Decimal 85 0 22
Binary 1010101 0 10110
Octal 125 0 26

Shades and tints

Shades of #550016

#550016
(85,0,22)
#4E0014
(78,0,20)
#470012
(71,0,18)
#400010
(64,0,16)
#39000E
(57,0,14)
#32000C
(50,0,12)
#2B000A
(43,0,10)
#240008
(36,0,8)
#1D0006
(29,0,6)
#160004
(22,0,4)
#0F0002
(15,0,2)
#000000
(0,0,0)

Tints of #550016

#550016
(85,0,22)
#64172B
(100,23,43)
#732E40
(115,46,64)
#824555
(130,69,85)
#915C6A
(145,92,106)
#A0737F
(160,115,127)
#AF8A94
(175,138,148)
#BEA1A9
(190,161,169)
#CDB8BE
(205,184,190)
#DCCFD3
(220,207,211)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550016 color. Also use rgb(85,0,22) instead hex code.

Text Font Color

.myTextColor { color: #550016; }

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

This text font color is #550016.

Background Color

.myBgColor { background-color: #550016; }

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

This div background color is #550016.

Border color

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

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

This div border color is #550016.

Opacity

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

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

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

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

This text has shadow with #550016 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #550016.

Preview

Color preview on black background

This text has color #550016 on black background.


Color preview on white background

This text has color #550016 on white background.


Black color preview on #550016 background

This text has black color on #550016 background.


White color preview on #550016 background

This text has white color on #550016 background.


Related colors

Complementary color

Complementary color for #hex is #AAFFE9.


I love getcolorcode.com

Triadic colors

1 #165500 and #001655 with #550016 are triadic colors.

2 #160055 and #005516 with #550016 are triadic colors.