Html Css Color HEX #832020 Falu Red

📋 copy color: '#832020'

red 131 ◦ green 32 ◦ blue 32

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

Shades of Falu Red #832020

Tints of Falu Red #832020

RGB

 RED value IS 131 (51.56% from 255) = 67.18%

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

 BLUE value IS 32 (12.89% from 255) = 16.41%

R = 67.18%
G = 16.41%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#832020 (or 0x832020) is known color: Falu Red. HEX triplet: 83, 20 and 20. RGB value is (131,32,32). Sum of RGB (Red+Green+Blue) = 131+32+32=195 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.18% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 131 - color contains mainly: red. Hex color #832020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832020 is #7CDFDF. Grayscale: #3D3D3D. Windows color (decimal): -8183776 or 2105475. OLE color: 2105475.

HSL color Cylindrical-coordinate representation of color #832020: hue angle of 0º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832020 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 32 -
CMYK 0 0.76 0.76 0.49
HSL 0.61% 0.32% -
HSV(B) 0.76% 0.51% -
XYZ 10.14 5.96 1.98 -
YUV 61.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 131 32 32 0 0.76 0.76 0.49 0 0.61 0.32
Hex 83 20 20 0 4C 4C 31 0 3D 20
Octal 203 40 40 0 114 114 61 0 75 40
Binary 10000011 100000 100000 0 1001100 1001100 110001 0 111101 100000

Color Harmonies of #832020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832020

Black with #832020

Text Example


Text Example

White with #832020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832020; }

 p { color: rgb(131,32,32); }

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

background-color css

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

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

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

border-color css

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

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

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