Html Css Color HEX #831710 Falu Red

📋 copy color: '#831710'

red 131 ◦ green 23 ◦ blue 16

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

Shades of Falu Red #831710

Tints of Falu Red #831710

RGB

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

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

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

R = 77.06%
G = 13.53%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#831710 (or 0x831710) is known color: Falu Red. HEX triplet: 83, 17 and 10. RGB value is (131,23,16). Sum of RGB (Red+Green+Blue) = 131+23+16=170 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.06% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 131 - color contains mainly: red. Hex color #831710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831710 is #7CE8EF. Grayscale: #363636. Windows color (decimal): -8186096 or 1054595. OLE color: 1054595.

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

Color convert

RGB 131 23 16 -
CMYK 0 0.82 0.88 0.49
HSL 3.65º 0.78% 0.29% -
HSV(B) 3.65º 0.88% 0.51% -
XYZ 9.76 5.48 1.03 -
YUV 54.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 131 23 16 0 0.82 0.88 0.49 3.65 0.78 0.29
Hex 83 17 10 0 52 58 31 4 4E 1D
Octal 203 27 20 0 122 130 61 4 116 35
Binary 10000011 10111 10000 0 1010010 1011000 110001 100 1001110 11101

Color Harmonies of #831710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831710

Black with #831710

Text Example


Text Example

White with #831710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831710; }

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

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

background-color css

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

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

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

border-color css

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

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

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