Html Css Color HEX #82201D Falu Red

📋 copy color: '#82201D'

red 130 ◦ green 32 ◦ blue 29

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

Shades of Falu Red #82201D

Tints of Falu Red #82201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.75%

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

R = 68.06%
G = 16.75%
B = 15.18%

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

#82201D (or 0x82201D) is known color: Falu Red. HEX triplet: 82, 20 and 1D. RGB value is (130,32,29). Sum of RGB (Red+Green+Blue) = 130+32+29=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #82201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82201D is #7DDFE2. Grayscale: #3D3D3D. Windows color (decimal): -8249315 or 1908866. OLE color: 1908866.

HSL color Cylindrical-coordinate representation of color #82201D: hue angle of 1.78º 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 #82201D is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 32 29 -
CMYK 0 0.75 0.78 0.49
HSL 1.78º 0.64% 0.31% -
HSV(B) 1.78º 0.78% 0.51% -
XYZ 9.94 5.87 1.77 -
YUV 60.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 130 32 29 0 0.75 0.78 0.49 1.78 0.64 0.31
Hex 82 20 1D 0 4B 4E 31 2 40 1F
Octal 202 40 35 0 113 116 61 2 100 37
Binary 10000010 100000 11101 0 1001011 1001110 110001 10 1000000 11111

Color Harmonies of #82201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82201D

Black with #82201D

Text Example


Text Example

White with #82201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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