Color Hex Logo

#481019 Color Hex

#481019
(72,16,25)
1 Favorites   0 Comments

Color spaces of #481019

RGB 721625
HSL0.970.640.17
HSV350°78°28°
CMYK 0.000.780.65   0.72
XYZ3.03321.81851.1108
Yxy1.81850.50870.3050
Hunter Lab13.485216.55074.5558
CIE-Lab14.504427.11109.2172

#481019 color RGB value is (72,16,25).

#481019 hex color red value is 72, green value is 16 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #481019 hue: 0.97 , saturation: 0.64 and the lightness value of 481019 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 00011001
Octal 110 20 31
Decimal 72 16 25
Hex 48 10 19

RGB Percentages of Color #481019

%63.72
%14.16
%22.12

CMYK Percentages of Color #481019

%0
%78
%65
%72

Triadic Colors of #481019

#481019 #194810 #101948

Analogous Colors of #481019

#481019 #482310 #481035

Monochromatic Colors of #481019

#481019

Complementary Color

#481019 #10483f

#481019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481019 Color CSS Codes

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

#481019 Text Font Color

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

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


#481019 Background Color

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

This div background color is #481019


#481019 Border Color

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

This div border color is #481019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481019

#481019 Color Palettes


Comments

No comments written yet.

Please login to write comment.