Color spaces of #81595b
RGB | 129 | 89 | 91 |
---|---|---|---|
HSL | 0.99 | 0.18 | 0.43 |
HSV | 357° | 31° | 51° |
CMYK | 0.00 | 0.31 | 0.29 0.49 |
XYZ | 14.5140 | 12.5672 | 11.5583 |
Yxy | 12.5672 | 0.3756 | 0.3252 |
Hunter Lab | 35.4502 | 11.0433 | 5.4841 |
CIE-Lab | 42.1038 | 16.8039 | 5.4808 |
#81595b color RGB value is (129,89,91).
#81595b hex color red value is 129, green value is 89 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #81595b hue: 0.99 , saturation: 0.18 and the lightness value of 81595b is 0.43.
The process color (four color CMYK) of #81595b color hex is 0.00, 0.31, 0.29, 0.49. Web safe color of #81595b is #996666. Color #81595b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01011001 | 01011011 |
Octal | 201 | 131 | 133 |
Decimal | 129 | 89 | 91 |
Hex | 81 | 59 | 5B |
Shades of #81595b
Tints of #81595b
RGB Percentages of Color #81595b
CMYK Percentages of Color #81595b
Complementary Color
#81595b | #59817f |
#81595b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81595b Color Preview on White Background
Lorem ipsum dolor sit amet.
#81595b Color CSS Codes
.mybgcolor {background-color:#81595b; } .myforecolor {color:#81595b; } .mybordercolor {border:3px solid #81595b; }
#81595b Text Font Color
<p style="color:#81595b">Text here</p>
This sample text font color is #81595b
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.
#81595b Background Color
<div style="background-color:#81595b">
Div content here</div>
This div background color is #81595b
#81595b Border Color
<div style="border:3px solid #81595b">
Div here</div>
This div border color is #81595b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,89,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81595b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81595b; -webkit-box-shadow: 1px 1px 3px 2px #81595b; box-shadow: 1px 1px 3px 2px #81595b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,89,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81595b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81595b; -webkit-box-shadow: 1px 1px 3px 2px #81595b; box-shadow: 1px 1px 3px 2px #81595b;">
Div content here</div>
This div box has shadow with color #81595b
Comments
No comments written yet.
Please login to write comment.