Html Css Color HEX #822005 Falu Red

📋 copy color: '#822005'

red 130 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #822005

Tints of Falu Red #822005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.16%

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

R = 77.84%
G = 19.16%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#822005 (or 0x822005) is known color: Falu Red. HEX triplet: 82, 20 and 05. RGB value is (130,32,5). Sum of RGB (Red+Green+Blue) = 130+32+5=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #822005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822005 is #7DDFFA. Grayscale: #3A3A3A. Windows color (decimal): -8249339 or 336002. OLE color: 336002.

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

Color convert

RGB 130 32 5 -
CMYK 0 0.75 0.96 0.49
HSL 12.96º 0.93% 0.26% -
HSV(B) 12.96º 0.96% 0.51% -
XYZ 9.75 5.79 0.75 -
YUV 58.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 130 32 5 0 0.75 0.96 0.49 12.96 0.93 0.26
Hex 82 20 5 0 4B 60 31 D 5D 1A
Octal 202 40 5 0 113 140 61 15 135 32
Binary 10000010 100000 101 0 1001011 1100000 110001 1101 1011101 11010

Color Harmonies of #822005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822005

Black with #822005

Text Example


Text Example

White with #822005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822005; }

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

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

background-color css

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

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

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

border-color css

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

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

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