Color Hex Logo

#851523 Color Hex

#851523
(133,21,35)
0 Favorites   0 Comments

Color spaces of #851523

RGB 1332135
HSL0.980.730.30
HSV353°84°52°
CMYK 0.000.840.74   0.48
XYZ10.24445.64422.1396
Yxy5.64420.56820.3131
Hunter Lab23.757535.394711.2906
CIE-Lab28.496546.155122.7478

#851523 color RGB value is (133,21,35).

#851523 hex color red value is 133, green value is 21 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #851523 hue: 0.98 , saturation: 0.73 and the lightness value of 851523 is 0.30.

The process color (four color CMYK) of #851523 color hex is 0.00, 0.84, 0.74, 0.48. Web safe color of #851523 is #990033. Color #851523 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010101 00100011
Octal 205 25 43
Decimal 133 21 35
Hex 85 15 23

RGB Percentages of Color #851523

%70.37
%11.11
%18.52

CMYK Percentages of Color #851523

%0
%84
%74
%48

Triadic Colors of #851523

#851523 #238515 #152385

Analogous Colors of #851523

#851523 #853f15 #85155b

Monochromatic Colors of #851523

#851523

Complementary Color

#851523 #158577

#851523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851523 Color CSS Codes

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

#851523 Text Font Color

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

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


#851523 Background Color

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

This div background color is #851523


#851523 Border Color

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

This div border color is #851523


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,21,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #851523; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #851523;
  -webkit-box-shadow: 1px 1px 3px 2px #851523;
  box-shadow:         1px 1px 3px 2px #851523; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851523


Comments

No comments written yet.

Please login to write comment.