Html Css Color HEX #821F11 Falu Red

📋 copy color: '#821F11'

red 130 ◦ green 31 ◦ blue 17

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

Shades of Falu Red #821F11

Tints of Falu Red #821F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.42%

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

R = 73.03%
G = 17.42%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#821F11 (or 0x821F11) is known color: Falu Red. HEX triplet: 82, 1F and 11. RGB value is (130,31,17). Sum of RGB (Red+Green+Blue) = 130+31+17=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #821F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821F11 is #7DE0EE. Grayscale: #3B3B3B. Windows color (decimal): -8249583 or 1122178. OLE color: 1122178.

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

Color convert

RGB 130 31 17 -
CMYK 0 0.76 0.87 0.49
HSL 7.43º 0.77% 0.29% -
HSV(B) 7.43º 0.87% 0.51% -
XYZ 9.8 5.77 1.13 -
YUV 59.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 130 31 17 0 0.76 0.87 0.49 7.43 0.77 0.29
Hex 82 1F 11 0 4C 57 31 7 4D 1D
Octal 202 37 21 0 114 127 61 7 115 35
Binary 10000010 11111 10001 0 1001100 1010111 110001 111 1001101 11101

Color Harmonies of #821F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821F11

Black with #821F11

Text Example


Text Example

White with #821F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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