COLOR #87001D

HEX: #87001D
RGB: (135,0,29)

Renk bilgisi

#87001D contains mainly red color. #87001D ‘ nin web güvenlik rengi #990033 (ya da #903) dir.

RGB renk modeli

#87001D color RGB value is (135,0,29).

  • kırmız ton 135;
  • yeşil ton 0;
  • mavi ton 29.
RGB:
(135,0,29)
(53%,0%,11%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 0 of 255 = 0%
B 29 of 255 = 11%

135
0
29

R + G + B ~ 21%. #87001D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 0 + 29 = 164 (100%)
R 135 of 164 ~ 82.32%
G 0 of 164 ~ 0%
B 29 of 164 ~ 17.68%

%82.32
%17.68

CMYK RENK MODELİ

#87001D rengi CMYK tonu (0,100,79,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 78.52%
  • ana renk tonu 47.06%
CMYK:
(0,100,79,47)
C0M100Y79K47 
(0%,100%,79%,47%)
(0.00/1.00/0.79/0.47)	

CMYK yüzdeleri

%0
%100
%78.52
%47.06

Codes

Color #87001D in popluar color models

87001D
RGB135029
HSL347°100.00%26.47%
HSB/HSV347°100.00%52.94%
CMYK0.00%100.00%78.52%
47.06%

Color #87001D in popluar number systems.

HEX87001D
Decimal135029
Binary10000111011101
Octal207035

Shades and tints

Shades of #87001D

#87001D
(135,0,29)
#7B001B
(123,0,27)
#6F0019
(111,0,25)
#630017
(99,0,23)
#570015
(87,0,21)
#4B0013
(75,0,19)
#3F0011
(63,0,17)
#33000F
(51,0,15)
#27000D
(39,0,13)
#1B000B
(27,0,11)
#0F0009
(15,0,9)
#000000
(0,0,0)

Tints of #87001D

#87001D
(135,0,29)
#911731
(145,23,49)
#9B2E45
(155,46,69)
#A54559
(165,69,89)
#AF5C6D
(175,92,109)
#B97381
(185,115,129)
#C38A95
(195,138,149)
#CDA1A9
(205,161,169)
#D7B8BD
(215,184,189)
#E1CFD1
(225,207,209)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87001D color. Also use rgb(135,0,29) instead hex code.

Text Font Color

.myTextColor { color: #87001D; }

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

This text font color is #87001D.


Background Color

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

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

This div background color is #87001D.


Border color

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

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

This div border color is #87001D.


Opacity

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

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

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

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

This text has shadow with #87001D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87001D on black background.


Color preview on white background

This text has color #87001D on white background.



Black color preview on #87001D background

This text has black color on #87001D background.


White color preview on #87001D background

This text has white color on #87001D background.