Html Css Color HEX #841409 Falu Red

📋 copy color: '#841409'

red 132 ◦ green 20 ◦ blue 9

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

Shades of Falu Red #841409

Tints of Falu Red #841409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.42%

 BLUE value IS 9 (3.91% from 255) = 5.59%

R = 81.99%
G = 12.42%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#841409 (or 0x841409) is known color: Falu Red. HEX triplet: 84, 14 and 09. RGB value is (132,20,9). Sum of RGB (Red+Green+Blue) = 132+20+9=161 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.99% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 132 - color contains mainly: red. Hex color #841409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841409 is #7BEBF6. Grayscale: #343434. Windows color (decimal): -8121335 or 595076. OLE color: 595076.

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

Color convert

RGB 132 20 9 -
CMYK 0 0.85 0.93 0.48
HSL 5.37º 0.87% 0.28% -
HSV(B) 5.37º 0.93% 0.52% -
XYZ 9.82 5.43 0.79 -
YUV 52.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 132 20 9 0 0.85 0.93 0.48 5.37 0.87 0.28
Hex 84 14 9 0 55 5D 30 5 57 1C
Octal 204 24 11 0 125 135 60 5 127 34
Binary 10000100 10100 1001 0 1010101 1011101 110000 101 1010111 11100

Color Harmonies of #841409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841409

Black with #841409

Text Example


Text Example

White with #841409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841409; }

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

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

background-color css

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

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

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

border-color css

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

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

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