Html Css Color HEX #822805 Falu Red

📋 copy color: '#822805'

red 130 ◦ green 40 ◦ blue 5

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

Shades of Falu Red #822805

Tints of Falu Red #822805

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.86%

 BLUE value IS 5 (2.34% from 255) = 2.86%

R = 74.29%
G = 22.86%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#822805 (or 0x822805) is known color: Falu Red. HEX triplet: 82, 28 and 05. RGB value is (130,40,5). Sum of RGB (Red+Green+Blue) = 130+40+5=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #822805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822805 is #7DD7FA. Grayscale: #3F3F3F. Windows color (decimal): -8247291 or 338050. OLE color: 338050.

HSL color Cylindrical-coordinate representation of color #822805: hue angle of 16.8º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #822805 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 40 5 -
CMYK 0 0.69 0.96 0.49
HSL 16.8º 0.93% 0.26% -
HSV(B) 16.8º 0.96% 0.51% -
XYZ 9.99 6.27 0.83 -
YUV 62.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 130 40 5 0 0.69 0.96 0.49 16.8 0.93 0.26
Hex 82 28 5 0 45 60 31 11 5D 1A
Octal 202 50 5 0 105 140 61 21 135 32
Binary 10000010 101000 101 0 1000101 1100000 110001 10001 1011101 11010

Color Harmonies of #822805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822805

Black with #822805

Text Example


Text Example

White with #822805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822805; }

 p { color: rgb(130,40,5); }

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

background-color css

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

 a { background-color: rgb(130,40,5); }

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

border-color css

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

 span { border-color: rgb(130,40,5); }

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