Html Css Color HEX #822519 Falu Red

📋 copy color: '#822519'

red 130 ◦ green 37 ◦ blue 25

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

Shades of Falu Red #822519

Tints of Falu Red #822519

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.27%

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

R = 67.71%
G = 19.27%
B = 13.02%

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

#822519 (or 0x822519) is known color: Falu Red. HEX triplet: 82, 25 and 19. RGB value is (130,37,25). Sum of RGB (Red+Green+Blue) = 130+37+25=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #822519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822519 is #7DDAE6. Grayscale: #3F3F3F. Windows color (decimal): -8248039 or 1648002. OLE color: 1648002.

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

Color convert

RGB 130 37 25 -
CMYK 0 0.72 0.81 0.49
HSL 6.86º 0.68% 0.3% -
HSV(B) 6.86º 0.81% 0.51% -
XYZ 10.04 6.14 1.58 -
YUV 63.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 130 37 25 0 0.72 0.81 0.49 6.86 0.68 0.3
Hex 82 25 19 0 48 51 31 7 44 1E
Octal 202 45 31 0 110 121 61 7 104 36
Binary 10000010 100101 11001 0 1001000 1010001 110001 111 1000100 11110

Color Harmonies of #822519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822519

Black with #822519

Text Example


Text Example

White with #822519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822519; }

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

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

background-color css

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

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

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

border-color css

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

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

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