Html Css Color HEX #832111 Falu Red

📋 copy color: '#832111'

red 131 ◦ green 33 ◦ blue 17

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

Shades of Falu Red #832111

Tints of Falu Red #832111

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.23%

 BLUE value IS 17 (7.03% from 255) = 9.39%

R = 72.38%
G = 18.23%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#832111 (or 0x832111) is known color: Falu Red. HEX triplet: 83, 21 and 11. RGB value is (131,33,17). Sum of RGB (Red+Green+Blue) = 131+33+17=181 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.38% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 131 - color contains mainly: red. Hex color #832111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832111 is #7CDEEE. Grayscale: #3C3C3C. Windows color (decimal): -8183535 or 1122691. OLE color: 1122691.

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

Color convert

RGB 131 33 17 -
CMYK 0 0.75 0.87 0.49
HSL 8.42º 0.77% 0.29% -
HSV(B) 8.42º 0.87% 0.51% -
XYZ 10.01 5.95 1.15 -
YUV 60.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 131 33 17 0 0.75 0.87 0.49 8.42 0.77 0.29
Hex 83 21 11 0 4B 57 31 8 4D 1D
Octal 203 41 21 0 113 127 61 10 115 35
Binary 10000011 100001 10001 0 1001011 1010111 110001 1000 1001101 11101

Color Harmonies of #832111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832111

Black with #832111

Text Example


Text Example

White with #832111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832111; }

 p { color: rgb(131,33,17); }

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

background-color css

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

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

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

border-color css

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

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

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