Html Css Color HEX #871614 Falu Red

📋 copy color: '#871614'

red 135 ◦ green 22 ◦ blue 20

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

Shades of Falu Red #871614

Tints of Falu Red #871614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.43%

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

R = 76.27%
G = 12.43%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#871614 (or 0x871614) is known color: Falu Red. HEX triplet: 87, 16 and 14. RGB value is (135,22,20). Sum of RGB (Red+Green+Blue) = 135+22+20=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #871614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871614 is #78E9EB. Grayscale: #373737. Windows color (decimal): -7924204 or 1316487. OLE color: 1316487.

HSL color Cylindrical-coordinate representation of color #871614: hue angle of 1.04º 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 #871614 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 22 20 -
CMYK 0 0.84 0.85 0.47
HSL 1.04º 0.74% 0.3% -
HSV(B) 1.04º 0.85% 0.53% -
XYZ 10.4 5.78 1.23 -
YUV 55.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 135 22 20 0 0.84 0.85 0.47 1.04 0.74 0.3
Hex 87 16 14 0 54 55 2F 1 4A 1E
Octal 207 26 24 0 124 125 57 1 112 36
Binary 10000111 10110 10100 0 1010100 1010101 101111 1 1001010 11110

Color Harmonies of #871614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871614

Black with #871614

Text Example


Text Example

White with #871614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871614; }

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

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

background-color css

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

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

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

border-color css

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

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

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