Html Css Color HEX #822809 Falu Red

📋 copy color: '#822809'

red 130 ◦ green 40 ◦ blue 9

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

Shades of Falu Red #822809

Tints of Falu Red #822809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.35%

 BLUE value IS 9 (3.91% from 255) = 5.03%

R = 72.63%
G = 22.35%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#822809 (or 0x822809) is known color: Falu Red. HEX triplet: 82, 28 and 09. RGB value is (130,40,9). Sum of RGB (Red+Green+Blue) = 130+40+9=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #822809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822809 is #7DD7F6. Grayscale: #3F3F3F. Windows color (decimal): -8247287 or 600194. OLE color: 600194.

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

Color convert

RGB 130 40 9 -
CMYK 0 0.69 0.93 0.49
HSL 15.37º 0.87% 0.27% -
HSV(B) 15.37º 0.93% 0.51% -
XYZ 10.01 6.28 0.94 -
YUV 63.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 130 40 9 0 0.69 0.93 0.49 15.37 0.87 0.27
Hex 82 28 9 0 45 5D 31 F 57 1B
Octal 202 50 11 0 105 135 61 17 127 33
Binary 10000010 101000 1001 0 1000101 1011101 110001 1111 1010111 11011

Color Harmonies of #822809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822809

Black with #822809

Text Example


Text Example

White with #822809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822809; }

 p { color: rgb(130,40,9); }

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

background-color css

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

 a { background-color: rgb(130,40,9); }

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

border-color css

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

 span { border-color: rgb(130,40,9); }

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