Html Css Color HEX #821811 Falu Red

📋 copy color: '#821811'

red 130 ◦ green 24 ◦ blue 17

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

Shades of Falu Red #821811

Tints of Falu Red #821811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.04%

 BLUE value IS 17 (7.03% from 255) = 9.94%

R = 76.02%
G = 14.04%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#821811 (or 0x821811) is known color: Falu Red. HEX triplet: 82, 18 and 11. RGB value is (130,24,17). Sum of RGB (Red+Green+Blue) = 130+24+17=171 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.02% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 130 - color contains mainly: red. Hex color #821811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821811 is #7DE7EE. Grayscale: #373737. Windows color (decimal): -8251375 or 1120386. OLE color: 1120386.

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

Color convert

RGB 130 24 17 -
CMYK 0 0.82 0.87 0.49
HSL 3.72º 0.77% 0.29% -
HSV(B) 3.72º 0.87% 0.51% -
XYZ 9.63 5.44 1.07 -
YUV 54.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 130 24 17 0 0.82 0.87 0.49 3.72 0.77 0.29
Hex 82 18 11 0 52 57 31 4 4D 1D
Octal 202 30 21 0 122 127 61 4 115 35
Binary 10000010 11000 10001 0 1010010 1010111 110001 100 1001101 11101

Color Harmonies of #821811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821811

Black with #821811

Text Example


Text Example

White with #821811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821811; }

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

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

background-color css

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

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

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

border-color css

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

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

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