Html Css Color HEX #822218 Falu Red

📋 copy color: '#822218'

red 130 ◦ green 34 ◦ blue 24

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

Shades of Falu Red #822218

Tints of Falu Red #822218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.77%

R = 69.15%
G = 18.09%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#822218 (or 0x822218) is known color: Falu Red. HEX triplet: 82, 22 and 18. RGB value is (130,34,24). Sum of RGB (Red+Green+Blue) = 130+34+24=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #822218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822218 is #7DDDE7. Grayscale: #3D3D3D. Windows color (decimal): -8248808 or 1581698. OLE color: 1581698.

HSL color Cylindrical-coordinate representation of color #822218: hue angle of 5.66º degrees, saturation: 0.69, 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 #822218 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 34 24 -
CMYK 0 0.74 0.82 0.49
HSL 5.66º 0.69% 0.3% -
HSV(B) 5.66º 0.82% 0.51% -
XYZ 9.94 5.96 1.49 -
YUV 61.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 130 34 24 0 0.74 0.82 0.49 5.66 0.69 0.3
Hex 82 22 18 0 4A 52 31 6 45 1E
Octal 202 42 30 0 112 122 61 6 105 36
Binary 10000010 100010 11000 0 1001010 1010010 110001 110 1000101 11110

Color Harmonies of #822218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822218

Black with #822218

Text Example


Text Example

White with #822218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822218; }

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

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

background-color css

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

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

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

border-color css

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

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

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