Html Css Color HEX #841614 Falu Red

📋 copy color: '#841614'

red 132 ◦ green 22 ◦ blue 20

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

Shades of Falu Red #841614

Tints of Falu Red #841614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

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

R = 75.86%
G = 12.64%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#841614 (or 0x841614) is known color: Falu Red. HEX triplet: 84, 16 and 14. RGB value is (132,22,20). Sum of RGB (Red+Green+Blue) = 132+22+20=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #841614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841614 is #7BE9EB. Grayscale: #363636. Windows color (decimal): -8120812 or 1316484. OLE color: 1316484.

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

Color convert

RGB 132 22 20 -
CMYK 0 0.83 0.85 0.48
HSL 1.07º 0.74% 0.3% -
HSV(B) 1.07º 0.85% 0.52% -
XYZ 9.93 5.53 1.21 -
YUV 54.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 132 22 20 0 0.83 0.85 0.48 1.07 0.74 0.3
Hex 84 16 14 0 53 55 30 1 4A 1E
Octal 204 26 24 0 123 125 60 1 112 36
Binary 10000100 10110 10100 0 1010011 1010101 110000 1 1001010 11110

Color Harmonies of #841614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841614

Black with #841614

Text Example


Text Example

White with #841614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841614; }

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

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

background-color css

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

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

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

border-color css

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

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

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