Color Hex Logo

#73290a Color Hex

#73290A
(115,41,10)
0 Favorites   0 Comments

Color spaces of #73290a

RGB 1154110
HSL0.050.840.25
HSV18°91°45°
CMYK 0.000.640.91   0.55
XYZ7.91805.25260.8837
Yxy5.25260.56340.3737
Hunter Lab22.918621.561513.7569
CIE-Lab27.442631.118734.6749

#73290a color RGB value is (115,41,10).

#73290a hex color red value is 115, green value is 41 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #73290a hue: 0.05 , saturation: 0.84 and the lightness value of 73290a is 0.25.

The process color (four color CMYK) of #73290a color hex is 0.00, 0.64, 0.91, 0.55. Web safe color of #73290a is #663300. Color #73290a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00101001 00001010
Octal 163 51 12
Decimal 115 41 10
Hex 73 29 A

RGB Percentages of Color #73290a

%69.28
%24.70
%6.02

CMYK Percentages of Color #73290a

%0
%64
%91
%55

Triadic Colors of #73290a

#73290a #0a7329 #290a73

Analogous Colors of #73290a

#73290a #735e0a #730a20

Monochromatic Colors of #73290a

#73290a

Complementary Color

#73290a #0a5473

#73290a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73290a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73290a Color CSS Codes

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

#73290a Text Font Color

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

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


#73290a Background Color

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

This div background color is #73290a


#73290a Border Color

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

This div border color is #73290a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,41,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73290a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73290a;
  -webkit-box-shadow: 1px 1px 3px 2px #73290a;
  box-shadow:         1px 1px 3px 2px #73290a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73290a


Comments

No comments written yet.

Please login to write comment.