Html Css Color HEX #821D11 Falu Red

📋 copy color: '#821D11'

red 130 ◦ green 29 ◦ blue 17

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

Shades of Falu Red #821D11

Tints of Falu Red #821D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.48%

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

R = 73.86%
G = 16.48%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#821D11 (or 0x821D11) is known color: Falu Red. HEX triplet: 82, 1D and 11. RGB value is (130,29,17). Sum of RGB (Red+Green+Blue) = 130+29+17=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #821D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821D11 is #7DE2EE. Grayscale: #393939. Windows color (decimal): -8250095 or 1121666. OLE color: 1121666.

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

Color convert

RGB 130 29 17 -
CMYK 0 0.78 0.87 0.49
HSL 6.37º 0.77% 0.29% -
HSV(B) 6.37º 0.87% 0.51% -
XYZ 9.75 5.67 1.11 -
YUV 57.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 130 29 17 0 0.78 0.87 0.49 6.37 0.77 0.29
Hex 82 1D 11 0 4E 57 31 6 4D 1D
Octal 202 35 21 0 116 127 61 6 115 35
Binary 10000010 11101 10001 0 1001110 1010111 110001 110 1001101 11101

Color Harmonies of #821D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821D11

Black with #821D11

Text Example


Text Example

White with #821D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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