Html Css Color HEX #821410 Falu Red

📋 copy color: '#821410'

red 130 ◦ green 20 ◦ blue 16

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

Shades of Falu Red #821410

Tints of Falu Red #821410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.05%

 BLUE value IS 16 (6.64% from 255) = 9.64%

R = 78.31%
G = 12.05%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#821410 (or 0x821410) is known color: Falu Red. HEX triplet: 82, 14 and 10. RGB value is (130,20,16). Sum of RGB (Red+Green+Blue) = 130+20+16=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #821410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821410 is #7DEBEF. Grayscale: #343434. Windows color (decimal): -8252400 or 1053826. OLE color: 1053826.

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

Color convert

RGB 130 20 16 -
CMYK 0 0.85 0.88 0.49
HSL 2.11º 0.78% 0.29% -
HSV(B) 2.11º 0.88% 0.51% -
XYZ 9.55 5.28 1.01 -
YUV 52.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 130 20 16 0 0.85 0.88 0.49 2.11 0.78 0.29
Hex 82 14 10 0 55 58 31 2 4E 1D
Octal 202 24 20 0 125 130 61 2 116 35
Binary 10000010 10100 10000 0 1010101 1011000 110001 10 1001110 11101

Color Harmonies of #821410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821410

Black with #821410

Text Example


Text Example

White with #821410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821410; }

 p { color: rgb(130,20,16); }

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

background-color css

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

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

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

border-color css

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

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

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