Html Css Color HEX #822004 Falu Red

📋 copy color: '#822004'

red 130 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #822004

Tints of Falu Red #822004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.28%

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

R = 78.31%
G = 19.28%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#822004 (or 0x822004) is known color: Falu Red. HEX triplet: 82, 20 and 04. RGB value is (130,32,4). Sum of RGB (Red+Green+Blue) = 130+32+4=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #822004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822004 is #7DDFFB. Grayscale: #3A3A3A. Windows color (decimal): -8249340 or 270466. OLE color: 270466.

HSL color Cylindrical-coordinate representation of color #822004: hue angle of 13.33º 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 #822004 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 32 4 -
CMYK 0 0.75 0.97 0.49
HSL 13.33º 0.94% 0.26% -
HSV(B) 13.33º 0.97% 0.51% -
XYZ 9.74 5.79 0.72 -
YUV 58.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 130 32 4 0 0.75 0.97 0.49 13.33 0.94 0.26
Hex 82 20 4 0 4B 61 31 D 5E 1A
Octal 202 40 4 0 113 141 61 15 136 32
Binary 10000010 100000 100 0 1001011 1100001 110001 1101 1011110 11010

Color Harmonies of #822004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822004

Black with #822004

Text Example


Text Example

White with #822004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822004; }

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

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

background-color css

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

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

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

border-color css

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

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

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