Html Css Color HEX #822014 Falu Red

📋 copy color: '#822014'

red 130 ◦ green 32 ◦ blue 20

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

Shades of Falu Red #822014

Tints of Falu Red #822014

RGB

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

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

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

R = 71.43%
G = 17.58%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#822014 (or 0x822014) is known color: Falu Red. HEX triplet: 82, 20 and 14. RGB value is (130,32,20). Sum of RGB (Red+Green+Blue) = 130+32+20=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #822014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822014 is #7DDFEB. Grayscale: #3C3C3C. Windows color (decimal): -8249324 or 1319042. OLE color: 1319042.

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

Color convert

RGB 130 32 20 -
CMYK 0 0.75 0.85 0.49
HSL 6.55º 0.73% 0.29% -
HSV(B) 6.55º 0.85% 0.51% -
XYZ 9.85 5.83 1.27 -
YUV 59.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 130 32 20 0 0.75 0.85 0.49 6.55 0.73 0.29
Hex 82 20 14 0 4B 55 31 7 49 1D
Octal 202 40 24 0 113 125 61 7 111 35
Binary 10000010 100000 10100 0 1001011 1010101 110001 111 1001001 11101

Color Harmonies of #822014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822014

Black with #822014

Text Example


Text Example

White with #822014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822014; }

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

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

background-color css

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

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

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

border-color css

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

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

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