Html Css Color HEX #822210 Falu Red

📋 copy color: '#822210'

red 130 ◦ green 34 ◦ blue 16

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

Shades of Falu Red #822210

Tints of Falu Red #822210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.89%

R = 72.22%
G = 18.89%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#822210 (or 0x822210) is known color: Falu Red. HEX triplet: 82, 22 and 10. RGB value is (130,34,16). Sum of RGB (Red+Green+Blue) = 130+34+16=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #822210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822210 is #7DDDEF. Grayscale: #3C3C3C. Windows color (decimal): -8248816 or 1057410. OLE color: 1057410.

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

Color convert

RGB 130 34 16 -
CMYK 0 0.74 0.88 0.49
HSL 9.47º 0.78% 0.29% -
HSV(B) 9.47º 0.88% 0.51% -
XYZ 9.87 5.93 1.11 -
YUV 60.65 102.8 177.46 -
System Red Green Blue C M Y K H S L
Decimal 130 34 16 0 0.74 0.88 0.49 9.47 0.78 0.29
Hex 82 22 10 0 4A 58 31 9 4E 1D
Octal 202 42 20 0 112 130 61 11 116 35
Binary 10000010 100010 10000 0 1001010 1011000 110001 1001 1001110 11101

Color Harmonies of #822210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822210

Black with #822210

Text Example


Text Example

White with #822210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822210; }

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

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

background-color css

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

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

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

border-color css

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

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

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