Html Css Color HEX #831912 Falu Red

📋 copy color: '#831912'

red 131 ◦ green 25 ◦ blue 18

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

Shades of Falu Red #831912

Tints of Falu Red #831912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

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

R = 75.29%
G = 14.37%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#831912 (or 0x831912) is known color: Falu Red. HEX triplet: 83, 19 and 12. RGB value is (131,25,18). Sum of RGB (Red+Green+Blue) = 131+25+18=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #831912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831912 is #7CE6ED. Grayscale: #383838. Windows color (decimal): -8185582 or 1186179. OLE color: 1186179.

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

Color convert

RGB 131 25 18 -
CMYK 0 0.81 0.86 0.49
HSL 3.72º 0.76% 0.29% -
HSV(B) 3.72º 0.86% 0.51% -
XYZ 9.82 5.56 1.13 -
YUV 55.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 131 25 18 0 0.81 0.86 0.49 3.72 0.76 0.29
Hex 83 19 12 0 51 56 31 4 4C 1D
Octal 203 31 22 0 121 126 61 4 114 35
Binary 10000011 11001 10010 0 1010001 1010110 110001 100 1001100 11101

Color Harmonies of #831912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831912

Black with #831912

Text Example


Text Example

White with #831912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831912; }

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

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

background-color css

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

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

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

border-color css

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

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

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