Color Hex Logo

#481129 Color Hex

#481129
(72,17,41)
0 Favorites   0 Comments

Color spaces of #481129

RGB 721741
HSL0.930.620.17
HSV334°76°28°
CMYK 0.000.760.43   0.72
XYZ3.27321.93872.2995
Yxy1.93870.43580.2581
Hunter Lab13.923717.5954-0.0451
CIE-Lab15.162228.3529-1.5546

#481129 color RGB value is (72,17,41).

#481129 hex color red value is 72, green value is 17 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #481129 hue: 0.93 , saturation: 0.62 and the lightness value of 481129 is 0.17.

The process color (four color CMYK) of #481129 color hex is 0.00, 0.76, 0.43, 0.72. Web safe color of #481129 is #330033. Color #481129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010001 00101001
Octal 110 21 51
Decimal 72 17 41
Hex 48 11 29

RGB Percentages of Color #481129

%55.38
%13.08
%31.54

CMYK Percentages of Color #481129

%0
%76
%43
%72

Triadic Colors of #481129

#481129 #294811 #112948

Analogous Colors of #481129

#481129 #481411 #481145

Monochromatic Colors of #481129

#481129

Complementary Color

#481129 #114830

#481129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481129 Color CSS Codes

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

#481129 Text Font Color

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

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


#481129 Background Color

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

This div background color is #481129


#481129 Border Color

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

This div border color is #481129


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,17,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481129


Comments

No comments written yet.

Please login to write comment.