COLOR #510015

HEX: #510015
RGB: (81,0,21)

Renk bilgisi

#510015 contains mainly red color. #510015 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#510015 color RGB value is (81,0,21).

  • kırmız ton 81;
  • yeşil ton 0;
  • mavi ton 21.
RGB:
(81,0,21)
(32%,0%,8%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 0 of 255 = 0%
B 21 of 255 = 8%

81
0
21

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 0 + 21 = 102 (100%)
R 81 of 102 ~ 79.41%
G 0 of 102 ~ 0%
B 21 of 102 ~ 20.59%

%79.41
%20.59

CMYK RENK MODELİ

#510015 rengi CMYK tonu (0,100,74,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 74.07%
  • ana renk tonu 68.24%
CMYK:
(0,100,74,68)
C0M100Y74K68 
(0%,100%,74%,68%)
(0.00/1.00/0.74/0.68)	

CMYK yüzdeleri

%0
%100
%74.07
%68.24

Codes

Color #510015 in popluar color models

510015
RGB81021
HSL344°100.00%15.88%
HSB/HSV344°100.00%31.76%
CMYK0.00%100.00%74.07%
68.24%

Color #510015 in popluar number systems.

HEX510015
Decimal81021
Binary1010001010101
Octal121025

Shades and tints

Shades of #510015

#510015
(81,0,21)
#4A0014
(74,0,20)
#430013
(67,0,19)
#3C0012
(60,0,18)
#350011
(53,0,17)
#2E0010
(46,0,16)
#27000F
(39,0,15)
#20000E
(32,0,14)
#19000D
(25,0,13)
#12000C
(18,0,12)
#0B000B
(11,0,11)
#000000
(0,0,0)

Tints of #510015

#510015
(81,0,21)
#60172A
(96,23,42)
#6F2E3F
(111,46,63)
#7E4554
(126,69,84)
#8D5C69
(141,92,105)
#9C737E
(156,115,126)
#AB8A93
(171,138,147)
#BAA1A8
(186,161,168)
#C9B8BD
(201,184,189)
#D8CFD2
(216,207,210)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #510015 color. Also use rgb(81,0,21) instead hex code.

Text Font Color

.myTextColor { color: #510015; }

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

This text font color is #510015.


Background Color

.myBgColor { background-color: #510015; }

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

This div background color is #510015.


Border color

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

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

This div border color is #510015.


Opacity

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

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

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

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

This text has shadow with #510015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510015 on black background.


Color preview on white background

This text has color #510015 on white background.



Black color preview on #510015 background

This text has black color on #510015 background.


White color preview on #510015 background

This text has white color on #510015 background.