Color spaces of #a7363b
RGB | 167 | 54 | 59 |
---|---|---|---|
HSL | 0.99 | 0.51 | 0.43 |
HSV | 357° | 68° | 65° |
CMYK | 0.00 | 0.68 | 0.65 0.35 |
XYZ | 18.0449 | 11.1696 | 5.3425 |
Yxy | 11.1696 | 0.5222 | 0.3232 |
Hunter Lab | 33.4210 | 37.8904 | 13.9169 |
CIE-Lab | 39.8647 | 46.5744 | 23.0992 |
#a7363b color RGB value is (167,54,59).
#a7363b hex color red value is 167, green value is 54 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a7363b hue: 0.99 , saturation: 0.51 and the lightness value of a7363b is 0.43.
The process color (four color CMYK) of #a7363b color hex is 0.00, 0.68, 0.65, 0.35. Web safe color of #a7363b is #993333. Color #a7363b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 00110110 | 00111011 |
Octal | 247 | 66 | 73 |
Decimal | 167 | 54 | 59 |
Hex | A7 | 36 | 3B |
Shades of #a7363b
Tints of #a7363b
RGB Percentages of Color #a7363b
CMYK Percentages of Color #a7363b
Complementary Color
#a7363b | #36a7a2 |
#a7363b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a7363b Color Preview on White Background
Lorem ipsum dolor sit amet.
#a7363b Color CSS Codes
.mybgcolor {background-color:#a7363b; } .myforecolor {color:#a7363b; } .mybordercolor {border:3px solid #a7363b; }
#a7363b Text Font Color
<p style="color:#a7363b">Text here</p>
This sample text font color is #a7363b
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.
#a7363b Background Color
<div style="background-color:#a7363b">
Div content here</div>
This div background color is #a7363b
#a7363b Border Color
<div style="border:3px solid #a7363b">
Div here</div>
This div border color is #a7363b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,54,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a7363b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a7363b; -webkit-box-shadow: 1px 1px 3px 2px #a7363b; box-shadow: 1px 1px 3px 2px #a7363b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,54,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a7363b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a7363b; -webkit-box-shadow: 1px 1px 3px 2px #a7363b; box-shadow: 1px 1px 3px 2px #a7363b;">
Div content here</div>
This div box has shadow with color #a7363b
Comments
No comments written yet.
Please login to write comment.