Html Css Color HEX #821109 Falu Red

📋 copy color: '#821109'

red 130 ◦ green 17 ◦ blue 9

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

Shades of Falu Red #821109

Tints of Falu Red #821109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.9%

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

R = 83.33%
G = 10.9%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#821109 (or 0x821109) is known color: Falu Red. HEX triplet: 82, 11 and 09. RGB value is (130,17,9). Sum of RGB (Red+Green+Blue) = 130+17+9=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #821109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821109 is #7DEEF6. Grayscale: #323232. Windows color (decimal): -8253175 or 594306. OLE color: 594306.

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

Color convert

RGB 130 17 9 -
CMYK 0 0.87 0.93 0.49
HSL 3.97º 0.87% 0.27% -
HSV(B) 3.97º 0.93% 0.51% -
XYZ 9.46 5.17 0.76 -
YUV 49.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 130 17 9 0 0.87 0.93 0.49 3.97 0.87 0.27
Hex 82 11 9 0 57 5D 31 4 57 1B
Octal 202 21 11 0 127 135 61 4 127 33
Binary 10000010 10001 1001 0 1010111 1011101 110001 100 1010111 11011

Color Harmonies of #821109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821109

Black with #821109

Text Example


Text Example

White with #821109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821109; }

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

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

background-color css

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

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

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

border-color css

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

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

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