Html Css Color HEX #861711 Falu Red

📋 copy color: '#861711'

red 134 ◦ green 23 ◦ blue 17

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

Shades of Falu Red #861711

Tints of Falu Red #861711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.77%

R = 77.01%
G = 13.22%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#861711 (or 0x861711) is known color: Falu Red. HEX triplet: 86, 17 and 11. RGB value is (134,23,17). Sum of RGB (Red+Green+Blue) = 134+23+17=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #861711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861711 is #79E8EE. Grayscale: #373737. Windows color (decimal): -7989487 or 1120134. OLE color: 1120134.

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

Color convert

RGB 134 23 17 -
CMYK 0 0.83 0.87 0.47
HSL 3.08º 0.77% 0.3% -
HSV(B) 3.08º 0.87% 0.53% -
XYZ 10.24 5.72 1.1 -
YUV 55.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 134 23 17 0 0.83 0.87 0.47 3.08 0.77 0.3
Hex 86 17 11 0 53 57 2F 3 4D 1E
Octal 206 27 21 0 123 127 57 3 115 36
Binary 10000110 10111 10001 0 1010011 1010111 101111 11 1001101 11110

Color Harmonies of #861711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861711

Black with #861711

Text Example


Text Example

White with #861711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861711; }

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

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

background-color css

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

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

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

border-color css

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

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

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