Html Css Color HEX #871514 Falu Red

📋 copy color: '#871514'

red 135 ◦ green 21 ◦ blue 20

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

Shades of Falu Red #871514

Tints of Falu Red #871514

RGB

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

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

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

R = 76.7%
G = 11.93%
B = 11.36%

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

#871514 (or 0x871514) is known color: Falu Red. HEX triplet: 87, 15 and 14. RGB value is (135,21,20). Sum of RGB (Red+Green+Blue) = 135+21+20=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #871514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871514 is #78EAEB. Grayscale: #373737. Windows color (decimal): -7924460 or 1316231. OLE color: 1316231.

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

Color convert

RGB 135 21 20 -
CMYK 0 0.84 0.85 0.47
HSL 0.52º 0.74% 0.3% -
HSV(B) 0.52º 0.85% 0.53% -
XYZ 10.39 5.74 1.22 -
YUV 54.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 135 21 20 0 0.84 0.85 0.47 0.52 0.74 0.3
Hex 87 15 14 0 54 55 2F 1 4A 1E
Octal 207 25 24 0 124 125 57 1 112 36
Binary 10000111 10101 10100 0 1010100 1010101 101111 1 1001010 11110

Color Harmonies of #871514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871514

Black with #871514

Text Example


Text Example

White with #871514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871514; }

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

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

background-color css

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

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

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

border-color css

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

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

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