Html Css Color HEX #842014 Falu Red

📋 copy color: '#842014'

red 132 ◦ green 32 ◦ blue 20

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

Shades of Falu Red #842014

Tints of Falu Red #842014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.39%

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

R = 71.74%
G = 17.39%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#842014 (or 0x842014) is known color: Falu Red. HEX triplet: 84, 20 and 14. RGB value is (132,32,20). Sum of RGB (Red+Green+Blue) = 132+32+20=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #842014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842014 is #7BDFEB. Grayscale: #3C3C3C. Windows color (decimal): -8118252 or 1319044. OLE color: 1319044.

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

Color convert

RGB 132 32 20 -
CMYK 0 0.76 0.85 0.48
HSL 6.43º 0.74% 0.3% -
HSV(B) 6.43º 0.85% 0.52% -
XYZ 10.16 5.99 1.28 -
YUV 60.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 132 32 20 0 0.76 0.85 0.48 6.43 0.74 0.3
Hex 84 20 14 0 4C 55 30 6 4A 1E
Octal 204 40 24 0 114 125 60 6 112 36
Binary 10000100 100000 10100 0 1001100 1010101 110000 110 1001010 11110

Color Harmonies of #842014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842014

Black with #842014

Text Example


Text Example

White with #842014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842014; }

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

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

background-color css

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

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

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

border-color css

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

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

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