Html Css Color HEX #822011 Falu Red

📋 copy color: '#822011'

red 130 ◦ green 32 ◦ blue 17

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

Shades of Falu Red #822011

Tints of Falu Red #822011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.5%

R = 72.63%
G = 17.88%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#822011 (or 0x822011) is known color: Falu Red. HEX triplet: 82, 20 and 11. RGB value is (130,32,17). Sum of RGB (Red+Green+Blue) = 130+32+17=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #822011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822011 is #7DDFEE. Grayscale: #3B3B3B. Windows color (decimal): -8249327 or 1122434. OLE color: 1122434.

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

Color convert

RGB 130 32 17 -
CMYK 0 0.75 0.87 0.49
HSL 7.96º 0.77% 0.29% -
HSV(B) 7.96º 0.87% 0.51% -
XYZ 9.82 5.82 1.14 -
YUV 59.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 130 32 17 0 0.75 0.87 0.49 7.96 0.77 0.29
Hex 82 20 11 0 4B 57 31 8 4D 1D
Octal 202 40 21 0 113 127 61 10 115 35
Binary 10000010 100000 10001 0 1001011 1010111 110001 1000 1001101 11101

Color Harmonies of #822011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822011

Black with #822011

Text Example


Text Example

White with #822011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822011; }

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

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

background-color css

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

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

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

border-color css

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

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

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