Html Css Color HEX #871310 Falu Red

📋 copy color: '#871310'

red 135 ◦ green 19 ◦ blue 16

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

Shades of Falu Red #871310

Tints of Falu Red #871310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.18%

 BLUE value IS 16 (6.64% from 255) = 9.41%

R = 79.41%
G = 11.18%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#871310 (or 0x871310) is known color: Falu Red. HEX triplet: 87, 13 and 10. RGB value is (135,19,16). Sum of RGB (Red+Green+Blue) = 135+19+16=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #871310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871310 is #78ECEF. Grayscale: #353535. Windows color (decimal): -7924976 or 1053575. OLE color: 1053575.

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

Color convert

RGB 135 19 16 -
CMYK 0 0.86 0.88 0.47
HSL 1.51º 0.79% 0.3% -
HSV(B) 1.51º 0.88% 0.53% -
XYZ 10.32 5.65 1.04 -
YUV 53.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 135 19 16 0 0.86 0.88 0.47 1.51 0.79 0.3
Hex 87 13 10 0 56 58 2F 2 4F 1E
Octal 207 23 20 0 126 130 57 2 117 36
Binary 10000111 10011 10000 0 1010110 1011000 101111 10 1001111 11110

Color Harmonies of #871310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871310

Black with #871310

Text Example


Text Example

White with #871310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871310; }

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

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

background-color css

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

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

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

border-color css

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

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

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