Html Css Color HEX #822404 Falu Red

📋 copy color: '#822404'

red 130 ◦ green 36 ◦ blue 4

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

Shades of Falu Red #822404

Tints of Falu Red #822404

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.18%

 BLUE value IS 4 (1.95% from 255) = 2.35%

R = 76.47%
G = 21.18%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#822404 (or 0x822404) is known color: Falu Red. HEX triplet: 82, 24 and 04. RGB value is (130,36,4). Sum of RGB (Red+Green+Blue) = 130+36+4=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #822404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822404 is #7DDBFB. Grayscale: #3C3C3C. Windows color (decimal): -8248316 or 271490. OLE color: 271490.

HSL color Cylindrical-coordinate representation of color #822404: hue angle of 15.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #822404 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 36 4 -
CMYK 0 0.72 0.97 0.49
HSL 15.24º 0.94% 0.26% -
HSV(B) 15.24º 0.97% 0.51% -
XYZ 9.86 6.02 0.76 -
YUV 60.46 96.14 177.6 -
System Red Green Blue C M Y K H S L
Decimal 130 36 4 0 0.72 0.97 0.49 15.24 0.94 0.26
Hex 82 24 4 0 48 61 31 F 5E 1A
Octal 202 44 4 0 110 141 61 17 136 32
Binary 10000010 100100 100 0 1001000 1100001 110001 1111 1011110 11010

Color Harmonies of #822404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822404

Black with #822404

Text Example


Text Example

White with #822404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822404; }

 p { color: rgb(130,36,4); }

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

background-color css

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

 a { background-color: rgb(130,36,4); }

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

border-color css

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

 span { border-color: rgb(130,36,4); }

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