Html Css Color HEX #831413 Falu Red

📋 copy color: '#831413'

red 131 ◦ green 20 ◦ blue 19

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

Shades of Falu Red #831413

Tints of Falu Red #831413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.18%

R = 77.06%
G = 11.76%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#831413 (or 0x831413) is known color: Falu Red. HEX triplet: 83, 14 and 13. RGB value is (131,20,19). Sum of RGB (Red+Green+Blue) = 131+20+19=170 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.06% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 131 - color contains mainly: red. Hex color #831413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831413 is #7CEBEC. Grayscale: #353535. Windows color (decimal): -8186861 or 1250435. OLE color: 1250435.

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

Color convert

RGB 131 20 19 -
CMYK 0 0.85 0.85 0.49
HSL 0.54º 0.75% 0.29% -
HSV(B) 0.54º 0.85% 0.51% -
XYZ 9.73 5.37 1.14 -
YUV 53.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 131 20 19 0 0.85 0.85 0.49 0.54 0.75 0.29
Hex 83 14 13 0 55 55 31 1 4B 1D
Octal 203 24 23 0 125 125 61 1 113 35
Binary 10000011 10100 10011 0 1010101 1010101 110001 1 1001011 11101

Color Harmonies of #831413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831413

Black with #831413

Text Example


Text Example

White with #831413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831413; }

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

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

background-color css

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

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

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

border-color css

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

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

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