Html Css Color HEX #822419 Falu Red

📋 copy color: '#822419'

red 130 ◦ green 36 ◦ blue 25

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

Shades of Falu Red #822419

Tints of Falu Red #822419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.09%

R = 68.06%
G = 18.85%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#822419 (or 0x822419) is known color: Falu Red. HEX triplet: 82, 24 and 19. RGB value is (130,36,25). Sum of RGB (Red+Green+Blue) = 130+36+25=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #822419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822419 is #7DDBE6. Grayscale: #3E3E3E. Windows color (decimal): -8248295 or 1647746. OLE color: 1647746.

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

Color convert

RGB 130 36 25 -
CMYK 0 0.72 0.81 0.49
HSL 6.29º 0.68% 0.3% -
HSV(B) 6.29º 0.81% 0.51% -
XYZ 10.01 6.08 1.57 -
YUV 62.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 130 36 25 0 0.72 0.81 0.49 6.29 0.68 0.3
Hex 82 24 19 0 48 51 31 6 44 1E
Octal 202 44 31 0 110 121 61 6 104 36
Binary 10000010 100100 11001 0 1001000 1010001 110001 110 1000100 11110

Color Harmonies of #822419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822419

Black with #822419

Text Example


Text Example

White with #822419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822419; }

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

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

background-color css

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

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

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

border-color css

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

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

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