Html Css Color HEX #841A14 Falu Red

📋 copy color: '#841A14'

red 132 ◦ green 26 ◦ blue 20

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

Shades of Falu Red #841A14

Tints of Falu Red #841A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.61%

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 74.16%
G = 14.61%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#841A14 (or 0x841A14) is known color: Falu Red. HEX triplet: 84, 1A and 14. RGB value is (132,26,20). Sum of RGB (Red+Green+Blue) = 132+26+20=178 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.16% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 132 - color contains mainly: red. Hex color #841A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841A14 is #7BE5EB. Grayscale: #393939. Windows color (decimal): -8119788 or 1317508. OLE color: 1317508.

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

Color convert

RGB 132 26 20 -
CMYK 0 0.80 0.85 0.48
HSL 3.21º 0.74% 0.3% -
HSV(B) 3.21º 0.85% 0.52% -
XYZ 10.01 5.69 1.23 -
YUV 57.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 132 26 20 0 0.80 0.85 0.48 3.21 0.74 0.3
Hex 84 1A 14 0 50 55 30 3 4A 1E
Octal 204 32 24 0 120 125 60 3 112 36
Binary 10000100 11010 10100 0 1010000 1010101 110000 11 1001010 11110

Color Harmonies of #841A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841A14

Black with #841A14

Text Example


Text Example

White with #841A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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