Html Css Color HEX #842219 Falu Red

📋 copy color: '#842219'

red 132 ◦ green 34 ◦ blue 25

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

Shades of Falu Red #842219

Tints of Falu Red #842219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.8%

 BLUE value IS 25 (10.16% from 255) = 13.09%

R = 69.11%
G = 17.8%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#842219 (or 0x842219) is known color: Falu Red. HEX triplet: 84, 22 and 19. RGB value is (132,34,25). Sum of RGB (Red+Green+Blue) = 132+34+25=191 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.11% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 132 - color contains mainly: red. Hex color #842219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842219 is #7BDDE6. Grayscale: #3E3E3E. Windows color (decimal): -8117735 or 1647236. OLE color: 1647236.

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

Color convert

RGB 132 34 25 -
CMYK 0 0.74 0.81 0.48
HSL 5.05º 0.68% 0.31% -
HSV(B) 5.05º 0.81% 0.52% -
XYZ 10.26 6.12 1.56 -
YUV 62.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 132 34 25 0 0.74 0.81 0.48 5.05 0.68 0.31
Hex 84 22 19 0 4A 51 30 5 44 1F
Octal 204 42 31 0 112 121 60 5 104 37
Binary 10000100 100010 11001 0 1001010 1010001 110000 101 1000100 11111

Color Harmonies of #842219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842219

Black with #842219

Text Example


Text Example

White with #842219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842219; }

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

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

background-color css

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

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

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

border-color css

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

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

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