Html Css Color HEX #822617 Falu Red

📋 copy color: '#822617'

red 130 ◦ green 38 ◦ blue 23

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

Shades of Falu Red #822617

Tints of Falu Red #822617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.04%

R = 68.06%
G = 19.9%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#822617 (or 0x822617) is known color: Falu Red. HEX triplet: 82, 26 and 17. RGB value is (130,38,23). Sum of RGB (Red+Green+Blue) = 130+38+23=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #822617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822617 is #7DD9E8. Grayscale: #3F3F3F. Windows color (decimal): -8247785 or 1517186. OLE color: 1517186.

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

Color convert

RGB 130 38 23 -
CMYK 0 0.71 0.82 0.49
HSL 8.41º 0.7% 0.3% -
HSV(B) 8.41º 0.82% 0.51% -
XYZ 10.05 6.19 1.48 -
YUV 63.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 130 38 23 0 0.71 0.82 0.49 8.41 0.7 0.3
Hex 82 26 17 0 47 52 31 8 46 1E
Octal 202 46 27 0 107 122 61 10 106 36
Binary 10000010 100110 10111 0 1000111 1010010 110001 1000 1000110 11110

Color Harmonies of #822617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822617

Black with #822617

Text Example


Text Example

White with #822617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822617; }

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

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

background-color css

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

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

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

border-color css

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

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

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