Html Css Color HEX #861714 Falu Red

📋 copy color: '#861714'

red 134 ◦ green 23 ◦ blue 20

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

Shades of Falu Red #861714

Tints of Falu Red #861714

RGB

 RED value IS 134 (52.73% from 255) = 75.71%

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

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

R = 75.71%
G = 12.99%
B = 11.3%

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

#861714 (or 0x861714) is known color: Falu Red. HEX triplet: 86, 17 and 14. RGB value is (134,23,20). Sum of RGB (Red+Green+Blue) = 134+23+20=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #861714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861714 is #79E8EB. Grayscale: #373737. Windows color (decimal): -7989484 or 1316742. OLE color: 1316742.

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

Color convert

RGB 134 23 20 -
CMYK 0 0.83 0.85 0.47
HSL 1.58º 0.74% 0.3% -
HSV(B) 1.58º 0.85% 0.53% -
XYZ 10.26 5.73 1.23 -
YUV 55.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 134 23 20 0 0.83 0.85 0.47 1.58 0.74 0.3
Hex 86 17 14 0 53 55 2F 2 4A 1E
Octal 206 27 24 0 123 125 57 2 112 36
Binary 10000110 10111 10100 0 1010011 1010101 101111 10 1001010 11110

Color Harmonies of #861714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861714

Black with #861714

Text Example


Text Example

White with #861714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861714; }

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

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

background-color css

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

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

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

border-color css

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

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

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