Color Hex Logo

#481111 Color Hex

#481111
(72,17,17)
0 Favorites   0 Comments

Color spaces of #481111

RGB 721717
HSL0.000.620.17
HSV76°28°
CMYK 0.000.760.76   0.72
XYZ2.97411.81910.7247
Yxy1.81910.53900.3297
Hunter Lab13.487415.75806.2554
CIE-Lab14.507826.059814.6477

#481111 color RGB value is (72,17,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010001 00010001
Octal 110 21 21
Decimal 72 17 17
Hex 48 11 11

RGB Percentages of Color #481111

%67.92
%16.04
%16.04

CMYK Percentages of Color #481111

%0
%76
%76
%72

Triadic Colors of #481111

#481111 #114811 #111148

Analogous Colors of #481111

#481111 #482d11 #48112d

Monochromatic Colors of #481111

#481111

Complementary Color

#481111 #114848

#481111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481111 Color CSS Codes

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

#481111 Text Font Color

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

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


#481111 Background Color

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

This div background color is #481111


#481111 Border Color

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

This div border color is #481111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481111

#481111 Color Palettes


Comments

No comments written yet.

Please login to write comment.