Color Hex Logo

#611841 Color Hex

#611841
(97,24,65)
0 Favorites   0 Comments

Color spaces of #611841

RGB 972465
HSL0.910.600.24
HSV326°75°38°
CMYK 0.000.750.33   0.62
XYZ6.21053.57635.3640
Yxy3.57630.40990.2360
Hunter Lab18.911125.5258-3.5794
CIE-Lab22.218136.6543-7.4240

#611841 color RGB value is (97,24,65).

#611841 hex color red value is 97, green value is 24 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #611841 hue: 0.91 , saturation: 0.60 and the lightness value of 611841 is 0.24.

The process color (four color CMYK) of #611841 color hex is 0.00, 0.75, 0.33, 0.62. Web safe color of #611841 is #660033. Color #611841 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011000 01000001
Octal 141 30 101
Decimal 97 24 65
Hex 61 18 41

RGB Percentages of Color #611841

%52.15
%12.90
%34.95

CMYK Percentages of Color #611841

%0
%75
%33
%62

Triadic Colors of #611841

#611841 #416118 #184161

Analogous Colors of #611841

#611841 #61181d #5d1861

Monochromatic Colors of #611841

#611841

Complementary Color

#611841 #186138

#611841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#611841 Color CSS Codes

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

#611841 Text Font Color

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

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


#611841 Background Color

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

This div background color is #611841


#611841 Border Color

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

This div border color is #611841


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,24,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #611841; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #611841;
  -webkit-box-shadow: 1px 1px 3px 2px #611841;
  box-shadow:         1px 1px 3px 2px #611841; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,24,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611841


Comments

No comments written yet.

Please login to write comment.