Color spaces of #601721
RGB | 96 | 23 | 33 |
---|---|---|---|
HSL | 0.98 | 0.61 | 0.23 |
HSV | 352° | 76° | 38° |
CMYK | 0.00 | 0.76 | 0.66 0.62 |
XYZ | 5.4048 | 3.2094 | 1.7735 |
Yxy | 3.2094 | 0.5203 | 0.3090 |
Hunter Lab | 17.9148 | 22.5016 | 6.6709 |
CIE-Lab | 20.8637 | 33.3771 | 12.8606 |
#601721 color RGB value is (96,23,33).
#601721 hex color red value is 96, green value is 23 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #601721 hue: 0.98 , saturation: 0.61 and the lightness value of 601721 is 0.23.
The process color (four color CMYK) of #601721 color hex is 0.00, 0.76, 0.66, 0.62. Web safe color of #601721 is #660033. Color #601721 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 00010111 | 00100001 |
Octal | 140 | 27 | 41 |
Decimal | 96 | 23 | 33 |
Hex | 60 | 17 | 21 |
Shades of #601721
Tints of #601721
RGB Percentages of Color #601721
CMYK Percentages of Color #601721
Complementary Color
#601721 | #176056 |
#601721 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#601721 Color Preview on White Background
Lorem ipsum dolor sit amet.
#601721 Color CSS Codes
.mybgcolor {background-color:#601721; } .myforecolor {color:#601721; } .mybordercolor {border:3px solid #601721; }
#601721 Text Font Color
<p style="color:#601721">Text here</p>
This sample text font color is #601721
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.
#601721 Background Color
<div style="background-color:#601721">
Div content here</div>
This div background color is #601721
#601721 Border Color
<div style="border:3px solid #601721">
Div here</div>
This div border color is #601721
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,23,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #601721; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #601721; -webkit-box-shadow: 1px 1px 3px 2px #601721; box-shadow: 1px 1px 3px 2px #601721; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,23,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #601721">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #601721; -webkit-box-shadow: 1px 1px 3px 2px #601721; box-shadow: 1px 1px 3px 2px #601721;">
Div content here</div>
This div box has shadow with color #601721
Comments
No comments written yet.
Please login to write comment.