Color Hex Logo

#63061d Color Hex

#63061D
(99,6,29)
1 Favorites   0 Comments

Color spaces of #63061d

RGB 99629
HSL0.960.890.21
HSV345°94°39°
CMYK 0.000.940.71   0.61
XYZ5.43252.87161.4303
Yxy2.87160.55810.2950
Hunter Lab16.945827.56866.8577
CIE-Lab19.522239.487614.0548

#63061d color RGB value is (99,6,29).

#63061d hex color red value is 99, green value is 6 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #63061d hue: 0.96 , saturation: 0.89 and the lightness value of 63061d is 0.21.

The process color (four color CMYK) of #63061d color hex is 0.00, 0.94, 0.71, 0.61. Web safe color of #63061d is #660033. Color #63061d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000110 00011101
Octal 143 6 35
Decimal 99 6 29
Hex 63 6 1D

RGB Percentages of Color #63061d

%73.88
%4.48
%21.64

CMYK Percentages of Color #63061d

%0
%94
%71
%61

Triadic Colors of #63061d

#63061d #1d6306 #061d63

Analogous Colors of #63061d

#63061d #631e06 #63064c

Monochromatic Colors of #63061d

#63061d

Complementary Color

#63061d #06634c

#63061d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63061d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63061d Color CSS Codes

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

#63061d Text Font Color

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

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


#63061d Background Color

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

This div background color is #63061d


#63061d Border Color

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

This div border color is #63061d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,6,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63061d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63061d;
  -webkit-box-shadow: 1px 1px 3px 2px #63061d;
  box-shadow:         1px 1px 3px 2px #63061d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63061d


Comments

No comments written yet.

Please login to write comment.