Html Css Color HEX #822316 Falu Red

📋 copy color: '#822316'

red 130 ◦ green 35 ◦ blue 22

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

Shades of Falu Red #822316

Tints of Falu Red #822316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.72%

 BLUE value IS 22 (8.98% from 255) = 11.76%

R = 69.52%
G = 18.72%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#822316 (or 0x822316) is known color: Falu Red. HEX triplet: 82, 23 and 16. RGB value is (130,35,22). Sum of RGB (Red+Green+Blue) = 130+35+22=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #822316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822316 is #7DDCE9. Grayscale: #3E3E3E. Windows color (decimal): -8248554 or 1450882. OLE color: 1450882.

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

Color convert

RGB 130 35 22 -
CMYK 0 0.73 0.83 0.49
HSL 7.22º 0.71% 0.3% -
HSV(B) 7.22º 0.83% 0.51% -
XYZ 9.95 6.01 1.39 -
YUV 61.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 130 35 22 0 0.73 0.83 0.49 7.22 0.71 0.3
Hex 82 23 16 0 49 53 31 7 47 1E
Octal 202 43 26 0 111 123 61 7 107 36
Binary 10000010 100011 10110 0 1001001 1010011 110001 111 1000111 11110

Color Harmonies of #822316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822316

Black with #822316

Text Example


Text Example

White with #822316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822316; }

 p { color: rgb(130,35,22); }

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

background-color css

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

 a { background-color: rgb(130,35,22); }

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

border-color css

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

 span { border-color: rgb(130,35,22); }

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