Html Css Color HEX #822018 Falu Red

📋 copy color: '#822018'

red 130 ◦ green 32 ◦ blue 24

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

Shades of Falu Red #822018

Tints of Falu Red #822018

RGB

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

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

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

R = 69.89%
G = 17.2%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#822018 (or 0x822018) is known color: Falu Red. HEX triplet: 82, 20 and 18. RGB value is (130,32,24). Sum of RGB (Red+Green+Blue) = 130+32+24=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #822018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822018 is #7DDFE7. Grayscale: #3C3C3C. Windows color (decimal): -8249320 or 1581186. OLE color: 1581186.

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

Color convert

RGB 130 32 24 -
CMYK 0 0.75 0.82 0.49
HSL 4.53º 0.69% 0.3% -
HSV(B) 4.53º 0.82% 0.51% -
XYZ 9.89 5.84 1.47 -
YUV 60.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 130 32 24 0 0.75 0.82 0.49 4.53 0.69 0.3
Hex 82 20 18 0 4B 52 31 5 45 1E
Octal 202 40 30 0 113 122 61 5 105 36
Binary 10000010 100000 11000 0 1001011 1010010 110001 101 1000101 11110

Color Harmonies of #822018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822018

Black with #822018

Text Example


Text Example

White with #822018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822018; }

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

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

background-color css

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

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

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

border-color css

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

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

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