Html Css Color HEX #831E12 Falu Red

📋 copy color: '#831E12'

red 131 ◦ green 30 ◦ blue 18

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

Shades of Falu Red #831E12

Tints of Falu Red #831E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.76%

 BLUE value IS 18 (7.42% from 255) = 10.06%

R = 73.18%
G = 16.76%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#831E12 (or 0x831E12) is known color: Falu Red. HEX triplet: 83, 1E and 12. RGB value is (131,30,18). Sum of RGB (Red+Green+Blue) = 131+30+18=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #831E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831E12 is #7CE1ED. Grayscale: #3A3A3A. Windows color (decimal): -8184302 or 1187459. OLE color: 1187459.

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

Color convert

RGB 131 30 18 -
CMYK 0 0.77 0.86 0.49
HSL 6.37º 0.76% 0.29% -
HSV(B) 6.37º 0.86% 0.51% -
XYZ 9.93 5.8 1.17 -
YUV 58.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 131 30 18 0 0.77 0.86 0.49 6.37 0.76 0.29
Hex 83 1E 12 0 4D 56 31 6 4C 1D
Octal 203 36 22 0 115 126 61 6 114 35
Binary 10000011 11110 10010 0 1001101 1010110 110001 110 1001100 11101

Color Harmonies of #831E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831E12

Black with #831E12

Text Example


Text Example

White with #831E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,30,18); }

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

background-color css

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

 a { background-color: rgb(131,30,18); }

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

border-color css

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

 span { border-color: rgb(131,30,18); }

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