Color spaces of #41132c
RGB | 65 | 19 | 44 |
---|---|---|---|
HSL | 0.91 | 0.55 | 0.16 |
HSV | 327° | 71° | 25° |
CMYK | 0.00 | 0.71 | 0.32 0.75 |
XYZ | 2.8675 | 1.7714 | 2.5737 |
Yxy | 1.7714 | 0.3976 | 0.2456 |
Hunter Lab | 13.3094 | 15.1663 | -2.1486 |
CIE-Lab | 14.2387 | 25.3140 | -5.2622 |
#41132c color RGB value is (65,19,44).
#41132c hex color red value is 65, green value is 19 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #41132c hue: 0.91 , saturation: 0.55 and the lightness value of 41132c is 0.16.
The process color (four color CMYK) of #41132c color hex is 0.00, 0.71, 0.32, 0.75. Web safe color of #41132c is #330033. Color #41132c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 00010011 | 00101100 |
Octal | 101 | 23 | 54 |
Decimal | 65 | 19 | 44 |
Hex | 41 | 13 | 2C |
Shades of #41132c
Tints of #41132c
RGB Percentages of Color #41132c
CMYK Percentages of Color #41132c
Complementary Color
#41132c | #134128 |
#41132c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#41132c Color Preview on White Background
Lorem ipsum dolor sit amet.
#41132c Color CSS Codes
.mybgcolor {background-color:#41132c; } .myforecolor {color:#41132c; } .mybordercolor {border:3px solid #41132c; }
#41132c Text Font Color
<p style="color:#41132c">Text here</p>
This sample text font color is #41132c
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.
#41132c Background Color
<div style="background-color:#41132c">
Div content here</div>
This div background color is #41132c
#41132c Border Color
<div style="border:3px solid #41132c">
Div here</div>
This div border color is #41132c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,19,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #41132c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #41132c; -webkit-box-shadow: 1px 1px 3px 2px #41132c; box-shadow: 1px 1px 3px 2px #41132c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,19,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #41132c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #41132c; -webkit-box-shadow: 1px 1px 3px 2px #41132c; box-shadow: 1px 1px 3px 2px #41132c;">
Div content here</div>
This div box has shadow with color #41132c
Comments
No comments written yet.
Please login to write comment.