Html Css Color HEX #822106 Falu Red

📋 copy color: '#822106'

red 130 ◦ green 33 ◦ blue 6

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

Shades of Falu Red #822106

Tints of Falu Red #822106

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.53%

 BLUE value IS 6 (2.73% from 255) = 3.55%

R = 76.92%
G = 19.53%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#822106 (or 0x822106) is known color: Falu Red. HEX triplet: 82, 21 and 06. RGB value is (130,33,6). Sum of RGB (Red+Green+Blue) = 130+33+6=169 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.92% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 130 - color contains mainly: red. Hex color #822106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822106 is #7DDEF9. Grayscale: #3B3B3B. Windows color (decimal): -8249082 or 401794. OLE color: 401794.

HSL color Cylindrical-coordinate representation of color #822106: hue angle of 13.06º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #822106 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 33 6 -
CMYK 0 0.75 0.95 0.49
HSL 13.06º 0.91% 0.27% -
HSV(B) 13.06º 0.95% 0.51% -
XYZ 9.78 5.85 0.79 -
YUV 58.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 130 33 6 0 0.75 0.95 0.49 13.06 0.91 0.27
Hex 82 21 6 0 4B 5F 31 D 5B 1B
Octal 202 41 6 0 113 137 61 15 133 33
Binary 10000010 100001 110 0 1001011 1011111 110001 1101 1011011 11011

Color Harmonies of #822106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822106

Black with #822106

Text Example


Text Example

White with #822106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822106; }

 p { color: rgb(130,33,6); }

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

background-color css

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

 a { background-color: rgb(130,33,6); }

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

border-color css

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

 span { border-color: rgb(130,33,6); }

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