Html Css Color HEX #82211F Falu Red

📋 copy color: '#82211F'

red 130 ◦ green 33 ◦ blue 31

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

Shades of Falu Red #82211F

Tints of Falu Red #82211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.98%

R = 67.01%
G = 17.01%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#82211F (or 0x82211F) is known color: Falu Red. HEX triplet: 82, 21 and 1F. RGB value is (130,33,31). Sum of RGB (Red+Green+Blue) = 130+33+31=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #82211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82211F is #7DDEE0. Grayscale: #3D3D3D. Windows color (decimal): -8249057 or 2040194. OLE color: 2040194.

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

Color convert

RGB 130 33 31 -
CMYK 0 0.75 0.76 0.49
HSL 1.21º 0.61% 0.32% -
HSV(B) 1.21º 0.76% 0.51% -
XYZ 10 5.93 1.91 -
YUV 61.78 110.64 176.66 -
System Red Green Blue C M Y K H S L
Decimal 130 33 31 0 0.75 0.76 0.49 1.21 0.61 0.32
Hex 82 21 1F 0 4B 4C 31 1 3D 20
Octal 202 41 37 0 113 114 61 1 75 40
Binary 10000010 100001 11111 0 1001011 1001100 110001 1 111101 100000

Color Harmonies of #82211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82211F

Black with #82211F

Text Example


Text Example

White with #82211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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