Html Css Color HEX #82211D Falu Red

📋 copy color: '#82211D'

red 130 ◦ green 33 ◦ blue 29

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

Shades of Falu Red #82211D

Tints of Falu Red #82211D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.1%

R = 67.71%
G = 17.19%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82211D (or 0x82211D) is known color: Falu Red. HEX triplet: 82, 21 and 1D. RGB value is (130,33,29). Sum of RGB (Red+Green+Blue) = 130+33+29=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #82211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82211D is #7DDEE2. Grayscale: #3D3D3D. Windows color (decimal): -8249059 or 1909122. OLE color: 1909122.

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

Color convert

RGB 130 33 29 -
CMYK 0 0.75 0.78 0.49
HSL 2.38º 0.64% 0.31% -
HSV(B) 2.38º 0.78% 0.51% -
XYZ 9.97 5.92 1.78 -
YUV 61.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 130 33 29 0 0.75 0.78 0.49 2.38 0.64 0.31
Hex 82 21 1D 0 4B 4E 31 2 40 1F
Octal 202 41 35 0 113 116 61 2 100 37
Binary 10000010 100001 11101 0 1001011 1001110 110001 10 1000000 11111

Color Harmonies of #82211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82211D

Black with #82211D

Text Example


Text Example

White with #82211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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