Html Css Color HEX #82200C Falu Red

📋 copy color: '#82200C'

red 130 ◦ green 32 ◦ blue 12

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

Shades of Falu Red #82200C

Tints of Falu Red #82200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.9%

R = 74.71%
G = 18.39%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82200C (or 0x82200C) is known color: Falu Red. HEX triplet: 82, 20 and 0C. RGB value is (130,32,12). Sum of RGB (Red+Green+Blue) = 130+32+12=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #82200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82200C is #7DDFF3. Grayscale: #3B3B3B. Windows color (decimal): -8249332 or 794754. OLE color: 794754.

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

Color convert

RGB 130 32 12 -
CMYK 0 0.75 0.91 0.49
HSL 10.17º 0.83% 0.28% -
HSV(B) 10.17º 0.91% 0.51% -
XYZ 9.79 5.81 0.95 -
YUV 59.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 130 32 12 0 0.75 0.91 0.49 10.17 0.83 0.28
Hex 82 20 C 0 4B 5B 31 A 53 1C
Octal 202 40 14 0 113 133 61 12 123 34
Binary 10000010 100000 1100 0 1001011 1011011 110001 1010 1010011 11100

Color Harmonies of #82200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82200C

Black with #82200C

Text Example


Text Example

White with #82200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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