Color spaces of #531449
RGB | 83 | 20 | 73 |
---|---|---|---|
HSL | 0.86 | 0.61 | 0.20 |
HSV | 310° | 76° | 33° |
CMYK | 0.00 | 0.76 | 0.12 0.67 |
XYZ | 5.0200 | 2.8204 | 6.5831 |
Yxy | 2.8204 | 0.3480 | 0.1955 |
Hunter Lab | 16.7940 | 23.9668 | -11.4853 |
CIE-Lab | 19.3098 | 35.3994 | -17.6182 |
#531449 color RGB value is (83,20,73).
#531449 hex color red value is 83, green value is 20 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #531449 hue: 0.86 , saturation: 0.61 and the lightness value of 531449 is 0.20.
The process color (four color CMYK) of #531449 color hex is 0.00, 0.76, 0.12, 0.67. Web safe color of #531449 is #660033. Color #531449 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 00010100 | 01001001 |
Octal | 123 | 24 | 111 |
Decimal | 83 | 20 | 73 |
Hex | 53 | 14 | 49 |
Shades of #531449
Tints of #531449
RGB Percentages of Color #531449
CMYK Percentages of Color #531449
Complementary Color
#531449 | #14531e |
#531449 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#531449 Color Preview on White Background
Lorem ipsum dolor sit amet.
#531449 Color CSS Codes
.mybgcolor {background-color:#531449; } .myforecolor {color:#531449; } .mybordercolor {border:3px solid #531449; }
#531449 Text Font Color
<p style="color:#531449">Text here</p>
This sample text font color is #531449
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.
#531449 Background Color
<div style="background-color:#531449">
Div content here</div>
This div background color is #531449
#531449 Border Color
<div style="border:3px solid #531449">
Div here</div>
This div border color is #531449
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,20,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #531449; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #531449; -webkit-box-shadow: 1px 1px 3px 2px #531449; box-shadow: 1px 1px 3px 2px #531449; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,20,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #531449">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #531449; -webkit-box-shadow: 1px 1px 3px 2px #531449; box-shadow: 1px 1px 3px 2px #531449;">
Div content here</div>
This div box has shadow with color #531449
Comments
No comments written yet.
Please login to write comment.