Html Css Color HEX #861B14 Falu Red

📋 copy color: '#861B14'

red 134 ◦ green 27 ◦ blue 20

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

Shades of Falu Red #861B14

Tints of Falu Red #861B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.92%

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

R = 74.03%
G = 14.92%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#861B14 (or 0x861B14) is known color: Falu Red. HEX triplet: 86, 1B and 14. RGB value is (134,27,20). Sum of RGB (Red+Green+Blue) = 134+27+20=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #861B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861B14 is #79E4EB. Grayscale: #3A3A3A. Windows color (decimal): -7988460 or 1317766. OLE color: 1317766.

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

Color convert

RGB 134 27 20 -
CMYK 0 0.80 0.85 0.47
HSL 3.68º 0.74% 0.3% -
HSV(B) 3.68º 0.85% 0.53% -
XYZ 10.35 5.9 1.26 -
YUV 58.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 134 27 20 0 0.80 0.85 0.47 3.68 0.74 0.3
Hex 86 1B 14 0 50 55 2F 4 4A 1E
Octal 206 33 24 0 120 125 57 4 112 36
Binary 10000110 11011 10100 0 1010000 1010101 101111 100 1001010 11110

Color Harmonies of #861B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861B14

Black with #861B14

Text Example


Text Example

White with #861B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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