Html Css Color HEX #831412 Falu Red

📋 copy color: '#831412'

red 131 ◦ green 20 ◦ blue 18

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

Shades of Falu Red #831412

Tints of Falu Red #831412

RGB

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

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

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

R = 77.51%
G = 11.83%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#831412 (or 0x831412) is known color: Falu Red. HEX triplet: 83, 14 and 12. RGB value is (131,20,18). Sum of RGB (Red+Green+Blue) = 131+20+18=169 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.51% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 131 - color contains mainly: red. Hex color #831412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831412 is #7CEBED. Grayscale: #353535. Windows color (decimal): -8186862 or 1184899. OLE color: 1184899.

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

Color convert

RGB 131 20 18 -
CMYK 0 0.85 0.86 0.49
HSL 1.06º 0.76% 0.29% -
HSV(B) 1.06º 0.86% 0.51% -
XYZ 9.72 5.37 1.1 -
YUV 52.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 131 20 18 0 0.85 0.86 0.49 1.06 0.76 0.29
Hex 83 14 12 0 55 56 31 1 4C 1D
Octal 203 24 22 0 125 126 61 1 114 35
Binary 10000011 10100 10010 0 1010101 1010110 110001 1 1001100 11101

Color Harmonies of #831412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831412

Black with #831412

Text Example


Text Example

White with #831412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831412; }

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

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

background-color css

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

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

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

border-color css

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

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

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