Color spaces of #49141c
RGB | 73 | 20 | 28 |
---|---|---|---|
HSL | 0.97 | 0.57 | 0.18 |
HSV | 351° | 73° | 29° |
CMYK | 0.00 | 0.73 | 0.62 0.71 |
XYZ | 3.2074 | 2.0006 | 1.3157 |
Yxy | 2.0006 | 0.4917 | 0.3067 |
Hunter Lab | 14.1443 | 15.7248 | 4.3858 |
CIE-Lab | 15.4904 | 25.8408 | 8.3991 |
#49141c color RGB value is (73,20,28).
#49141c hex color red value is 73, green value is 20 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #49141c hue: 0.97 , saturation: 0.57 and the lightness value of 49141c is 0.18.
The process color (four color CMYK) of #49141c color hex is 0.00, 0.73, 0.62, 0.71. Web safe color of #49141c is #330033. Color #49141c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 00010100 | 00011100 |
Octal | 111 | 24 | 34 |
Decimal | 73 | 20 | 28 |
Hex | 49 | 14 | 1C |
Shades of #49141c
Tints of #49141c
RGB Percentages of Color #49141c
CMYK Percentages of Color #49141c
Complementary Color
#49141c | #144941 |
#49141c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49141c Color Preview on White Background
Lorem ipsum dolor sit amet.
#49141c Color CSS Codes
.mybgcolor {background-color:#49141c; } .myforecolor {color:#49141c; } .mybordercolor {border:3px solid #49141c; }
#49141c Text Font Color
<p style="color:#49141c">Text here</p>
This sample text font color is #49141c
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.
#49141c Background Color
<div style="background-color:#49141c">
Div content here</div>
This div background color is #49141c
#49141c Border Color
<div style="border:3px solid #49141c">
Div here</div>
This div border color is #49141c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,20,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49141c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49141c; -webkit-box-shadow: 1px 1px 3px 2px #49141c; box-shadow: 1px 1px 3px 2px #49141c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,20,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49141c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49141c; -webkit-box-shadow: 1px 1px 3px 2px #49141c; box-shadow: 1px 1px 3px 2px #49141c;">
Div content here</div>
This div box has shadow with color #49141c
Comments
No comments written yet.
Please login to write comment.