Html Css Color HEX #822500 Falu Red

📋 copy color: '#822500'

red 130 ◦ green 37 ◦ blue 0

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

Shades of Falu Red #822500

Tints of Falu Red #822500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.84%
G = 22.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#822500 (or 0x822500) is known color: Falu Red. HEX triplet: 82, 25 and 00. RGB value is (130,37,0). Sum of RGB (Red+Green+Blue) = 130+37+0=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #822500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822500 is #7DDAFF. Grayscale: #3C3C3C. Windows color (decimal): -8248064 or 9602. OLE color: 9602.

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

Color convert

RGB 130 37 0 -
CMYK 0 0.72 1 0.49
HSL 17.08º 1% 0.25% -
HSV(B) 17.08º 1% 0.51% -
XYZ 9.87 6.07 0.65 -
YUV 60.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 130 37 0 0 0.72 1 0.49 17.08 1 0.25
Hex 82 25 0 0 48 64 31 11 64 19
Octal 202 45 0 0 110 144 61 21 144 31
Binary 10000010 100101 0 0 1001000 1100100 110001 10001 1100100 11001

Color Harmonies of #822500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822500

Black with #822500

Text Example


Text Example

White with #822500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822500; }

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

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

background-color css

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

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

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

border-color css

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

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

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