Color spaces of #842133
RGB | 132 | 33 | 51 |
---|---|---|---|
HSL | 0.97 | 0.60 | 0.32 |
HSV | 349° | 75° | 52° |
CMYK | 0.00 | 0.75 | 0.61 0.48 |
XYZ | 10.6571 | 6.2323 | 3.7732 |
Yxy | 6.2323 | 0.5158 | 0.3016 |
Hunter Lab | 24.9646 | 32.5117 | 8.5140 |
CIE-Lab | 29.9911 | 42.8659 | 14.0902 |
#842133 color RGB value is (132,33,51).
#842133 hex color red value is 132, green value is 33 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #842133 hue: 0.97 , saturation: 0.60 and the lightness value of 842133 is 0.32.
The process color (four color CMYK) of #842133 color hex is 0.00, 0.75, 0.61, 0.48. Web safe color of #842133 is #993333. Color #842133 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 00100001 | 00110011 |
Octal | 204 | 41 | 63 |
Decimal | 132 | 33 | 51 |
Hex | 84 | 21 | 33 |
Shades of #842133
Tints of #842133
RGB Percentages of Color #842133
CMYK Percentages of Color #842133
Complementary Color
#842133 | #218472 |
#842133 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#842133 Color Preview on White Background
Lorem ipsum dolor sit amet.
#842133 Color CSS Codes
.mybgcolor {background-color:#842133; } .myforecolor {color:#842133; } .mybordercolor {border:3px solid #842133; }
#842133 Text Font Color
<p style="color:#842133">Text here</p>
This sample text font color is #842133
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.
#842133 Background Color
<div style="background-color:#842133">
Div content here</div>
This div background color is #842133
#842133 Border Color
<div style="border:3px solid #842133">
Div here</div>
This div border color is #842133
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,33,51, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #842133; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #842133; -webkit-box-shadow: 1px 1px 3px 2px #842133; box-shadow: 1px 1px 3px 2px #842133; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,33,51, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #842133">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #842133; -webkit-box-shadow: 1px 1px 3px 2px #842133; box-shadow: 1px 1px 3px 2px #842133;">
Div content here</div>
This div box has shadow with color #842133
Comments
No comments written yet.
Please login to write comment.