COLOR #75001B

HEX: #75001B
RGB: (117,0,27)

Color info

#75001B contains mainly red color. Web safe color of #75001B is #660033 (or #603).

RGB color model

#75001B color RGB value is (117,0,27).

  • red value is 117;
  • green value is 0;
  • blue value is 27.
RGB:
(117,0,27)
(46%,0%,11%)

RGB channels and saturation

R 117 of 255 = 46%
G 0 of 255 = 0%
B 27 of 255 = 11%

117
0
27

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

Portions of RGB colors in percentages

R + G + B =
117 + 0 + 27 = 144 (100%)
R 117 of 144 ~ 81.25%
G 0 of 144 ~ 0%
B 27 of 144 ~ 18.75%

%81.25
%18.75

CMYK color model

#75001B color CMYK value is (0,100,77,54).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 76.92%
  • key color value is 54.12%
CMYK:
(0,100,77,54)
C0M100Y77K54 
(0%,100%,77%,54%)
(0.00/1.00/0.77/0.54)	

CMYK percentages

%0
%100
%76.92
%54.12

Codes

Color #75001B in popluar color models

75001B
RGB117027
HSL346°100.00%22.94%
HSB/HSV346°100.00%45.88%
CMYK0.00%100.00%76.92%
54.12%

Color #75001B in popluar number systems.

HEX75001B
Decimal117027
Binary1110101011011
Octal165033

Shades and tints

Shades of #75001B

#75001B
(117,0,27)
#6B0019
(107,0,25)
#610017
(97,0,23)
#570015
(87,0,21)
#4D0013
(77,0,19)
#430011
(67,0,17)
#39000F
(57,0,15)
#2F000D
(47,0,13)
#25000B
(37,0,11)
#1B0009
(27,0,9)
#110007
(17,0,7)
#000000
(0,0,0)

Tints of #75001B

#75001B
(117,0,27)
#81172F
(129,23,47)
#8D2E43
(141,46,67)
#994557
(153,69,87)
#A55C6B
(165,92,107)
#B1737F
(177,115,127)
#BD8A93
(189,138,147)
#C9A1A7
(201,161,167)
#D5B8BB
(213,184,187)
#E1CFCF
(225,207,207)
#EDE6E3
(237,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75001B color. Also use rgb(117,0,27) instead hex code.

Text Font Color

.myTextColor { color: #75001B; }

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

This text font color is #75001B.


Background Color

.myBgColor { background-color: #75001B; }

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

This div background color is #75001B.


Border color

.myBorderColor { border: 1px solid #75001B; }

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

This div border color is #75001B.


Opacity

.myOpacity80 { color: #75001B; opacity: 0.8; }

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

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

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

This text has shadow with #75001B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75001B on black background.


Color preview on white background

This text has color #75001B on white background.



Black color preview on #75001B background

This text has black color on #75001B background.


White color preview on #75001B background

This text has white color on #75001B background.