COLOR #751510

HEX: #751510 RGB: (117,21,16)

Color info

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

RGB color model

#751510 color RGB value is (117,21,16).

RGB: (117,21,16) (46%, 8%, 6%)

RGB channels and saturation

R 117 of 255 = 46%
G 21 of 255 = 8%
B 16 of 255 = 6%

117
21
16

R + G + B ~ 20%. #751510 is dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 21 + 16 = 154 (100%)
R 117 of 154 ~ 75.97%
G 21 of 154 ~ 13.64%
B 16 of 154 ~ 10.39'%

%75.97
%13.64
%10.39

CMYK color model

#751510 color CMYK value is (0,82,86,54).

  • cyan value is 0.00%
  • magenta value is 82.05%
  • yellow value is 86.32%
  • key color value is 54.12%
CMYK: (0,82,86,54) C0M82Y86K54 (0%,82%,86%,54%) (0.00/0.82/0.86/0.54) 

CMYK percentages

%0
%82.05
%86.32
%54.12

Codes

Color #751510 in popluar color models

75 15 10
RGB 117 21 16
HSL 75.94% 26.08%
HSB/HSV 86.32% 45.88%
CMYK 0.00% 82.05% 86.32%
54.12%

Color #751510 in popluar number systems.

HEX 75 15 10
Decimal 117 21 16
Binary 1110101 10101 10000
Octal 165 25 20

Shades and tints

Shades of #751510

#751510
(117,21,16)
#6B140F
(107,20,15)
#61130E
(97,19,14)
#57120D
(87,18,13)
#4D110C
(77,17,12)
#43100B
(67,16,11)
#390F0A
(57,15,10)
#2F0E09
(47,14,9)
#250D08
(37,13,8)
#1B0C07
(27,12,7)
#110B06
(17,11,6)
#000000
(0,0,0)

Tints of #751510

#751510
(117,21,16)
#812A25
(129,42,37)
#8D3F3A
(141,63,58)
#99544F
(153,84,79)
#A56964
(165,105,100)
#B17E79
(177,126,121)
#BD938E
(189,147,142)
#C9A8A3
(201,168,163)
#D5BDB8
(213,189,184)
#E1D2CD
(225,210,205)
#EDE7E2
(237,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751510 color. Also use rgb(117,21,16) instead hex code.

Text Font Color

.myTextColor { color: #751510; }

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

This text font color is #751510.

Background Color

.myBgColor { background-color: #751510; }

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

This div background color is #751510.

Border color

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

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

This div border color is #751510.

Opacity

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

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

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

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

This text has shadow with #751510 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #751510.

Preview

Color preview on black background

This text has color #751510 on black background.


Color preview on white background

This text has color #751510 on white background.


Black color preview on #751510 background

This text has black color on #751510 background.


White color preview on #751510 background

This text has white color on #751510 background.


Related colors

Complementary color

Complementary color for #hex is #8AEAEF.


I love getcolorcode.com

Triadic colors

1 #107515 and #151075 with #751510 are triadic colors.

2 #101575 and #157510 with #751510 are triadic colors.