Html Css Color HEX #842019 Falu Red

📋 copy color: '#842019'

red 132 ◦ green 32 ◦ blue 25

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

Shades of Falu Red #842019

Tints of Falu Red #842019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

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

R = 69.84%
G = 16.93%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#842019 (or 0x842019) is known color: Falu Red. HEX triplet: 84, 20 and 19. RGB value is (132,32,25). Sum of RGB (Red+Green+Blue) = 132+32+25=189 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.84% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 132 - color contains mainly: red. Hex color #842019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842019 is #7BDFE6. Grayscale: #3D3D3D. Windows color (decimal): -8118247 or 1646724. OLE color: 1646724.

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

Color convert

RGB 132 32 25 -
CMYK 0 0.76 0.81 0.48
HSL 3.93º 0.68% 0.31% -
HSV(B) 3.93º 0.81% 0.52% -
XYZ 10.21 6.01 1.54 -
YUV 61.1 107.63 178.57 -
System Red Green Blue C M Y K H S L
Decimal 132 32 25 0 0.76 0.81 0.48 3.93 0.68 0.31
Hex 84 20 19 0 4C 51 30 4 44 1F
Octal 204 40 31 0 114 121 60 4 104 37
Binary 10000100 100000 11001 0 1001100 1010001 110000 100 1000100 11111

Color Harmonies of #842019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842019

Black with #842019

Text Example


Text Example

White with #842019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842019; }

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

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

background-color css

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

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

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

border-color css

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

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

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