Html Css Color HEX #831F13 Falu Red

📋 copy color: '#831F13'

red 131 ◦ green 31 ◦ blue 19

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

Shades of Falu Red #831F13

Tints of Falu Red #831F13

RGB

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

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

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

R = 72.38%
G = 17.13%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#831F13 (or 0x831F13) is known color: Falu Red. HEX triplet: 83, 1F and 13. RGB value is (131,31,19). Sum of RGB (Red+Green+Blue) = 131+31+19=181 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.38% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 131 - color contains mainly: red. Hex color #831F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831F13 is #7CE0EC. Grayscale: #3B3B3B. Windows color (decimal): -8184045 or 1253251. OLE color: 1253251.

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

Color convert

RGB 131 31 19 -
CMYK 0 0.76 0.85 0.49
HSL 6.43º 0.75% 0.29% -
HSV(B) 6.43º 0.85% 0.51% -
XYZ 9.97 5.85 1.22 -
YUV 59.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 131 31 19 0 0.76 0.85 0.49 6.43 0.75 0.29
Hex 83 1F 13 0 4C 55 31 6 4B 1D
Octal 203 37 23 0 114 125 61 6 113 35
Binary 10000011 11111 10011 0 1001100 1010101 110001 110 1001011 11101

Color Harmonies of #831F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831F13

Black with #831F13

Text Example


Text Example

White with #831F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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