Color Hex Logo

#481331 Color Hex

#481331
(72,19,49)
0 Favorites   0 Comments

Color spaces of #481331

RGB 721949
HSL0.910.580.18
HSV326°74°28°
CMYK 0.000.740.32   0.72
XYZ3.45972.06523.1220
Yxy2.06520.40010.2388
Hunter Lab14.370817.8241-2.8210
CIE-Lab15.825828.5254-6.3425

#481331 color RGB value is (72,19,49).

#481331 hex color red value is 72, green value is 19 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #481331 hue: 0.91 , saturation: 0.58 and the lightness value of 481331 is 0.18.

The process color (four color CMYK) of #481331 color hex is 0.00, 0.74, 0.32, 0.72. Web safe color of #481331 is #330033. Color #481331 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010011 00110001
Octal 110 23 61
Decimal 72 19 49
Hex 48 13 31

RGB Percentages of Color #481331

%51.43
%13.57
%35.00

CMYK Percentages of Color #481331

%0
%74
%32
%72

Triadic Colors of #481331

#481331 #314813 #133148

Analogous Colors of #481331

#481331 #481317 #451348

Monochromatic Colors of #481331

#481331

Complementary Color

#481331 #13482a

#481331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481331 Color CSS Codes

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

#481331 Text Font Color

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

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


#481331 Background Color

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

This div background color is #481331


#481331 Border Color

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

This div border color is #481331


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,19,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #481331; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #481331;
  -webkit-box-shadow: 1px 1px 3px 2px #481331;
  box-shadow:         1px 1px 3px 2px #481331; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,19,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 #481331">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481331


Comments

No comments written yet.

Please login to write comment.