Html Css Color HEX #841F14 Falu Red

📋 copy color: '#841F14'

red 132 ◦ green 31 ◦ blue 20

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

Shades of Falu Red #841F14

Tints of Falu Red #841F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.94%

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

R = 72.13%
G = 16.94%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#841F14 (or 0x841F14) is known color: Falu Red. HEX triplet: 84, 1F and 14. RGB value is (132,31,20). Sum of RGB (Red+Green+Blue) = 132+31+20=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #841F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841F14 is #7BE0EB. Grayscale: #3C3C3C. Windows color (decimal): -8118508 or 1318788. OLE color: 1318788.

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

Color convert

RGB 132 31 20 -
CMYK 0 0.77 0.85 0.48
HSL 5.89º 0.74% 0.3% -
HSV(B) 5.89º 0.85% 0.52% -
XYZ 10.13 5.94 1.27 -
YUV 59.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 132 31 20 0 0.77 0.85 0.48 5.89 0.74 0.3
Hex 84 1F 14 0 4D 55 30 6 4A 1E
Octal 204 37 24 0 115 125 60 6 112 36
Binary 10000100 11111 10100 0 1001101 1010101 110000 110 1001010 11110

Color Harmonies of #841F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F14

Black with #841F14

Text Example


Text Example

White with #841F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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