Color spaces of #b71749
RGB | 183 | 23 | 73 |
---|---|---|---|
HSL | 0.95 | 0.78 | 0.40 |
HSV | 341° | 87° | 72° |
CMYK | 0.00 | 0.87 | 0.60 0.28 |
XYZ | 21.0374 | 11.1611 | 7.3488 |
Yxy | 11.1611 | 0.5320 | 0.2822 |
Hunter Lab | 33.4082 | 53.9383 | 10.3438 |
CIE-Lab | 39.8505 | 61.7158 | 14.8644 |
#b71749 color RGB value is (183,23,73).
#b71749 hex color red value is 183, green value is 23 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b71749 hue: 0.95 , saturation: 0.78 and the lightness value of b71749 is 0.40.
The process color (four color CMYK) of #b71749 color hex is 0.00, 0.87, 0.60, 0.28. Web safe color of #b71749 is #cc0033. Color #b71749 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 00010111 | 01001001 |
Octal | 267 | 27 | 111 |
Decimal | 183 | 23 | 73 |
Hex | B7 | 17 | 49 |
Shades of #b71749
Tints of #b71749
RGB Percentages of Color #b71749
CMYK Percentages of Color #b71749
Complementary Color
#b71749 | #17b785 |
#b71749 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b71749 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b71749 Color CSS Codes
.mybgcolor {background-color:#b71749; } .myforecolor {color:#b71749; } .mybordercolor {border:3px solid #b71749; }
#b71749 Text Font Color
<p style="color:#b71749">Text here</p>
This sample text font color is #b71749
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.
#b71749 Background Color
<div style="background-color:#b71749">
Div content here</div>
This div background color is #b71749
#b71749 Border Color
<div style="border:3px solid #b71749">
Div here</div>
This div border color is #b71749
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,23,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b71749; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b71749; -webkit-box-shadow: 1px 1px 3px 2px #b71749; box-shadow: 1px 1px 3px 2px #b71749; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,23,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b71749">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b71749; -webkit-box-shadow: 1px 1px 3px 2px #b71749; box-shadow: 1px 1px 3px 2px #b71749;">
Div content here</div>
This div box has shadow with color #b71749
Comments
No comments written yet.
Please login to write comment.