Html Css Color HEX #821C1A Falu Red

📋 copy color: '#821C1A'

red 130 ◦ green 28 ◦ blue 26

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

Shades of Falu Red #821C1A

Tints of Falu Red #821C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.22%

 BLUE value IS 26 (10.55% from 255) = 14.13%

R = 70.65%
G = 15.22%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#821C1A (or 0x821C1A) is known color: Falu Red. HEX triplet: 82, 1C and 1A. RGB value is (130,28,26). Sum of RGB (Red+Green+Blue) = 130+28+26=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #821C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821C1A is #7DE3E5. Grayscale: #3A3A3A. Windows color (decimal): -8250342 or 1711234. OLE color: 1711234.

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

Color convert

RGB 130 28 26 -
CMYK 0 0.78 0.8 0.49
HSL 1.15º 0.67% 0.31% -
HSV(B) 1.15º 0.8% 0.51% -
XYZ 9.81 5.65 1.55 -
YUV 58.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 130 28 26 0 0.78 0.8 0.49 1.15 0.67 0.31
Hex 82 1C 1A 0 4E 50 31 1 43 1F
Octal 202 34 32 0 116 120 61 1 103 37
Binary 10000010 11100 11010 0 1001110 1010000 110001 1 1000011 11111

Color Harmonies of #821C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C1A

Black with #821C1A

Text Example


Text Example

White with #821C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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