Color spaces of #421931
RGB | 66 | 25 | 49 |
---|---|---|---|
HSL | 0.90 | 0.45 | 0.18 |
HSV | 325° | 62° | 26° |
CMYK | 0.00 | 0.62 | 0.26 0.74 |
XYZ | 3.1488 | 2.0753 | 3.1403 |
Yxy | 2.0753 | 0.3765 | 0.2481 |
Hunter Lab | 14.4059 | 13.8057 | -2.8403 |
CIE-Lab | 15.8776 | 23.1820 | -6.3726 |
#421931 color RGB value is (66,25,49).
#421931 hex color red value is 66, green value is 25 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #421931 hue: 0.90 , saturation: 0.45 and the lightness value of 421931 is 0.18.
The process color (four color CMYK) of #421931 color hex is 0.00, 0.62, 0.26, 0.74. Web safe color of #421931 is #330033. Color #421931 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00011001 | 00110001 |
Octal | 102 | 31 | 61 |
Decimal | 66 | 25 | 49 |
Hex | 42 | 19 | 31 |
Shades of #421931
Tints of #421931
RGB Percentages of Color #421931
CMYK Percentages of Color #421931
Complementary Color
#421931 | #19422a |
#421931 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#421931 Color Preview on White Background
Lorem ipsum dolor sit amet.
#421931 Color CSS Codes
.mybgcolor {background-color:#421931; } .myforecolor {color:#421931; } .mybordercolor {border:3px solid #421931; }
#421931 Text Font Color
<p style="color:#421931">Text here</p>
This sample text font color is #421931
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.
#421931 Background Color
<div style="background-color:#421931">
Div content here</div>
This div background color is #421931
#421931 Border Color
<div style="border:3px solid #421931">
Div here</div>
This div border color is #421931
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,25,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #421931; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #421931; -webkit-box-shadow: 1px 1px 3px 2px #421931; box-shadow: 1px 1px 3px 2px #421931; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,25,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #421931">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #421931; -webkit-box-shadow: 1px 1px 3px 2px #421931; box-shadow: 1px 1px 3px 2px #421931;">
Div content here</div>
This div box has shadow with color #421931
Comments
No comments written yet.
Please login to write comment.