Html Css Color HEX #822418 Falu Red

📋 copy color: '#822418'

red 130 ◦ green 36 ◦ blue 24

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

Shades of Falu Red #822418

Tints of Falu Red #822418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.63%

R = 68.42%
G = 18.95%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#822418 (or 0x822418) is known color: Falu Red. HEX triplet: 82, 24 and 18. RGB value is (130,36,24). Sum of RGB (Red+Green+Blue) = 130+36+24=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #822418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822418 is #7DDBE7. Grayscale: #3E3E3E. Windows color (decimal): -8248296 or 1582210. OLE color: 1582210.

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

Color convert

RGB 130 36 24 -
CMYK 0 0.72 0.82 0.49
HSL 6.79º 0.69% 0.3% -
HSV(B) 6.79º 0.82% 0.51% -
XYZ 10 6.07 1.51 -
YUV 62.74 106.14 175.98 -
System Red Green Blue C M Y K H S L
Decimal 130 36 24 0 0.72 0.82 0.49 6.79 0.69 0.3
Hex 82 24 18 0 48 52 31 7 45 1E
Octal 202 44 30 0 110 122 61 7 105 36
Binary 10000010 100100 11000 0 1001000 1010010 110001 111 1000101 11110

Color Harmonies of #822418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822418

Black with #822418

Text Example


Text Example

White with #822418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822418; }

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

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

background-color css

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

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

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

border-color css

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

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

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