Color spaces of #65221c
RGB | 101 | 34 | 28 |
---|---|---|---|
HSL | 0.01 | 0.57 | 0.25 |
HSV | 5° | 72° | 40° |
CMYK | 0.00 | 0.66 | 0.72 0.60 |
XYZ | 6.1485 | 3.9946 | 1.5456 |
Yxy | 3.9946 | 0.5260 | 0.3417 |
Hunter Lab | 19.9865 | 19.9361 | 9.4055 |
CIE-Lab | 23.6536 | 29.7946 | 19.9426 |
#65221c color RGB value is (101,34,28).
#65221c hex color red value is 101, green value is 34 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #65221c hue: 0.01 , saturation: 0.57 and the lightness value of 65221c is 0.25.
The process color (four color CMYK) of #65221c color hex is 0.00, 0.66, 0.72, 0.60. Web safe color of #65221c is #663333. Color #65221c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 00100010 | 00011100 |
Octal | 145 | 42 | 34 |
Decimal | 101 | 34 | 28 |
Hex | 65 | 22 | 1C |
Shades of #65221c
Tints of #65221c
RGB Percentages of Color #65221c
CMYK Percentages of Color #65221c
Complementary Color
#65221c | #1c5f65 |
#65221c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#65221c Color Preview on White Background
Lorem ipsum dolor sit amet.
#65221c Color CSS Codes
.mybgcolor {background-color:#65221c; } .myforecolor {color:#65221c; } .mybordercolor {border:3px solid #65221c; }
#65221c Text Font Color
<p style="color:#65221c">Text here</p>
This sample text font color is #65221c
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.
#65221c Background Color
<div style="background-color:#65221c">
Div content here</div>
This div background color is #65221c
#65221c Border Color
<div style="border:3px solid #65221c">
Div here</div>
This div border color is #65221c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,34,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #65221c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #65221c; -webkit-box-shadow: 1px 1px 3px 2px #65221c; box-shadow: 1px 1px 3px 2px #65221c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,34,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 #65221c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #65221c; -webkit-box-shadow: 1px 1px 3px 2px #65221c; box-shadow: 1px 1px 3px 2px #65221c;">
Div content here</div>
This div box has shadow with color #65221c
Comments
No comments written yet.
Please login to write comment.