Color spaces of #571538
RGB | 87 | 21 | 56 |
---|---|---|---|
HSL | 0.91 | 0.61 | 0.21 |
HSV | 328° | 76° | 34° |
CMYK | 0.00 | 0.76 | 0.36 0.66 |
XYZ | 4.9125 | 2.8481 | 4.0322 |
Yxy | 2.8481 | 0.4166 | 0.2415 |
Hunter Lab | 16.8763 | 22.4257 | -2.3525 |
CIE-Lab | 19.4250 | 33.5540 | -5.5863 |
#571538 color RGB value is (87,21,56).
#571538 hex color red value is 87, green value is 21 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #571538 hue: 0.91 , saturation: 0.61 and the lightness value of 571538 is 0.21.
The process color (four color CMYK) of #571538 color hex is 0.00, 0.76, 0.36, 0.66. Web safe color of #571538 is #660033. Color #571538 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00010101 | 00111000 |
Octal | 127 | 25 | 70 |
Decimal | 87 | 21 | 56 |
Hex | 57 | 15 | 38 |
Shades of #571538
Tints of #571538
RGB Percentages of Color #571538
CMYK Percentages of Color #571538
Complementary Color
#571538 | #155734 |
#571538 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#571538 Color Preview on White Background
Lorem ipsum dolor sit amet.
#571538 Color CSS Codes
.mybgcolor {background-color:#571538; } .myforecolor {color:#571538; } .mybordercolor {border:3px solid #571538; }
#571538 Text Font Color
<p style="color:#571538">Text here</p>
This sample text font color is #571538
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.
#571538 Background Color
<div style="background-color:#571538">
Div content here</div>
This div background color is #571538
#571538 Border Color
<div style="border:3px solid #571538">
Div here</div>
This div border color is #571538
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,21,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #571538; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #571538; -webkit-box-shadow: 1px 1px 3px 2px #571538; box-shadow: 1px 1px 3px 2px #571538; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,21,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #571538">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #571538; -webkit-box-shadow: 1px 1px 3px 2px #571538; box-shadow: 1px 1px 3px 2px #571538;">
Div content here</div>
This div box has shadow with color #571538
Comments
No comments written yet.
Please login to write comment.