Html Css Color HEX #822009 Falu Red

📋 copy color: '#822009'

red 130 ◦ green 32 ◦ blue 9

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

Shades of Falu Red #822009

Tints of Falu Red #822009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.26%

R = 76.02%
G = 18.71%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#822009 (or 0x822009) is known color: Falu Red. HEX triplet: 82, 20 and 09. RGB value is (130,32,9). Sum of RGB (Red+Green+Blue) = 130+32+9=171 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.02% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 130 - color contains mainly: red. Hex color #822009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822009 is #7DDFF6. Grayscale: #3A3A3A. Windows color (decimal): -8249335 or 598146. OLE color: 598146.

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

Color convert

RGB 130 32 9 -
CMYK 0 0.75 0.93 0.49
HSL 11.4º 0.87% 0.27% -
HSV(B) 11.4º 0.93% 0.51% -
XYZ 9.77 5.8 0.86 -
YUV 58.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 130 32 9 0 0.75 0.93 0.49 11.4 0.87 0.27
Hex 82 20 9 0 4B 5D 31 B 57 1B
Octal 202 40 11 0 113 135 61 13 127 33
Binary 10000010 100000 1001 0 1001011 1011101 110001 1011 1010111 11011

Color Harmonies of #822009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822009

Black with #822009

Text Example


Text Example

White with #822009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822009; }

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

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

background-color css

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

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

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

border-color css

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

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

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