Html Css Color HEX #822602 Falu Red

📋 copy color: '#822602'

red 130 ◦ green 38 ◦ blue 2

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

Shades of Falu Red #822602

Tints of Falu Red #822602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.35%

 BLUE value IS 2 (1.17% from 255) = 1.18%

R = 76.47%
G = 22.35%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#822602 (or 0x822602) is known color: Falu Red. HEX triplet: 82, 26 and 02. RGB value is (130,38,2). Sum of RGB (Red+Green+Blue) = 130+38+2=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #822602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822602 is #7DD9FD. Grayscale: #3D3D3D. Windows color (decimal): -8247806 or 140930. OLE color: 140930.

HSL color Cylindrical-coordinate representation of color #822602: hue angle of 16.88º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #822602 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 38 2 -
CMYK 0 0.71 0.98 0.49
HSL 16.88º 0.97% 0.26% -
HSV(B) 16.88º 0.98% 0.51% -
XYZ 9.91 6.14 0.72 -
YUV 61.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 130 38 2 0 0.71 0.98 0.49 16.88 0.97 0.26
Hex 82 26 2 0 47 62 31 11 61 1A
Octal 202 46 2 0 107 142 61 21 141 32
Binary 10000010 100110 10 0 1000111 1100010 110001 10001 1100001 11010

Color Harmonies of #822602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822602

Black with #822602

Text Example


Text Example

White with #822602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822602; }

 p { color: rgb(130,38,2); }

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

background-color css

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

 a { background-color: rgb(130,38,2); }

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

border-color css

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

 span { border-color: rgb(130,38,2); }

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