Color Hex Logo

#651011 Color Hex

#651011
(101,16,17)
0 Favorites   0 Comments

Color spaces of #651011

RGB 1011617
HSL1.000.730.23
HSV359°84°40°
CMYK 0.000.840.83   0.60
XYZ5.65333.17780.8457
Yxy3.17780.58420.3284
Hunter Lab17.826425.41179.6657
CIE-Lab20.742336.803023.6663

#651011 color RGB value is (101,16,17).

#651011 hex color red value is 101, green value is 16 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #651011 hue: 1.00 , saturation: 0.73 and the lightness value of 651011 is 0.23.

The process color (four color CMYK) of #651011 color hex is 0.00, 0.84, 0.83, 0.60. Web safe color of #651011 is #660000. Color #651011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00010000 00010001
Octal 145 20 21
Decimal 101 16 17
Hex 65 10 11

RGB Percentages of Color #651011

%75.37
%11.94
%12.69

CMYK Percentages of Color #651011

%0
%84
%83
%60

Triadic Colors of #651011

#651011 #116510 #101165

Analogous Colors of #651011

#651011 #653a10 #65103b

Monochromatic Colors of #651011

#651011

Complementary Color

#651011 #106564

#651011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#651011 Color CSS Codes

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

#651011 Text Font Color

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

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


#651011 Background Color

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

This div background color is #651011


#651011 Border Color

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

This div border color is #651011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651011


Comments

No comments written yet.

Please login to write comment.