Html Css Color HEX #862114 Falu Red

📋 copy color: '#862114'

red 134 ◦ green 33 ◦ blue 20

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

Shades of Falu Red #862114

Tints of Falu Red #862114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

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

R = 71.66%
G = 17.65%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#862114 (or 0x862114) is known color: Falu Red. HEX triplet: 86, 21 and 14. RGB value is (134,33,20). Sum of RGB (Red+Green+Blue) = 134+33+20=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #862114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862114 is #79DEEB. Grayscale: #3D3D3D. Windows color (decimal): -7986924 or 1319302. OLE color: 1319302.

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

Color convert

RGB 134 33 20 -
CMYK 0 0.75 0.85 0.47
HSL 6.84º 0.74% 0.3% -
HSV(B) 6.84º 0.85% 0.53% -
XYZ 10.5 6.21 1.31 -
YUV 61.72 104.46 179.56 -
System Red Green Blue C M Y K H S L
Decimal 134 33 20 0 0.75 0.85 0.47 6.84 0.74 0.3
Hex 86 21 14 0 4B 55 2F 7 4A 1E
Octal 206 41 24 0 113 125 57 7 112 36
Binary 10000110 100001 10100 0 1001011 1010101 101111 111 1001010 11110

Color Harmonies of #862114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862114

Black with #862114

Text Example


Text Example

White with #862114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862114; }

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

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

background-color css

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

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

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

border-color css

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

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

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