Html Css Color HEX #841911 Falu Red

📋 copy color: '#841911'

red 132 ◦ green 25 ◦ blue 17

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

Shades of Falu Red #841911

Tints of Falu Red #841911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

 BLUE value IS 17 (7.03% from 255) = 9.77%

R = 75.86%
G = 14.37%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#841911 (or 0x841911) is known color: Falu Red. HEX triplet: 84, 19 and 11. RGB value is (132,25,17). Sum of RGB (Red+Green+Blue) = 132+25+17=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #841911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841911 is #7BE6EE. Grayscale: #383838. Windows color (decimal): -8120047 or 1120644. OLE color: 1120644.

HSL color Cylindrical-coordinate representation of color #841911: hue angle of 4.17º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841911 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 25 17 -
CMYK 0 0.81 0.87 0.48
HSL 4.17º 0.77% 0.29% -
HSV(B) 4.17º 0.87% 0.52% -
XYZ 9.96 5.64 1.09 -
YUV 56.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 132 25 17 0 0.81 0.87 0.48 4.17 0.77 0.29
Hex 84 19 11 0 51 57 30 4 4D 1D
Octal 204 31 21 0 121 127 60 4 115 35
Binary 10000100 11001 10001 0 1010001 1010111 110000 100 1001101 11101

Color Harmonies of #841911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841911

Black with #841911

Text Example


Text Example

White with #841911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841911; }

 p { color: rgb(132,25,17); }

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

background-color css

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

 a { background-color: rgb(132,25,17); }

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

border-color css

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

 span { border-color: rgb(132,25,17); }

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