Color spaces of #612242
RGB | 97 | 34 | 66 |
---|---|---|---|
HSL | 0.92 | 0.48 | 0.26 |
HSV | 330° | 65° | 38° |
CMYK | 0.00 | 0.65 | 0.32 0.62 |
XYZ | 6.4852 | 4.0788 | 5.5997 |
Yxy | 4.0788 | 0.4012 | 0.2523 |
Hunter Lab | 20.1960 | 21.9755 | -2.3019 |
CIE-Lab | 23.9303 | 32.2009 | -5.5305 |
#612242 color RGB value is (97,34,66).
#612242 hex color red value is 97, green value is 34 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #612242 hue: 0.92 , saturation: 0.48 and the lightness value of 612242 is 0.26.
The process color (four color CMYK) of #612242 color hex is 0.00, 0.65, 0.32, 0.62. Web safe color of #612242 is #663333. Color #612242 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 00100010 | 01000010 |
Octal | 141 | 42 | 102 |
Decimal | 97 | 34 | 66 |
Hex | 61 | 22 | 42 |
Shades of #612242
Tints of #612242
RGB Percentages of Color #612242
CMYK Percentages of Color #612242
Complementary Color
#612242 | #226141 |
#612242 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#612242 Color Preview on White Background
Lorem ipsum dolor sit amet.
#612242 Color CSS Codes
.mybgcolor {background-color:#612242; } .myforecolor {color:#612242; } .mybordercolor {border:3px solid #612242; }
#612242 Text Font Color
<p style="color:#612242">Text here</p>
This sample text font color is #612242
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.
#612242 Background Color
<div style="background-color:#612242">
Div content here</div>
This div background color is #612242
#612242 Border Color
<div style="border:3px solid #612242">
Div here</div>
This div border color is #612242
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,34,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #612242; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #612242; -webkit-box-shadow: 1px 1px 3px 2px #612242; box-shadow: 1px 1px 3px 2px #612242; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,34,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #612242">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #612242; -webkit-box-shadow: 1px 1px 3px 2px #612242; box-shadow: 1px 1px 3px 2px #612242;">
Div content here</div>
This div box has shadow with color #612242
Comments
No comments written yet.
Please login to write comment.