Html Css Color HEX #821E0E Falu Red

📋 copy color: '#821E0E'

red 130 ◦ green 30 ◦ blue 14

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

Shades of Falu Red #821E0E

Tints of Falu Red #821E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.05%

R = 74.71%
G = 17.24%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#821E0E (or 0x821E0E) is known color: Falu Red. HEX triplet: 82, 1E and 0E. RGB value is (130,30,14). Sum of RGB (Red+Green+Blue) = 130+30+14=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #821E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821E0E is #7DE1F1. Grayscale: #3A3A3A. Windows color (decimal): -8249842 or 925314. OLE color: 925314.

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

Color convert

RGB 130 30 14 -
CMYK 0 0.77 0.89 0.49
HSL 8.28º 0.81% 0.28% -
HSV(B) 8.28º 0.89% 0.51% -
XYZ 9.75 5.71 1 -
YUV 58.08 103.13 179.3 -
System Red Green Blue C M Y K H S L
Decimal 130 30 14 0 0.77 0.89 0.49 8.28 0.81 0.28
Hex 82 1E E 0 4D 59 31 8 51 1C
Octal 202 36 16 0 115 131 61 10 121 34
Binary 10000010 11110 1110 0 1001101 1011001 110001 1000 1010001 11100

Color Harmonies of #821E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E0E

Black with #821E0E

Text Example


Text Example

White with #821E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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