Html Css Color HEX #821412 Falu Red

📋 copy color: '#821412'

red 130 ◦ green 20 ◦ blue 18

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

Shades of Falu Red #821412

Tints of Falu Red #821412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 77.38%
G = 11.9%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#821412 (or 0x821412) is known color: Falu Red. HEX triplet: 82, 14 and 12. RGB value is (130,20,18). Sum of RGB (Red+Green+Blue) = 130+20+18=168 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.38% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 130 - color contains mainly: red. Hex color #821412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821412 is #7DEBED. Grayscale: #343434. Windows color (decimal): -8252398 or 1184898. OLE color: 1184898.

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

Color convert

RGB 130 20 18 -
CMYK 0 0.85 0.86 0.49
HSL 1.07º 0.76% 0.29% -
HSV(B) 1.07º 0.86% 0.51% -
XYZ 9.57 5.29 1.09 -
YUV 52.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 130 20 18 0 0.85 0.86 0.49 1.07 0.76 0.29
Hex 82 14 12 0 55 56 31 1 4C 1D
Octal 202 24 22 0 125 126 61 1 114 35
Binary 10000010 10100 10010 0 1010101 1010110 110001 1 1001100 11101

Color Harmonies of #821412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821412

Black with #821412

Text Example


Text Example

White with #821412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821412; }

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

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

background-color css

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

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

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

border-color css

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

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

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