Html Css Color HEX #822608 Falu Red

📋 copy color: '#822608'

red 130 ◦ green 38 ◦ blue 8

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

Shades of Falu Red #822608

Tints of Falu Red #822608

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.59%

 BLUE value IS 8 (3.52% from 255) = 4.55%

R = 73.86%
G = 21.59%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#822608 (or 0x822608) is known color: Falu Red. HEX triplet: 82, 26 and 08. RGB value is (130,38,8). Sum of RGB (Red+Green+Blue) = 130+38+8=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #822608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822608 is #7DD9F7. Grayscale: #3E3E3E. Windows color (decimal): -8247800 or 534146. OLE color: 534146.

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

Color convert

RGB 130 38 8 -
CMYK 0 0.71 0.94 0.49
HSL 14.75º 0.88% 0.27% -
HSV(B) 14.75º 0.94% 0.51% -
XYZ 9.94 6.15 0.89 -
YUV 62.09 97.48 176.44 -
System Red Green Blue C M Y K H S L
Decimal 130 38 8 0 0.71 0.94 0.49 14.75 0.88 0.27
Hex 82 26 8 0 47 5E 31 F 58 1B
Octal 202 46 10 0 107 136 61 17 130 33
Binary 10000010 100110 1000 0 1000111 1011110 110001 1111 1011000 11011

Color Harmonies of #822608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822608

Black with #822608

Text Example


Text Example

White with #822608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822608; }

 p { color: rgb(130,38,8); }

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

background-color css

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

 a { background-color: rgb(130,38,8); }

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

border-color css

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

 span { border-color: rgb(130,38,8); }

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