Html Css Color HEX #871714 Falu Red

📋 copy color: '#871714'

red 135 ◦ green 23 ◦ blue 20

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

Shades of Falu Red #871714

Tints of Falu Red #871714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.92%

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 75.84%
G = 12.92%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#871714 (or 0x871714) is known color: Falu Red. HEX triplet: 87, 17 and 14. RGB value is (135,23,20). Sum of RGB (Red+Green+Blue) = 135+23+20=178 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.84% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 135 - color contains mainly: red. Hex color #871714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871714 is #78E8EB. Grayscale: #383838. Windows color (decimal): -7923948 or 1316743. OLE color: 1316743.

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

Color convert

RGB 135 23 20 -
CMYK 0 0.83 0.85 0.47
HSL 1.57º 0.74% 0.3% -
HSV(B) 1.57º 0.85% 0.53% -
XYZ 10.42 5.81 1.23 -
YUV 56.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 135 23 20 0 0.83 0.85 0.47 1.57 0.74 0.3
Hex 87 17 14 0 53 55 2F 2 4A 1E
Octal 207 27 24 0 123 125 57 2 112 36
Binary 10000111 10111 10100 0 1010011 1010101 101111 10 1001010 11110

Color Harmonies of #871714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871714

Black with #871714

Text Example


Text Example

White with #871714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871714; }

 p { color: rgb(135,23,20); }

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

background-color css

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

 a { background-color: rgb(135,23,20); }

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

border-color css

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

 span { border-color: rgb(135,23,20); }

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