Html Css Color HEX #831F10 Falu Red

📋 copy color: '#831F10'

red 131 ◦ green 31 ◦ blue 16

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

Shades of Falu Red #831F10

Tints of Falu Red #831F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.42%

 BLUE value IS 16 (6.64% from 255) = 8.99%

R = 73.6%
G = 17.42%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#831F10 (or 0x831F10) is known color: Falu Red. HEX triplet: 83, 1F and 10. RGB value is (131,31,16). Sum of RGB (Red+Green+Blue) = 131+31+16=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #831F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831F10 is #7CE0EF. Grayscale: #3B3B3B. Windows color (decimal): -8184048 or 1056643. OLE color: 1056643.

HSL color Cylindrical-coordinate representation of color #831F10: hue angle of 7.83º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831F10 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 31 16 -
CMYK 0 0.76 0.88 0.49
HSL 7.83º 0.78% 0.29% -
HSV(B) 7.83º 0.88% 0.51% -
XYZ 9.94 5.84 1.09 -
YUV 59.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 131 31 16 0 0.76 0.88 0.49 7.83 0.78 0.29
Hex 83 1F 10 0 4C 58 31 8 4E 1D
Octal 203 37 20 0 114 130 61 10 116 35
Binary 10000011 11111 10000 0 1001100 1011000 110001 1000 1001110 11101

Color Harmonies of #831F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831F10

Black with #831F10

Text Example


Text Example

White with #831F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831F10; }

 p { color: rgb(131,31,16); }

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

background-color css

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

 a { background-color: rgb(131,31,16); }

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

border-color css

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

 span { border-color: rgb(131,31,16); }

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