Html Css Color HEX #822206 Falu Red

📋 copy color: '#822206'

red 130 ◦ green 34 ◦ blue 6

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

Shades of Falu Red #822206

Tints of Falu Red #822206

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20%

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

R = 76.47%
G = 20%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#822206 (or 0x822206) is known color: Falu Red. HEX triplet: 82, 22 and 06. RGB value is (130,34,6). Sum of RGB (Red+Green+Blue) = 130+34+6=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #822206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822206 is #7DDDF9. Grayscale: #3B3B3B. Windows color (decimal): -8248826 or 402050. OLE color: 402050.

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

Color convert

RGB 130 34 6 -
CMYK 0 0.74 0.95 0.49
HSL 13.55º 0.91% 0.27% -
HSV(B) 13.55º 0.95% 0.51% -
XYZ 9.81 5.9 0.79 -
YUV 59.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 130 34 6 0 0.74 0.95 0.49 13.55 0.91 0.27
Hex 82 22 6 0 4A 5F 31 E 5B 1B
Octal 202 42 6 0 112 137 61 16 133 33
Binary 10000010 100010 110 0 1001010 1011111 110001 1110 1011011 11011

Color Harmonies of #822206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822206

Black with #822206

Text Example


Text Example

White with #822206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822206; }

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

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

background-color css

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

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

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

border-color css

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

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

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