Html Css Color HEX #821611 Falu Red

📋 copy color: '#821611'

red 130 ◦ green 22 ◦ blue 17

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

Shades of Falu Red #821611

Tints of Falu Red #821611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.02%

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

R = 76.92%
G = 13.02%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#821611 (or 0x821611) is known color: Falu Red. HEX triplet: 82, 16 and 11. RGB value is (130,22,17). Sum of RGB (Red+Green+Blue) = 130+22+17=169 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.92% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 130 - color contains mainly: red. Hex color #821611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821611 is #7DE9EE. Grayscale: #353535. Windows color (decimal): -8251887 or 1119874. OLE color: 1119874.

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

Color convert

RGB 130 22 17 -
CMYK 0 0.83 0.87 0.49
HSL 2.65º 0.77% 0.29% -
HSV(B) 2.65º 0.87% 0.51% -
XYZ 9.59 5.36 1.06 -
YUV 53.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 130 22 17 0 0.83 0.87 0.49 2.65 0.77 0.29
Hex 82 16 11 0 53 57 31 3 4D 1D
Octal 202 26 21 0 123 127 61 3 115 35
Binary 10000010 10110 10001 0 1010011 1010111 110001 11 1001101 11101

Color Harmonies of #821611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821611

Black with #821611

Text Example


Text Example

White with #821611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821611; }

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

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

background-color css

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

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

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

border-color css

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

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

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