Html Css Color HEX #821111 Falu Red

📋 copy color: '#821111'

red 130 ◦ green 17 ◦ blue 17

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

Shades of Falu Red #821111

Tints of Falu Red #821111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.37%

R = 79.27%
G = 10.37%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#821111 (or 0x821111) is known color: Falu Red. HEX triplet: 82, 11 and 11. RGB value is (130,17,17). Sum of RGB (Red+Green+Blue) = 130+17+17=164 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.27% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 130 - color contains mainly: red. Hex color #821111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821111 is #7DEEEE. Grayscale: #323232. Windows color (decimal): -8253167 or 1118594. OLE color: 1118594.

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

Color convert

RGB 130 17 17 -
CMYK 0 0.87 0.87 0.49
HSL 0.77% 0.29% -
HSV(B) 0.87% 0.51% -
XYZ 9.51 5.19 1.03 -
YUV 50.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 130 17 17 0 0.87 0.87 0.49 0 0.77 0.29
Hex 82 11 11 0 57 57 31 0 4D 1D
Octal 202 21 21 0 127 127 61 0 115 35
Binary 10000010 10001 10001 0 1010111 1010111 110001 0 1001101 11101

Color Harmonies of #821111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821111

Black with #821111

Text Example


Text Example

White with #821111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821111; }

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

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

background-color css

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

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

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

border-color css

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

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

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