Html Css Color HEX #831911 Falu Red

📋 copy color: '#831911'

red 131 ◦ green 25 ◦ blue 17

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

Shades of Falu Red #831911

Tints of Falu Red #831911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

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

R = 75.72%
G = 14.45%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#831911 (or 0x831911) is known color: Falu Red. HEX triplet: 83, 19 and 11. RGB value is (131,25,17). Sum of RGB (Red+Green+Blue) = 131+25+17=173 (22% of max value = 765). Red value is 131 (51.56% from 255 or 75.72% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 131 - color contains mainly: red. Hex color #831911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831911 is #7CE6EE. Grayscale: #373737. Windows color (decimal): -8185583 or 1120643. OLE color: 1120643.

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

Color convert

RGB 131 25 17 -
CMYK 0 0.81 0.87 0.49
HSL 4.21º 0.77% 0.29% -
HSV(B) 4.21º 0.87% 0.51% -
XYZ 9.81 5.56 1.09 -
YUV 55.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 131 25 17 0 0.81 0.87 0.49 4.21 0.77 0.29
Hex 83 19 11 0 51 57 31 4 4D 1D
Octal 203 31 21 0 121 127 61 4 115 35
Binary 10000011 11001 10001 0 1010001 1010111 110001 100 1001101 11101

Color Harmonies of #831911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831911

Black with #831911

Text Example


Text Example

White with #831911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831911; }

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

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

background-color css

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

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

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

border-color css

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

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

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