Html Css Color HEX #842314 Falu Red

📋 copy color: '#842314'

red 132 ◦ green 35 ◦ blue 20

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

Shades of Falu Red #842314

Tints of Falu Red #842314

RGB

 RED value IS 132 (51.95% from 255) = 70.59%

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

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

R = 70.59%
G = 18.72%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#842314 (or 0x842314) is known color: Falu Red. HEX triplet: 84, 23 and 14. RGB value is (132,35,20). Sum of RGB (Red+Green+Blue) = 132+35+20=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #842314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842314 is #7BDCEB. Grayscale: #3E3E3E. Windows color (decimal): -8117484 or 1319812. OLE color: 1319812.

HSL color Cylindrical-coordinate representation of color #842314: hue angle of 8.04º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #842314 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 35 20 -
CMYK 0 0.73 0.85 0.48
HSL 8.04º 0.74% 0.3% -
HSV(B) 8.04º 0.85% 0.52% -
XYZ 10.24 6.16 1.31 -
YUV 62.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 132 35 20 0 0.73 0.85 0.48 8.04 0.74 0.3
Hex 84 23 14 0 49 55 30 8 4A 1E
Octal 204 43 24 0 111 125 60 10 112 36
Binary 10000100 100011 10100 0 1001001 1010101 110000 1000 1001010 11110

Color Harmonies of #842314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842314

Black with #842314

Text Example


Text Example

White with #842314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842314; }

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

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

background-color css

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

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

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

border-color css

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

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

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