Html Css Color HEX #82221E Falu Red

📋 copy color: '#82221E'

red 130 ◦ green 34 ◦ blue 30

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

Shades of Falu Red #82221E

Tints of Falu Red #82221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.53%

 BLUE value IS 30 (12.11% from 255) = 15.46%

R = 67.01%
G = 17.53%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#82221E (or 0x82221E) is known color: Falu Red. HEX triplet: 82, 22 and 1E. RGB value is (130,34,30). Sum of RGB (Red+Green+Blue) = 130+34+30=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #82221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82221E is #7DDDE1. Grayscale: #3E3E3E. Windows color (decimal): -8248802 or 1974914. OLE color: 1974914.

HSL color Cylindrical-coordinate representation of color #82221E: hue angle of 2.4º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82221E is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 34 30 -
CMYK 0 0.74 0.77 0.49
HSL 2.4º 0.63% 0.31% -
HSV(B) 2.4º 0.77% 0.51% -
XYZ 10.01 5.98 1.86 -
YUV 62.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 130 34 30 0 0.74 0.77 0.49 2.4 0.63 0.31
Hex 82 22 1E 0 4A 4D 31 2 3E 1F
Octal 202 42 36 0 112 115 61 2 76 37
Binary 10000010 100010 11110 0 1001010 1001101 110001 10 111110 11111

Color Harmonies of #82221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82221E

Black with #82221E

Text Example


Text Example

White with #82221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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