Html Css Color HEX #842119 Falu Red

📋 copy color: '#842119'

red 132 ◦ green 33 ◦ blue 25

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

Shades of Falu Red #842119

Tints of Falu Red #842119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.37%

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

R = 69.47%
G = 17.37%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#842119 (or 0x842119) is known color: Falu Red. HEX triplet: 84, 21 and 19. RGB value is (132,33,25). Sum of RGB (Red+Green+Blue) = 132+33+25=190 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.47% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 132 - color contains mainly: red. Hex color #842119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842119 is #7BDEE6. Grayscale: #3D3D3D. Windows color (decimal): -8117991 or 1646980. OLE color: 1646980.

HSL color Cylindrical-coordinate representation of color #842119: hue angle of 4.49º 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 #842119 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 33 25 -
CMYK 0 0.75 0.81 0.48
HSL 4.49º 0.68% 0.31% -
HSV(B) 4.49º 0.81% 0.52% -
XYZ 10.24 6.06 1.55 -
YUV 61.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 132 33 25 0 0.75 0.81 0.48 4.49 0.68 0.31
Hex 84 21 19 0 4B 51 30 4 44 1F
Octal 204 41 31 0 113 121 60 4 104 37
Binary 10000100 100001 11001 0 1001011 1010001 110000 100 1000100 11111

Color Harmonies of #842119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842119

Black with #842119

Text Example


Text Example

White with #842119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842119; }

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

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

background-color css

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

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

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

border-color css

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

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

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