Color Hex Logo

#650019 Color Hex

#650019
(101,0,25)
0 Favorites   0 Comments

Color spaces of #650019

RGB 101025
HSL0.961.000.20
HSV345°100°40°
CMYK 0.001.000.75   0.60
XYZ5.54232.83691.1752
Yxy2.83690.58010.2969
Hunter Lab16.843129.26087.6533
CIE-Lab19.378541.395816.7983

#650019 color RGB value is (101,0,25).

#650019 hex color red value is 101, green value is 0 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #650019 hue: 0.96 , saturation: 1.00 and the lightness value of 650019 is 0.20.

The process color (four color CMYK) of #650019 color hex is 0.00, 1.00, 0.75, 0.60. Web safe color of #650019 is #660000. Color #650019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000000 00011001
Octal 145 0 31
Decimal 101 0 25
Hex 65 0 19

RGB Percentages of Color #650019

%80.16
%0.00
%19.84

CMYK Percentages of Color #650019

%0
%100
%75
%60

Triadic Colors of #650019

#650019 #196500 #001965

Analogous Colors of #650019

#650019 #651900 #65004c

Monochromatic Colors of #650019

#650019

Complementary Color

#650019 #00654c

#650019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#650019 Color CSS Codes

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

#650019 Text Font Color

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

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


#650019 Background Color

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

This div background color is #650019


#650019 Border Color

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

This div border color is #650019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650019

#650019 Color Palettes


Comments

No comments written yet.

Please login to write comment.