Html Css Color HEX #821E18 Falu Red

📋 copy color: '#821E18'

red 130 ◦ green 30 ◦ blue 24

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

Shades of Falu Red #821E18

Tints of Falu Red #821E18

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.3%

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

R = 70.65%
G = 16.3%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#821E18 (or 0x821E18) is known color: Falu Red. HEX triplet: 82, 1E and 18. RGB value is (130,30,24). Sum of RGB (Red+Green+Blue) = 130+30+24=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #821E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821E18 is #7DE1E7. Grayscale: #3B3B3B. Windows color (decimal): -8249832 or 1580674. OLE color: 1580674.

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

Color convert

RGB 130 30 24 -
CMYK 0 0.77 0.82 0.49
HSL 3.4º 0.69% 0.3% -
HSV(B) 3.4º 0.82% 0.51% -
XYZ 9.84 5.74 1.45 -
YUV 59.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 130 30 24 0 0.77 0.82 0.49 3.4 0.69 0.3
Hex 82 1E 18 0 4D 52 31 3 45 1E
Octal 202 36 30 0 115 122 61 3 105 36
Binary 10000010 11110 11000 0 1001101 1010010 110001 11 1000101 11110

Color Harmonies of #821E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E18

Black with #821E18

Text Example


Text Example

White with #821E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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