Html Css Color HEX #831914 Falu Red

📋 copy color: '#831914'

red 131 ◦ green 25 ◦ blue 20

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

Shades of Falu Red #831914

Tints of Falu Red #831914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.36%

R = 74.43%
G = 14.2%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#831914 (or 0x831914) is known color: Falu Red. HEX triplet: 83, 19 and 14. RGB value is (131,25,20). Sum of RGB (Red+Green+Blue) = 131+25+20=176 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.43% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 131 - color contains mainly: red. Hex color #831914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831914 is #7CE6EB. Grayscale: #383838. Windows color (decimal): -8185580 or 1317251. OLE color: 1317251.

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

Color convert

RGB 131 25 20 -
CMYK 0 0.81 0.85 0.49
HSL 2.7º 0.74% 0.3% -
HSV(B) 2.7º 0.85% 0.51% -
XYZ 9.83 5.57 1.22 -
YUV 56.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 131 25 20 0 0.81 0.85 0.49 2.7 0.74 0.3
Hex 83 19 14 0 51 55 31 3 4A 1E
Octal 203 31 24 0 121 125 61 3 112 36
Binary 10000011 11001 10100 0 1010001 1010101 110001 11 1001010 11110

Color Harmonies of #831914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831914

Black with #831914

Text Example


Text Example

White with #831914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831914; }

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

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

background-color css

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

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

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

border-color css

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

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

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