Color Hex Logo

#561015 Color Hex

#561015
(86,16,21)
0 Favorites   0 Comments

Color spaces of #561015

RGB 861621
HSL0.990.690.20
HSV356°81°34°
CMYK 0.000.810.76   0.66
XYZ4.15842.40320.9542
Yxy2.40320.55330.3198
Hunter Lab15.502320.75277.2021
CIE-Lab17.475131.894816.4811

#561015 color RGB value is (86,16,21).

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

The process color (four color CMYK) of #561015 color hex is 0.00, 0.81, 0.76, 0.66. Web safe color of #561015 is #660000. Color #561015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010000 00010101
Octal 126 20 25
Decimal 86 16 21
Hex 56 10 15

RGB Percentages of Color #561015

%69.92
%13.01
%17.07

CMYK Percentages of Color #561015

%0
%81
%76
%66

Triadic Colors of #561015

#561015 #155610 #101556

Analogous Colors of #561015

#561015 #562e10 #561038

Monochromatic Colors of #561015

#561015

Complementary Color

#561015 #105651

#561015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561015 Color CSS Codes

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

#561015 Text Font Color

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

This sample text font color is #561015
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.


#561015 Background Color

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

This div background color is #561015


#561015 Border Color

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

This div border color is #561015


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,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 #561015">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561015


Comments

No comments written yet.

Please login to write comment.