Html Css Color HEX #841413 Falu Red

📋 copy color: '#841413'

red 132 ◦ green 20 ◦ blue 19

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

Shades of Falu Red #841413

Tints of Falu Red #841413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 77.19%
G = 11.7%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#841413 (or 0x841413) is known color: Falu Red. HEX triplet: 84, 14 and 13. RGB value is (132,20,19). Sum of RGB (Red+Green+Blue) = 132+20+19=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #841413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841413 is #7BEBEC. Grayscale: #353535. Windows color (decimal): -8121325 or 1250436. OLE color: 1250436.

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

Color convert

RGB 132 20 19 -
CMYK 0 0.85 0.86 0.48
HSL 0.53º 0.75% 0.3% -
HSV(B) 0.53º 0.86% 0.52% -
XYZ 9.88 5.45 1.15 -
YUV 53.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 132 20 19 0 0.85 0.86 0.48 0.53 0.75 0.3
Hex 84 14 13 0 55 56 30 1 4B 1E
Octal 204 24 23 0 125 126 60 1 113 36
Binary 10000100 10100 10011 0 1010101 1010110 110000 1 1001011 11110

Color Harmonies of #841413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841413

Black with #841413

Text Example


Text Example

White with #841413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841413; }

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

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

background-color css

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

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

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

border-color css

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

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

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