Html Css Color HEX #831310 Falu Red

📋 copy color: '#831310'

red 131 ◦ green 19 ◦ blue 16

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

Shades of Falu Red #831310

Tints of Falu Red #831310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

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

R = 78.92%
G = 11.45%
B = 9.64%

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

#831310 (or 0x831310) is known color: Falu Red. HEX triplet: 83, 13 and 10. RGB value is (131,19,16). Sum of RGB (Red+Green+Blue) = 131+19+16=166 (21% of max value = 765). Red value is 131 (51.56% from 255 or 78.92% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 131 - color contains mainly: red. Hex color #831310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831310 is #7CECEF. Grayscale: #343434. Windows color (decimal): -8187120 or 1053571. OLE color: 1053571.

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

Color convert

RGB 131 19 16 -
CMYK 0 0.85 0.88 0.49
HSL 1.57º 0.78% 0.29% -
HSV(B) 1.57º 0.88% 0.51% -
XYZ 9.69 5.33 1.01 -
YUV 52.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 131 19 16 0 0.85 0.88 0.49 1.57 0.78 0.29
Hex 83 13 10 0 55 58 31 2 4E 1D
Octal 203 23 20 0 125 130 61 2 116 35
Binary 10000011 10011 10000 0 1010101 1011000 110001 10 1001110 11101

Color Harmonies of #831310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831310

Black with #831310

Text Example


Text Example

White with #831310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831310; }

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

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

background-color css

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

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

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

border-color css

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

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

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