Color Hex Logo

#721015 Color Hex

#721015
(114,16,21)
0 Favorites   0 Comments

Color spaces of #721015

RGB 1141621
HSL0.990.750.25
HSV357°86°45°
CMYK 0.000.860.82   0.55
XYZ7.26014.00211.0993
Yxy4.00210.58730.3238
Hunter Lab20.005229.770210.7457
CIE-Lab23.678441.120125.1846

#721015 color RGB value is (114,16,21).

#721015 hex color red value is 114, green value is 16 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #721015 hue: 0.99 , saturation: 0.75 and the lightness value of 721015 is 0.25.

The process color (four color CMYK) of #721015 color hex is 0.00, 0.86, 0.82, 0.55. Web safe color of #721015 is #660000. Color #721015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010000 00010101
Octal 162 20 25
Decimal 114 16 21
Hex 72 10 15

RGB Percentages of Color #721015

%75.50
%10.60
%13.91

CMYK Percentages of Color #721015

%0
%86
%82
%55

Triadic Colors of #721015

#721015 #157210 #101572

Analogous Colors of #721015

#721015 #723c10 #721046

Monochromatic Colors of #721015

#721015

Complementary Color

#721015 #10726d

#721015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721015 Color CSS Codes

.mybgcolor {background-color:#721015; } 
.myforecolor {color:#721015; }
.mybordercolor {border:3px solid #721015; }

#721015 Text Font Color

<p style="color:#721015">Text here</p>

This sample text font color is #721015
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#721015 Background Color

<div style="background-color:#721015">
Div content here</div>

This div background color is #721015


#721015 Border Color

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

This div border color is #721015


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,16,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #721015; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #721015;
  -webkit-box-shadow: 1px 1px 3px 2px #721015;
  box-shadow:         1px 1px 3px 2px #721015; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,16,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #721015">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #721015;
  -webkit-box-shadow: 1px 1px 3px 2px #721015;
  box-shadow:         1px 1px 3px 2px #721015;">
Div content here</div>

This div box has shadow with color #721015


Comments

No comments written yet.

Please login to write comment.