Color Hex Logo

#961d31 Color Hex

#961D31
(150,29,49)
0 Favorites   0 Comments

Color spaces of #961d31

RGB 1502949
HSL0.970.680.35
HSV350°81°59°
CMYK 0.000.810.67   0.41
XYZ13.57147.58453.6544
Yxy7.58450.54700.3057
Hunter Lab27.540039.767911.4105
CIE-Lab33.102149.688620.1456

#961d31 color RGB value is (150,29,49).

#961d31 hex color red value is 150, green value is 29 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #961d31 hue: 0.97 , saturation: 0.68 and the lightness value of 961d31 is 0.35.

The process color (four color CMYK) of #961d31 color hex is 0.00, 0.81, 0.67, 0.41. Web safe color of #961d31 is #993333. Color #961d31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011101 00110001
Octal 226 35 61
Decimal 150 29 49
Hex 96 1D 31

RGB Percentages of Color #961d31

%65.79
%12.72
%21.49

CMYK Percentages of Color #961d31

%0
%81
%67
%41

Triadic Colors of #961d31

#961d31 #31961d #1d3196

Analogous Colors of #961d31

#961d31 #96461d #961d6e

Monochromatic Colors of #961d31

#961d31

Complementary Color

#961d31 #1d9682

#961d31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961d31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#961d31 Color CSS Codes

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

#961d31 Text Font Color

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

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


#961d31 Background Color

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

This div background color is #961d31


#961d31 Border Color

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

This div border color is #961d31


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,29,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #961d31; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #961d31;
  -webkit-box-shadow: 1px 1px 3px 2px #961d31;
  box-shadow:         1px 1px 3px 2px #961d31; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,29,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961d31


Comments

No comments written yet.

Please login to write comment.