Html Css Color HEX #841F19 Falu Red

📋 copy color: '#841F19'

red 132 ◦ green 31 ◦ blue 25

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

Shades of Falu Red #841F19

Tints of Falu Red #841F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.49%

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

R = 70.21%
G = 16.49%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#841F19 (or 0x841F19) is known color: Falu Red. HEX triplet: 84, 1F and 19. RGB value is (132,31,25). Sum of RGB (Red+Green+Blue) = 132+31+25=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #841F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841F19 is #7BE0E6. Grayscale: #3C3C3C. Windows color (decimal): -8118503 or 1646468. OLE color: 1646468.

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

Color convert

RGB 132 31 25 -
CMYK 0 0.77 0.81 0.48
HSL 3.36º 0.68% 0.31% -
HSV(B) 3.36º 0.81% 0.52% -
XYZ 10.18 5.96 1.53 -
YUV 60.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 132 31 25 0 0.77 0.81 0.48 3.36 0.68 0.31
Hex 84 1F 19 0 4D 51 30 3 44 1F
Octal 204 37 31 0 115 121 60 3 104 37
Binary 10000100 11111 11001 0 1001101 1010001 110000 11 1000100 11111

Color Harmonies of #841F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F19

Black with #841F19

Text Example


Text Example

White with #841F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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