Color spaces of #852028
RGB | 133 | 32 | 40 |
---|---|---|---|
HSL | 0.99 | 0.61 | 0.32 |
HSV | 355° | 76° | 52° |
CMYK | 0.00 | 0.76 | 0.70 0.48 |
XYZ | 10.5724 | 6.1728 | 2.6417 |
Yxy | 6.1728 | 0.5453 | 0.3184 |
Hunter Lab | 24.8451 | 32.4785 | 11.0875 |
CIE-Lab | 29.8443 | 42.8583 | 21.1429 |
#852028 color RGB value is (133,32,40).
#852028 hex color red value is 133, green value is 32 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #852028 hue: 0.99 , saturation: 0.61 and the lightness value of 852028 is 0.32.
The process color (four color CMYK) of #852028 color hex is 0.00, 0.76, 0.70, 0.48. Web safe color of #852028 is #993333. Color #852028 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 00100000 | 00101000 |
Octal | 205 | 40 | 50 |
Decimal | 133 | 32 | 40 |
Hex | 85 | 20 | 28 |
Shades of #852028
Tints of #852028
RGB Percentages of Color #852028
CMYK Percentages of Color #852028
Complementary Color
#852028 | #20857d |
#852028 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#852028 Color Preview on White Background
Lorem ipsum dolor sit amet.
#852028 Color CSS Codes
.mybgcolor {background-color:#852028; } .myforecolor {color:#852028; } .mybordercolor {border:3px solid #852028; }
#852028 Text Font Color
<p style="color:#852028">Text here</p>
This sample text font color is #852028
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.
#852028 Background Color
<div style="background-color:#852028">
Div content here</div>
This div background color is #852028
#852028 Border Color
<div style="border:3px solid #852028">
Div here</div>
This div border color is #852028
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,32,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #852028; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #852028; -webkit-box-shadow: 1px 1px 3px 2px #852028; box-shadow: 1px 1px 3px 2px #852028; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,32,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #852028">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #852028; -webkit-box-shadow: 1px 1px 3px 2px #852028; box-shadow: 1px 1px 3px 2px #852028;">
Div content here</div>
This div box has shadow with color #852028
Comments
No comments written yet.
Please login to write comment.