Html Css Color HEX #821A04 Falu Red

📋 copy color: '#821A04'

red 130 ◦ green 26 ◦ blue 4

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

Shades of Falu Red #821A04

Tints of Falu Red #821A04

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.25%

 BLUE value IS 4 (1.95% from 255) = 2.5%

R = 81.25%
G = 16.25%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#821A04 (or 0x821A04) is known color: Falu Red. HEX triplet: 82, 1A and 04. RGB value is (130,26,4). Sum of RGB (Red+Green+Blue) = 130+26+4=160 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.25% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 130 - color contains mainly: red. Hex color #821A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A04 is #7DE5FB. Grayscale: #363636. Windows color (decimal): -8250876 or 268930. OLE color: 268930.

HSL color Cylindrical-coordinate representation of color #821A04: hue angle of 10.48º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #821A04 is Cyan = 0, Magento = 0.8, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 26 4 -
CMYK 0 0.8 0.97 0.49
HSL 10.48º 0.94% 0.26% -
HSV(B) 10.48º 0.97% 0.51% -
XYZ 9.6 5.49 0.67 -
YUV 54.59 99.46 181.79 -
System Red Green Blue C M Y K H S L
Decimal 130 26 4 0 0.8 0.97 0.49 10.48 0.94 0.26
Hex 82 1A 4 0 50 61 31 A 5E 1A
Octal 202 32 4 0 120 141 61 12 136 32
Binary 10000010 11010 100 0 1010000 1100001 110001 1010 1011110 11010

Color Harmonies of #821A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821A04

Black with #821A04

Text Example


Text Example

White with #821A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821A04; }

 p { color: rgb(130,26,4); }

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

background-color css

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

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

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

border-color css

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

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

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