Color spaces of #631905
RGB | 99 | 25 | 5 |
---|---|---|---|
HSL | 0.04 | 0.90 | 0.20 |
HSV | 13° | 95° | 39° |
CMYK | 0.00 | 0.75 | 0.95 0.61 |
XYZ | 5.5206 | 3.3589 | 0.5009 |
Yxy | 3.3589 | 0.5885 | 0.3581 |
Hunter Lab | 18.3273 | 21.6955 | 11.2087 |
CIE-Lab | 21.4275 | 32.3107 | 29.7793 |
#631905 color RGB value is (99,25,5).
#631905 hex color red value is 99, green value is 25 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #631905 hue: 0.04 , saturation: 0.90 and the lightness value of 631905 is 0.20.
The process color (four color CMYK) of #631905 color hex is 0.00, 0.75, 0.95, 0.61. Web safe color of #631905 is #660000. Color #631905 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 00011001 | 00000101 |
Octal | 143 | 31 | 5 |
Decimal | 99 | 25 | 5 |
Hex | 63 | 19 | 5 |
Shades of #631905
Tints of #631905
RGB Percentages of Color #631905
CMYK Percentages of Color #631905
Complementary Color
#631905 | #054f63 |
#631905 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#631905 Color Preview on White Background
Lorem ipsum dolor sit amet.
#631905 Color CSS Codes
.mybgcolor {background-color:#631905; } .myforecolor {color:#631905; } .mybordercolor {border:3px solid #631905; }
#631905 Text Font Color
<p style="color:#631905">Text here</p>
This sample text font color is #631905
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.
#631905 Background Color
<div style="background-color:#631905">
Div content here</div>
This div background color is #631905
#631905 Border Color
<div style="border:3px solid #631905">
Div here</div>
This div border color is #631905
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,25,5, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #631905; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #631905; -webkit-box-shadow: 1px 1px 3px 2px #631905; box-shadow: 1px 1px 3px 2px #631905; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,25,5, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #631905">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #631905; -webkit-box-shadow: 1px 1px 3px 2px #631905; box-shadow: 1px 1px 3px 2px #631905;">
Div content here</div>
This div box has shadow with color #631905
Comments
No comments written yet.
Please login to write comment.