Html Css Color HEX #82200A Falu Red

📋 copy color: '#82200A'

red 130 ◦ green 32 ◦ blue 10

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

Shades of Falu Red #82200A

Tints of Falu Red #82200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.81%

R = 75.58%
G = 18.6%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82200A (or 0x82200A) is known color: Falu Red. HEX triplet: 82, 20 and 0A. RGB value is (130,32,10). Sum of RGB (Red+Green+Blue) = 130+32+10=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #82200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82200A is #7DDFF5. Grayscale: #3A3A3A. Windows color (decimal): -8249334 or 663682. OLE color: 663682.

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

Color convert

RGB 130 32 10 -
CMYK 0 0.75 0.92 0.49
HSL 11º 0.86% 0.27% -
HSV(B) 11º 0.92% 0.51% -
XYZ 9.78 5.8 0.89 -
YUV 58.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 130 32 10 0 0.75 0.92 0.49 11 0.86 0.27
Hex 82 20 A 0 4B 5C 31 B 56 1B
Octal 202 40 12 0 113 134 61 13 126 33
Binary 10000010 100000 1010 0 1001011 1011100 110001 1011 1010110 11011

Color Harmonies of #82200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82200A

Black with #82200A

Text Example


Text Example

White with #82200A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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