COLOR #550A36

HEX: #550A36 RGB: (85,10,54)

Color info

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

RGB color model

#550A36 color RGB value is (85,10,54).

RGB: (85,10,54) (33%, 4%, 21%)

RGB channels and saturation

R 85 of 255 = 33%
G 10 of 255 = 4%
B 54 of 255 = 21%

85
10
54

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

Portions of RGB colors in percentages

R + G + B = 85 + 10 + 54 = 149 (100%)
R 85 of 149 ~ 57.05%
G 10 of 149 ~ 6.71%
B 54 of 149 ~ 36.24'%

%57.05
%36.24

CMYK color model

#550A36 color CMYK value is (0,88,36,67).

  • cyan value is 0.00%
  • magenta value is 88.24%
  • yellow value is 36.47%
  • key color value is 66.67%

CMYK: (0,88,36,67)
C0M88Y36K67 (0%, 88%, 36%, 67%)
(0.00 / 0.88 / 0.36 / 0.67)

CMYK percentages

%0
%88.24
%36.47
%66.67

Codes

Color #550A36 in popluar color models

55 0A 36
RGB 85 10 54
HSL 325° 78.95% 18.63%
HSB/HSV 325° 88.24% 33.33%
CMYK 0.00% 88.24% 36.47%
66.67%

Color #550A36 in popluar number systems.

HEX 55 0A 36
Decimal 85 10 54
Binary 1010101 1010 110110
Octal 125 12 66

Shades and tints

Shades of #550A36

#550A36
(85,10,54)
#4E0A32
(78,10,50)
#470A2E
(71,10,46)
#400A2A
(64,10,42)
#390A26
(57,10,38)
#320A22
(50,10,34)
#2B0A1E
(43,10,30)
#240A1A
(36,10,26)
#1D0A16
(29,10,22)
#160A12
(22,10,18)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #550A36

#550A36
(85,10,54)
#642048
(100,32,72)
#73365A
(115,54,90)
#824C6C
(130,76,108)
#91627E
(145,98,126)
#A07890
(160,120,144)
#AF8EA2
(175,142,162)
#BEA4B4
(190,164,180)
#CDBAC6
(205,186,198)
#DCD0D8
(220,208,216)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550A36 color. Also use rgb(85,10,54) instead hex code.

Text Font Color

.myTextColor { color: #550A36; }

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

This text font color is #550A36.

Background Color

.myBgColor { background-color: #550A36; }

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

This div background color is #550A36.

Border color

.myBorderColor { border: 1px solid #550A36; }

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

This div border color is #550A36.

Opacity

.myOpacity80 { color: #550A36; opacity: 0.8; }

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

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

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

This text has shadow with #550A36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #550A36.

Preview

Color preview on black background

This text has color #550A36 on black background.


Color preview on white background

This text has color #550A36 on white background.


Black color preview on #550A36 background

This text has black color on #550A36 background.


White color preview on #550A36 background

This text has white color on #550A36 background.


Related colors

Complementary color

Complementary color for #hex is #AAF5C9.


I love getcolorcode.com

Triadic colors

1 #36550A and #0A3655 with #550A36 are triadic colors.

2 #360A55 and #0A5536 with #550A36 are triadic colors.