Html Css Color HEX #82201E Falu Red

📋 copy color: '#82201E'

red 130 ◦ green 32 ◦ blue 30

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

Shades of Falu Red #82201E

Tints of Falu Red #82201E

RGB

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

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

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

R = 67.71%
G = 16.67%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#82201E (or 0x82201E) is known color: Falu Red. HEX triplet: 82, 20 and 1E. RGB value is (130,32,30). Sum of RGB (Red+Green+Blue) = 130+32+30=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #82201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82201E is #7DDFE1. Grayscale: #3D3D3D. Windows color (decimal): -8249314 or 1974402. OLE color: 1974402.

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

Color convert

RGB 130 32 30 -
CMYK 0 0.75 0.77 0.49
HSL 1.2º 0.63% 0.31% -
HSV(B) 1.2º 0.77% 0.51% -
XYZ 9.96 5.87 1.84 -
YUV 61.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 130 32 30 0 0.75 0.77 0.49 1.2 0.63 0.31
Hex 82 20 1E 0 4B 4D 31 1 3E 1F
Octal 202 40 36 0 113 115 61 1 76 37
Binary 10000010 100000 11110 0 1001011 1001101 110001 1 111110 11111

Color Harmonies of #82201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82201E

Black with #82201E

Text Example


Text Example

White with #82201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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