Html Css Color HEX #821E13 Falu Red

📋 copy color: '#821E13'

red 130 ◦ green 30 ◦ blue 19

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

Shades of Falu Red #821E13

Tints of Falu Red #821E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.76%

 BLUE value IS 19 (7.81% from 255) = 10.61%

R = 72.63%
G = 16.76%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#821E13 (or 0x821E13) is known color: Falu Red. HEX triplet: 82, 1E and 13. RGB value is (130,30,19). Sum of RGB (Red+Green+Blue) = 130+30+19=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #821E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821E13 is #7DE1EC. Grayscale: #3A3A3A. Windows color (decimal): -8249837 or 1252994. OLE color: 1252994.

HSL color Cylindrical-coordinate representation of color #821E13: hue angle of 5.95º degrees, saturation: 0.74, 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 #821E13 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 30 19 -
CMYK 0 0.77 0.85 0.49
HSL 5.95º 0.74% 0.29% -
HSV(B) 5.95º 0.85% 0.51% -
XYZ 9.79 5.72 1.2 -
YUV 58.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 130 30 19 0 0.77 0.85 0.49 5.95 0.74 0.29
Hex 82 1E 13 0 4D 55 31 6 4A 1D
Octal 202 36 23 0 115 125 61 6 112 35
Binary 10000010 11110 10011 0 1001101 1010101 110001 110 1001010 11101

Color Harmonies of #821E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E13

Black with #821E13

Text Example


Text Example

White with #821E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,30,19); }

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

background-color css

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

 a { background-color: rgb(130,30,19); }

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

border-color css

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

 span { border-color: rgb(130,30,19); }

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