Color Hex Logo

#85130d Color Hex

#85130D
(133,19,13)
0 Favorites   0 Comments

Color spaces of #85130d

RGB 1331913
HSL0.010.820.29
HSV90°52°
CMYK 0.000.860.90   0.48
XYZ9.97845.48130.9129
Yxy5.48130.60950.3348
Hunter Lab23.412235.106414.0767
CIE-Lab28.064245.940735.3289

#85130d color RGB value is (133,19,13).

#85130d hex color red value is 133, green value is 19 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #85130d hue: 0.01 , saturation: 0.82 and the lightness value of 85130d is 0.29.

The process color (four color CMYK) of #85130d color hex is 0.00, 0.86, 0.90, 0.48. Web safe color of #85130d is #990000. Color #85130d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010011 00001101
Octal 205 23 15
Decimal 133 19 13
Hex 85 13 D

RGB Percentages of Color #85130d

%80.61
%11.52
%7.88

CMYK Percentages of Color #85130d

%0
%86
%90
%48

Triadic Colors of #85130d

#85130d #0d8513 #130d85

Analogous Colors of #85130d

#85130d #854f0d #850d43

Monochromatic Colors of #85130d

#85130d

Complementary Color

#85130d #0d7f85

#85130d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85130d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85130d Color CSS Codes

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

#85130d Text Font Color

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

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


#85130d Background Color

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

This div background color is #85130d


#85130d Border Color

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

This div border color is #85130d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,19,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85130d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85130d;
  -webkit-box-shadow: 1px 1px 3px 2px #85130d;
  box-shadow:         1px 1px 3px 2px #85130d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85130d


Comments

No comments written yet.

Please login to write comment.