Html Css Color HEX #822019 Falu Red

📋 copy color: '#822019'

red 130 ◦ green 32 ◦ blue 25

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

Shades of Falu Red #822019

Tints of Falu Red #822019

RGB

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

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

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

R = 69.52%
G = 17.11%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#822019 (or 0x822019) is known color: Falu Red. HEX triplet: 82, 20 and 19. RGB value is (130,32,25). Sum of RGB (Red+Green+Blue) = 130+32+25=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #822019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822019 is #7DDFE6. Grayscale: #3C3C3C. Windows color (decimal): -8249319 or 1646722. OLE color: 1646722.

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

Color convert

RGB 130 32 25 -
CMYK 0 0.75 0.81 0.49
HSL 0.68% 0.3% -
HSV(B) 0.81% 0.51% -
XYZ 9.9 5.85 1.53 -
YUV 60.5 107.97 177.57 -
System Red Green Blue C M Y K H S L
Decimal 130 32 25 0 0.75 0.81 0.49 4 0.68 0.3
Hex 82 20 19 0 4B 51 31 4 44 1E
Octal 202 40 31 0 113 121 61 4 104 36
Binary 10000010 100000 11001 0 1001011 1010001 110001 100 1000100 11110

Color Harmonies of #822019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822019

Black with #822019

Text Example


Text Example

White with #822019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822019; }

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

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

background-color css

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

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

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

border-color css

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

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

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