Html Css Color HEX #822201 Falu Red

📋 copy color: '#822201'

red 130 ◦ green 34 ◦ blue 1

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

Shades of Falu Red #822201

Tints of Falu Red #822201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.61%

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 78.79%
G = 20.61%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#822201 (or 0x822201) is known color: Falu Red. HEX triplet: 82, 22 and 01. RGB value is (130,34,1). Sum of RGB (Red+Green+Blue) = 130+34+1=165 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.79% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 130 - color contains mainly: red. Hex color #822201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822201 is #7DDDFE. Grayscale: #3B3B3B. Windows color (decimal): -8248831 or 74370. OLE color: 74370.

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

Color convert

RGB 130 34 1 -
CMYK 0 0.74 0.99 0.49
HSL 15.35º 0.98% 0.26% -
HSV(B) 15.35º 0.99% 0.51% -
XYZ 9.78 5.89 0.65 -
YUV 58.94 95.3 178.68 -
System Red Green Blue C M Y K H S L
Decimal 130 34 1 0 0.74 0.99 0.49 15.35 0.98 0.26
Hex 82 22 1 0 4A 63 31 F 62 1A
Octal 202 42 1 0 112 143 61 17 142 32
Binary 10000010 100010 1 0 1001010 1100011 110001 1111 1100010 11010

Color Harmonies of #822201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822201

Black with #822201

Text Example


Text Example

White with #822201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822201; }

 p { color: rgb(130,34,1); }

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

background-color css

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

 a { background-color: rgb(130,34,1); }

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

border-color css

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

 span { border-color: rgb(130,34,1); }

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