Html Css Color HEX #831511 Falu Red

📋 copy color: '#831511'

red 131 ◦ green 21 ◦ blue 17

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

Shades of Falu Red #831511

Tints of Falu Red #831511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.43%

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

R = 77.51%
G = 12.43%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#831511 (or 0x831511) is known color: Falu Red. HEX triplet: 83, 15 and 11. RGB value is (131,21,17). Sum of RGB (Red+Green+Blue) = 131+21+17=169 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.51% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 131 - color contains mainly: red. Hex color #831511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831511 is #7CEAEE. Grayscale: #353535. Windows color (decimal): -8186607 or 1119619. OLE color: 1119619.

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

Color convert

RGB 131 21 17 -
CMYK 0 0.84 0.87 0.49
HSL 2.11º 0.77% 0.29% -
HSV(B) 2.11º 0.87% 0.51% -
XYZ 9.73 5.4 1.06 -
YUV 53.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 131 21 17 0 0.84 0.87 0.49 2.11 0.77 0.29
Hex 83 15 11 0 54 57 31 2 4D 1D
Octal 203 25 21 0 124 127 61 2 115 35
Binary 10000011 10101 10001 0 1010100 1010111 110001 10 1001101 11101

Color Harmonies of #831511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831511

Black with #831511

Text Example


Text Example

White with #831511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831511; }

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

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

background-color css

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

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

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

border-color css

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

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

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