Html Css Color HEX #821E14 Falu Red

📋 copy color: '#821E14'

red 130 ◦ green 30 ◦ blue 20

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

Shades of Falu Red #821E14

Tints of Falu Red #821E14

RGB

 RED value IS 130 (51.17% from 255) = 72.22%

 GREEN value IS 30 (12.11% from 255) = 16.67%

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

R = 72.22%
G = 16.67%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#821E14 (or 0x821E14) is known color: Falu Red. HEX triplet: 82, 1E and 14. RGB value is (130,30,20). Sum of RGB (Red+Green+Blue) = 130+30+20=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #821E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821E14 is #7DE1EB. Grayscale: #3A3A3A. Windows color (decimal): -8249836 or 1318530. OLE color: 1318530.

HSL color Cylindrical-coordinate representation of color #821E14: hue angle of 5.45º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821E14 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 30 20 -
CMYK 0 0.77 0.85 0.49
HSL 5.45º 0.73% 0.29% -
HSV(B) 5.45º 0.85% 0.51% -
XYZ 9.8 5.72 1.25 -
YUV 58.76 106.13 178.81 -
System Red Green Blue C M Y K H S L
Decimal 130 30 20 0 0.77 0.85 0.49 5.45 0.73 0.29
Hex 82 1E 14 0 4D 55 31 5 49 1D
Octal 202 36 24 0 115 125 61 5 111 35
Binary 10000010 11110 10100 0 1001101 1010101 110001 101 1001001 11101

Color Harmonies of #821E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E14

Black with #821E14

Text Example


Text Example

White with #821E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821E14; }

 p { color: rgb(130,30,20); }

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

background-color css

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

 a { background-color: rgb(130,30,20); }

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

border-color css

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

 span { border-color: rgb(130,30,20); }

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