Html Css Color HEX #82211A Falu Red

📋 copy color: '#82211A'

red 130 ◦ green 33 ◦ blue 26

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

Shades of Falu Red #82211A

Tints of Falu Red #82211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.46%

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 68.78%
G = 17.46%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#82211A (or 0x82211A) is known color: Falu Red. HEX triplet: 82, 21 and 1A. RGB value is (130,33,26). Sum of RGB (Red+Green+Blue) = 130+33+26=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #82211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82211A is #7DDEE5. Grayscale: #3D3D3D. Windows color (decimal): -8249062 or 1712514. OLE color: 1712514.

HSL color Cylindrical-coordinate representation of color #82211A: hue angle of 4.04º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82211A is Cyan = 0, Magento = 0.75, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 33 26 -
CMYK 0 0.75 0.8 0.49
HSL 4.04º 0.67% 0.31% -
HSV(B) 4.04º 0.8% 0.51% -
XYZ 9.94 5.91 1.59 -
YUV 61.21 108.14 177.07 -
System Red Green Blue C M Y K H S L
Decimal 130 33 26 0 0.75 0.8 0.49 4.04 0.67 0.31
Hex 82 21 1A 0 4B 50 31 4 43 1F
Octal 202 41 32 0 113 120 61 4 103 37
Binary 10000010 100001 11010 0 1001011 1010000 110001 100 1000011 11111

Color Harmonies of #82211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82211A

Black with #82211A

Text Example


Text Example

White with #82211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82211A; }

 p { color: rgb(130,33,26); }

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

background-color css

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

 a { background-color: rgb(130,33,26); }

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

border-color css

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

 span { border-color: rgb(130,33,26); }

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