Html Css Color HEX #831711 Falu Red

📋 copy color: '#831711'

red 131 ◦ green 23 ◦ blue 17

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

Shades of Falu Red #831711

Tints of Falu Red #831711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

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

R = 76.61%
G = 13.45%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#831711 (or 0x831711) is known color: Falu Red. HEX triplet: 83, 17 and 11. RGB value is (131,23,17). Sum of RGB (Red+Green+Blue) = 131+23+17=171 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.61% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 131 - color contains mainly: red. Hex color #831711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831711 is #7CE8EE. Grayscale: #363636. Windows color (decimal): -8186095 or 1120131. OLE color: 1120131.

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

Color convert

RGB 131 23 17 -
CMYK 0 0.82 0.87 0.49
HSL 3.16º 0.77% 0.29% -
HSV(B) 3.16º 0.87% 0.51% -
XYZ 9.77 5.48 1.07 -
YUV 54.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 131 23 17 0 0.82 0.87 0.49 3.16 0.77 0.29
Hex 83 17 11 0 52 57 31 3 4D 1D
Octal 203 27 21 0 122 127 61 3 115 35
Binary 10000011 10111 10001 0 1010010 1010111 110001 11 1001101 11101

Color Harmonies of #831711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831711

Black with #831711

Text Example


Text Example

White with #831711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831711; }

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

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

background-color css

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

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

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

border-color css

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

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

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