Html Css Color HEX #821614 Falu Red

📋 copy color: '#821614'

red 130 ◦ green 22 ◦ blue 20

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

Shades of Falu Red #821614

Tints of Falu Red #821614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.79%

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

R = 75.58%
G = 12.79%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#821614 (or 0x821614) is known color: Falu Red. HEX triplet: 82, 16 and 14. RGB value is (130,22,20). Sum of RGB (Red+Green+Blue) = 130+22+20=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #821614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821614 is #7DE9EB. Grayscale: #363636. Windows color (decimal): -8251884 or 1316482. OLE color: 1316482.

HSL color Cylindrical-coordinate representation of color #821614: hue angle of 1.09º 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 #821614 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 22 20 -
CMYK 0 0.83 0.85 0.49
HSL 1.09º 0.73% 0.29% -
HSV(B) 1.09º 0.85% 0.51% -
XYZ 9.62 5.37 1.19 -
YUV 54.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 130 22 20 0 0.83 0.85 0.49 1.09 0.73 0.29
Hex 82 16 14 0 53 55 31 1 49 1D
Octal 202 26 24 0 123 125 61 1 111 35
Binary 10000010 10110 10100 0 1010011 1010101 110001 1 1001001 11101

Color Harmonies of #821614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821614

Black with #821614

Text Example


Text Example

White with #821614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821614; }

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

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

background-color css

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

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

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

border-color css

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

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

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