Html Css Color HEX #831410 Falu Red

📋 copy color: '#831410'

red 131 ◦ green 20 ◦ blue 16

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

Shades of Falu Red #831410

Tints of Falu Red #831410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.98%

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

R = 78.44%
G = 11.98%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#831410 (or 0x831410) is known color: Falu Red. HEX triplet: 83, 14 and 10. RGB value is (131,20,16). Sum of RGB (Red+Green+Blue) = 131+20+16=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #831410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831410 is #7CEBEF. Grayscale: #343434. Windows color (decimal): -8186864 or 1053827. OLE color: 1053827.

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

Color convert

RGB 131 20 16 -
CMYK 0 0.85 0.88 0.49
HSL 2.09º 0.78% 0.29% -
HSV(B) 2.09º 0.88% 0.51% -
XYZ 9.7 5.36 1.01 -
YUV 52.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 131 20 16 0 0.85 0.88 0.49 2.09 0.78 0.29
Hex 83 14 10 0 55 58 31 2 4E 1D
Octal 203 24 20 0 125 130 61 2 116 35
Binary 10000011 10100 10000 0 1010101 1011000 110001 10 1001110 11101

Color Harmonies of #831410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831410

Black with #831410

Text Example


Text Example

White with #831410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831410; }

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

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

background-color css

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

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

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

border-color css

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

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

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