Html Css Color HEX #832011 Falu Red

📋 copy color: '#832011'

red 131 ◦ green 32 ◦ blue 17

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

Shades of Falu Red #832011

Tints of Falu Red #832011

RGB

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

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

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

R = 72.78%
G = 17.78%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#832011 (or 0x832011) is known color: Falu Red. HEX triplet: 83, 20 and 11. RGB value is (131,32,17). Sum of RGB (Red+Green+Blue) = 131+32+17=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #832011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832011 is #7CDFEE. Grayscale: #3C3C3C. Windows color (decimal): -8183791 or 1122435. OLE color: 1122435.

HSL color Cylindrical-coordinate representation of color #832011: hue angle of 7.89º 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 #832011 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 17 -
CMYK 0 0.76 0.87 0.49
HSL 7.89º 0.77% 0.29% -
HSV(B) 7.89º 0.87% 0.51% -
XYZ 9.98 5.9 1.14 -
YUV 59.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 131 32 17 0 0.76 0.87 0.49 7.89 0.77 0.29
Hex 83 20 11 0 4C 57 31 8 4D 1D
Octal 203 40 21 0 114 127 61 10 115 35
Binary 10000011 100000 10001 0 1001100 1010111 110001 1000 1001101 11101

Color Harmonies of #832011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832011

Black with #832011

Text Example


Text Example

White with #832011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832011; }

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

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

background-color css

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

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

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

border-color css

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

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

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