Html Css Color HEX #822400 Falu Red

📋 copy color: '#822400'

red 130 ◦ green 36 ◦ blue 0

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

Shades of Falu Red #822400

Tints of Falu Red #822400

RGB

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

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

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

R = 78.31%
G = 21.69%
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

#822400 (or 0x822400) is known color: Falu Red. HEX triplet: 82, 24 and 00. RGB value is (130,36,0). Sum of RGB (Red+Green+Blue) = 130+36+0=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #822400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822400 is #7DDBFF. Grayscale: #3C3C3C. Windows color (decimal): -8248320 or 9346. OLE color: 9346.

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

Color convert

RGB 130 36 0 -
CMYK 0 0.72 1 0.49
HSL 16.62º 1% 0.25% -
HSV(B) 16.62º 1% 0.51% -
XYZ 9.84 6.01 0.64 -
YUV 60 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 130 36 0 0 0.72 1 0.49 16.62 1 0.25
Hex 82 24 0 0 48 64 31 11 64 19
Octal 202 44 0 0 110 144 61 21 144 31
Binary 10000010 100100 0 0 1001000 1100100 110001 10001 1100100 11001

Color Harmonies of #822400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822400

Black with #822400

Text Example


Text Example

White with #822400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822400; }

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

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

background-color css

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

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

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

border-color css

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

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

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