Color spaces of #86131e
RGB | 134 | 19 | 30 |
---|---|---|---|
HSL | 0.98 | 0.75 | 0.30 |
HSV | 354° | 86° | 53° |
CMYK | 0.00 | 0.86 | 0.78 0.47 |
XYZ | 10.2987 | 5.6278 | 1.7718 |
Yxy | 5.6278 | 0.5819 | 0.3180 |
Hunter Lab | 23.7230 | 35.9758 | 12.1779 |
CIE-Lab | 28.4533 | 46.7607 | 25.9623 |
#86131e color RGB value is (134,19,30).
#86131e hex color red value is 134, green value is 19 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #86131e hue: 0.98 , saturation: 0.75 and the lightness value of 86131e is 0.30.
The process color (four color CMYK) of #86131e color hex is 0.00, 0.86, 0.78, 0.47. Web safe color of #86131e is #990033. Color #86131e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 00010011 | 00011110 |
Octal | 206 | 23 | 36 |
Decimal | 134 | 19 | 30 |
Hex | 86 | 13 | 1E |
Shades of #86131e
Tints of #86131e
RGB Percentages of Color #86131e
CMYK Percentages of Color #86131e
Complementary Color
#86131e | #13867b |
#86131e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86131e Color Preview on White Background
Lorem ipsum dolor sit amet.
#86131e Color CSS Codes
.mybgcolor {background-color:#86131e; } .myforecolor {color:#86131e; } .mybordercolor {border:3px solid #86131e; }
#86131e Text Font Color
<p style="color:#86131e">Text here</p>
This sample text font color is #86131e
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.
#86131e Background Color
<div style="background-color:#86131e">
Div content here</div>
This div background color is #86131e
#86131e Border Color
<div style="border:3px solid #86131e">
Div here</div>
This div border color is #86131e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,19,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86131e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86131e; -webkit-box-shadow: 1px 1px 3px 2px #86131e; box-shadow: 1px 1px 3px 2px #86131e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,19,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #86131e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86131e; -webkit-box-shadow: 1px 1px 3px 2px #86131e; box-shadow: 1px 1px 3px 2px #86131e;">
Div content here</div>
This div box has shadow with color #86131e
Comments
No comments written yet.
Please login to write comment.