Html Css Color HEX #841405 Falu Red

📋 copy color: '#841405'

red 132 ◦ green 20 ◦ blue 5

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

Shades of Falu Red #841405

Tints of Falu Red #841405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.18%

R = 84.08%
G = 12.74%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#841405 (or 0x841405) is known color: Falu Red. HEX triplet: 84, 14 and 05. RGB value is (132,20,5). Sum of RGB (Red+Green+Blue) = 132+20+5=157 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.08% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 132 - color contains mainly: red. Hex color #841405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841405 is #7BEBFA. Grayscale: #333333. Windows color (decimal): -8121339 or 332932. OLE color: 332932.

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

Color convert

RGB 132 20 5 -
CMYK 0 0.85 0.96 0.48
HSL 7.09º 0.93% 0.27% -
HSV(B) 7.09º 0.96% 0.52% -
XYZ 9.79 5.42 0.67 -
YUV 51.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 132 20 5 0 0.85 0.96 0.48 7.09 0.93 0.27
Hex 84 14 5 0 55 60 30 7 5D 1B
Octal 204 24 5 0 125 140 60 7 135 33
Binary 10000100 10100 101 0 1010101 1100000 110000 111 1011101 11011

Color Harmonies of #841405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841405

Black with #841405

Text Example


Text Example

White with #841405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841405; }

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

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

background-color css

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

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

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

border-color css

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

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

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