Html Css Color HEX #822707 Falu Red

📋 copy color: '#822707'

red 130 ◦ green 39 ◦ blue 7

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

Shades of Falu Red #822707

Tints of Falu Red #822707

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.16%

 BLUE value IS 7 (3.13% from 255) = 3.98%

R = 73.86%
G = 22.16%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#822707 (or 0x822707) is known color: Falu Red. HEX triplet: 82, 27 and 07. RGB value is (130,39,7). Sum of RGB (Red+Green+Blue) = 130+39+7=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #822707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822707 is #7DD8F8. Grayscale: #3E3E3E. Windows color (decimal): -8247545 or 468866. OLE color: 468866.

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

Color convert

RGB 130 39 7 -
CMYK 0 0.70 0.95 0.49
HSL 15.61º 0.9% 0.27% -
HSV(B) 15.61º 0.95% 0.51% -
XYZ 9.97 6.21 0.87 -
YUV 62.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 130 39 7 0 0.70 0.95 0.49 15.61 0.9 0.27
Hex 82 27 7 0 46 5F 31 10 5A 1B
Octal 202 47 7 0 106 137 61 20 132 33
Binary 10000010 100111 111 0 1000110 1011111 110001 10000 1011010 11011

Color Harmonies of #822707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822707

Black with #822707

Text Example


Text Example

White with #822707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822707; }

 p { color: rgb(130,39,7); }

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

background-color css

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

 a { background-color: rgb(130,39,7); }

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

border-color css

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

 span { border-color: rgb(130,39,7); }

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