Html Css Color HEX #861F14 Falu Red

📋 copy color: '#861F14'

red 134 ◦ green 31 ◦ blue 20

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

Shades of Falu Red #861F14

Tints of Falu Red #861F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.76%

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

R = 72.43%
G = 16.76%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#861F14 (or 0x861F14) is known color: Falu Red. HEX triplet: 86, 1F and 14. RGB value is (134,31,20). Sum of RGB (Red+Green+Blue) = 134+31+20=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #861F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861F14 is #79E0EB. Grayscale: #3C3C3C. Windows color (decimal): -7987436 or 1318790. OLE color: 1318790.

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

Color convert

RGB 134 31 20 -
CMYK 0 0.77 0.85 0.47
HSL 5.79º 0.74% 0.3% -
HSV(B) 5.79º 0.85% 0.53% -
XYZ 10.45 6.1 1.29 -
YUV 60.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 134 31 20 0 0.77 0.85 0.47 5.79 0.74 0.3
Hex 86 1F 14 0 4D 55 2F 6 4A 1E
Octal 206 37 24 0 115 125 57 6 112 36
Binary 10000110 11111 10100 0 1001101 1010101 101111 110 1001010 11110

Color Harmonies of #861F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861F14

Black with #861F14

Text Example


Text Example

White with #861F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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