Color Hex Logo

#732120 Color Hex

#732120
(115,33,32)
0 Favorites   0 Comments

Color spaces of #732120

RGB 1153332
HSL0.000.560.29
HSV72°45°
CMYK 0.000.710.72   0.55
XYZ7.87484.83681.8851
Yxy4.83680.53950.3314
Hunter Lab21.992725.427110.3129
CIE-Lab26.264735.798321.1307

#732120 color RGB value is (115,33,32).

#732120 hex color red value is 115, green value is 33 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #732120 hue: 0.00 , saturation: 0.56 and the lightness value of 732120 is 0.29.

The process color (four color CMYK) of #732120 color hex is 0.00, 0.71, 0.72, 0.55. Web safe color of #732120 is #663333. Color #732120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100001 00100000
Octal 163 41 40
Decimal 115 33 32
Hex 73 21 20

RGB Percentages of Color #732120

%63.89
%18.33
%17.78

CMYK Percentages of Color #732120

%0
%71
%72
%55

Triadic Colors of #732120

#732120 #207321 #212073

Analogous Colors of #732120

#732120 #734b20 #732049

Monochromatic Colors of #732120

#732120

Complementary Color

#732120 #207273

#732120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#732120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#732120 Color CSS Codes

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

#732120 Text Font Color

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

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


#732120 Background Color

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

This div background color is #732120


#732120 Border Color

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

This div border color is #732120


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,33,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #732120; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #732120;
  -webkit-box-shadow: 1px 1px 3px 2px #732120;
  box-shadow:         1px 1px 3px 2px #732120; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #732120


Comments

No comments written yet.

Please login to write comment.