Color Hex Logo

#631540 Color Hex

#631540
(99,21,64)
0 Favorites   0 Comments

Color spaces of #631540

RGB 992164
HSL0.910.650.24
HSV327°79°39°
CMYK 0.000.790.35   0.61
XYZ6.33923.55915.2034
Yxy3.55910.41980.2357
Hunter Lab18.865626.9647-3.1471
CIE-Lab22.156838.3005-6.7906

#631540 color RGB value is (99,21,64).

#631540 hex color red value is 99, green value is 21 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #631540 hue: 0.91 , saturation: 0.65 and the lightness value of 631540 is 0.24.

The process color (four color CMYK) of #631540 color hex is 0.00, 0.79, 0.35, 0.61. Web safe color of #631540 is #660033. Color #631540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010101 01000000
Octal 143 25 100
Decimal 99 21 64
Hex 63 15 40

RGB Percentages of Color #631540

%53.80
%11.41
%34.78

CMYK Percentages of Color #631540

%0
%79
%35
%61

Triadic Colors of #631540

#631540 #406315 #154063

Analogous Colors of #631540

#631540 #631519 #5f1563

Monochromatic Colors of #631540

#631540

Complementary Color

#631540 #156338

#631540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631540 Color CSS Codes

.mybgcolor {background-color:#631540; } 
.myforecolor {color:#631540; }
.mybordercolor {border:3px solid #631540; }

#631540 Text Font Color

<p style="color:#631540">Text here</p>

This sample text font color is #631540
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.


#631540 Background Color

<div style="background-color:#631540">
Div content here</div>

This div background color is #631540


#631540 Border Color

<div style="border:3px solid #631540">
Div here</div>

This div border color is #631540


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,21,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #631540; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #631540;
  -webkit-box-shadow: 1px 1px 3px 2px #631540;
  box-shadow:         1px 1px 3px 2px #631540; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,21,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #631540">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #631540;
  -webkit-box-shadow: 1px 1px 3px 2px #631540;
  box-shadow:         1px 1px 3px 2px #631540;">
Div content here</div>

This div box has shadow with color #631540


Comments

No comments written yet.

Please login to write comment.