Html Css Color HEX #821514 Falu Red

📋 copy color: '#821514'

red 130 ◦ green 21 ◦ blue 20

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

Shades of Falu Red #821514

Tints of Falu Red #821514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.28%

 BLUE value IS 20 (8.2% from 255) = 11.7%

R = 76.02%
G = 12.28%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#821514 (or 0x821514) is known color: Falu Red. HEX triplet: 82, 15 and 14. RGB value is (130,21,20). Sum of RGB (Red+Green+Blue) = 130+21+20=171 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.02% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 130 - color contains mainly: red. Hex color #821514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821514 is #7DEAEB. Grayscale: #353535. Windows color (decimal): -8252140 or 1316226. OLE color: 1316226.

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

Color convert

RGB 130 21 20 -
CMYK 0 0.84 0.85 0.49
HSL 0.55º 0.73% 0.29% -
HSV(B) 0.55º 0.85% 0.51% -
XYZ 9.6 5.33 1.19 -
YUV 53.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 130 21 20 0 0.84 0.85 0.49 0.55 0.73 0.29
Hex 82 15 14 0 54 55 31 1 49 1D
Octal 202 25 24 0 124 125 61 1 111 35
Binary 10000010 10101 10100 0 1010100 1010101 110001 1 1001001 11101

Color Harmonies of #821514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821514

Black with #821514

Text Example


Text Example

White with #821514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821514; }

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

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

background-color css

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

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

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

border-color css

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

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

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