COLOR #550025

HEX: #550025
RGB: (85,0,37)

Color info

#550025 contains only red and blue colors. Web safe color of #550025 is #660033 (or #603).

RGB color model

#550025 color RGB value is (85,0,37).

  • red value is 85;
  • green value is 0;
  • blue value is 37.
RGB:
(85,0,37)
(33%,0%,15%)

RGB channels and saturation

R 85 of 255 = 33%
G 0 of 255 = 0%
B 37 of 255 = 15%

85
0
37

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

Portions of RGB colors in percentages

R + G + B =
85 + 0 + 37 = 122 (100%)
R 85 of 122 ~ 69.67%
G 0 of 122 ~ 0%
B 37 of 122 ~ 30.33%

%69.67
%30.33

CMYK color model

#550025 color CMYK value is (0,100,56,67).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 56.47%
  • key color value is 66.67%
CMYK:
(0,100,56,67)
C0M100Y56K67 
(0%,100%,56%,67%)
(0.00/1.00/0.56/0.67)	

CMYK percentages

%0
%100
%56.47
%66.67

Codes

Color #550025 in popluar color models

550025
RGB85037
HSL334°100.00%16.67%
HSB/HSV334°100.00%33.33%
CMYK0.00%100.00%56.47%
66.67%

Color #550025 in popluar number systems.

HEX550025
Decimal85037
Binary10101010100101
Octal125045

Shades and tints

Shades of #550025

#550025
(85,0,37)
#4E0022
(78,0,34)
#47001F
(71,0,31)
#40001C
(64,0,28)
#390019
(57,0,25)
#320016
(50,0,22)
#2B0013
(43,0,19)
#240010
(36,0,16)
#1D000D
(29,0,13)
#16000A
(22,0,10)
#0F0007
(15,0,7)
#000000
(0,0,0)

Tints of #550025

#550025
(85,0,37)
#641738
(100,23,56)
#732E4B
(115,46,75)
#82455E
(130,69,94)
#915C71
(145,92,113)
#A07384
(160,115,132)
#AF8A97
(175,138,151)
#BEA1AA
(190,161,170)
#CDB8BD
(205,184,189)
#DCCFD0
(220,207,208)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550025; }

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

This text font color is #550025.


Background Color

.myBgColor { background-color: #550025; }

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

This div background color is #550025.


Border color

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

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

This div border color is #550025.


Opacity

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

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

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

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

This text has shadow with #550025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550025 on black background.


Color preview on white background

This text has color #550025 on white background.



Black color preview on #550025 background

This text has black color on #550025 background.


White color preview on #550025 background

This text has white color on #550025 background.