Html Css Color HEX #871513 Falu Red

📋 copy color: '#871513'

red 135 ◦ green 21 ◦ blue 19

#871513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #871513

Tints of Falu Red #871513

RGB

 RED value IS 135 (53.13% from 255) = 77.14%

 GREEN value IS 21 (8.59% from 255) = 12%

 BLUE value IS 19 (7.81% from 255) = 10.86%

R = 77.14%
G = 12%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#871513 (or 0x871513) is known color: Falu Red. HEX triplet: 87, 15 and 13. RGB value is (135,21,19). Sum of RGB (Red+Green+Blue) = 135+21+19=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #871513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871513 is #78EAEC. Grayscale: #363636. Windows color (decimal): -7924461 or 1250695. OLE color: 1250695.

HSL color Cylindrical-coordinate representation of color #871513: hue angle of 1.03º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871513 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 21 19 -
CMYK 0 0.84 0.86 0.47
HSL 1.03º 0.75% 0.3% -
HSV(B) 1.03º 0.86% 0.53% -
XYZ 10.38 5.73 1.18 -
YUV 54.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 135 21 19 0 0.84 0.86 0.47 1.03 0.75 0.3
Hex 87 15 13 0 54 56 2F 1 4B 1E
Octal 207 25 23 0 124 126 57 1 113 36
Binary 10000111 10101 10011 0 1010100 1010110 101111 1 1001011 11110

Color Harmonies of #871513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871513

Black with #871513

Text Example


Text Example

White with #871513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871513; }

 p { color: rgb(135,21,19); }

 H1.HeaderClassName
 {
   color: #871513;
 }
 .AnyTagClassName
 {
   color: #871513;
 }
</style>

background-color css

<style>
 a { background-color: #871513; }

 a { background-color: rgb(135,21,19); }

 div.DivClassName
 {
   background-color: #871513;
 }
 .BgClassName
 {
   background-color: #871513;
 }
</style>

border-color css

<style>
 span { border-color: #871513; }

 span { border-color: rgb(135,21,19); }

 td.TdClassName
 {
   border-color: #871513;
 }
 .TagClassName
 {
   border-color: #871513;
 }
</style>