Html Css Color HEX #832200 Falu Red

📋 copy color: '#832200'

red 131 ◦ green 34 ◦ blue 0

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

Shades of Falu Red #832200

Tints of Falu Red #832200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.39%
G = 20.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#832200 (or 0x832200) is known color: Falu Red. HEX triplet: 83, 22 and 00. RGB value is (131,34,0). Sum of RGB (Red+Green+Blue) = 131+34+0=165 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.39% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 131 - color contains mainly: red. Hex color #832200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832200 is #7CDDFF. Grayscale: #3B3B3B. Windows color (decimal): -8183296 or 8835. OLE color: 8835.

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

Color convert

RGB 131 34 0 -
CMYK 0 0.74 1 0.49
HSL 15.57º 1% 0.26% -
HSV(B) 15.57º 1% 0.51% -
XYZ 9.93 5.97 0.63 -
YUV 59.13 94.64 179.26 -
System Red Green Blue C M Y K H S L
Decimal 131 34 0 0 0.74 1 0.49 15.57 1 0.26
Hex 83 22 0 0 4A 64 31 10 64 1A
Octal 203 42 0 0 112 144 61 20 144 32
Binary 10000011 100010 0 0 1001010 1100100 110001 10000 1100100 11010

Color Harmonies of #832200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832200

Black with #832200

Text Example


Text Example

White with #832200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832200; }

 p { color: rgb(131,34,0); }

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

background-color css

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

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

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

border-color css

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

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

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