Html Css Color HEX #862314 Falu Red

📋 copy color: '#862314'

red 134 ◦ green 35 ◦ blue 20

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

Shades of Falu Red #862314

Tints of Falu Red #862314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.52%

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

R = 70.9%
G = 18.52%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#862314 (or 0x862314) is known color: Falu Red. HEX triplet: 86, 23 and 14. RGB value is (134,35,20). Sum of RGB (Red+Green+Blue) = 134+35+20=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #862314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862314 is #79DCEB. Grayscale: #3F3F3F. Windows color (decimal): -7986412 or 1319814. OLE color: 1319814.

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

Color convert

RGB 134 35 20 -
CMYK 0 0.74 0.85 0.47
HSL 7.89º 0.74% 0.3% -
HSV(B) 7.89º 0.85% 0.53% -
XYZ 10.56 6.32 1.33 -
YUV 62.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 134 35 20 0 0.74 0.85 0.47 7.89 0.74 0.3
Hex 86 23 14 0 4A 55 2F 8 4A 1E
Octal 206 43 24 0 112 125 57 10 112 36
Binary 10000110 100011 10100 0 1001010 1010101 101111 1000 1001010 11110

Color Harmonies of #862314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862314

Black with #862314

Text Example


Text Example

White with #862314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862314; }

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

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

background-color css

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

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

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

border-color css

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

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

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