Html Css Color HEX #821E0D Falu Red

📋 copy color: '#821E0D'

red 130 ◦ green 30 ◦ blue 13

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

Shades of Falu Red #821E0D

Tints of Falu Red #821E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 75.14%
G = 17.34%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#821E0D (or 0x821E0D) is known color: Falu Red. HEX triplet: 82, 1E and 0D. RGB value is (130,30,13). Sum of RGB (Red+Green+Blue) = 130+30+13=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #821E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821E0D is #7DE1F2. Grayscale: #3A3A3A. Windows color (decimal): -8249843 or 859778. OLE color: 859778.

HSL color Cylindrical-coordinate representation of color #821E0D: hue angle of 8.72º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #821E0D is Cyan = 0, Magento = 0.77, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 30 13 -
CMYK 0 0.77 0.9 0.49
HSL 8.72º 0.82% 0.28% -
HSV(B) 8.72º 0.9% 0.51% -
XYZ 9.74 5.7 0.97 -
YUV 57.96 102.63 179.38 -
System Red Green Blue C M Y K H S L
Decimal 130 30 13 0 0.77 0.9 0.49 8.72 0.82 0.28
Hex 82 1E D 0 4D 5A 31 9 52 1C
Octal 202 36 15 0 115 132 61 11 122 34
Binary 10000010 11110 1101 0 1001101 1011010 110001 1001 1010010 11100

Color Harmonies of #821E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E0D

Black with #821E0D

Text Example


Text Example

White with #821E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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