Html Css Color HEX #831714 Falu Red

📋 copy color: '#831714'

red 131 ◦ green 23 ◦ blue 20

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

Shades of Falu Red #831714

Tints of Falu Red #831714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.22%

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

R = 75.29%
G = 13.22%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#831714 (or 0x831714) is known color: Falu Red. HEX triplet: 83, 17 and 14. RGB value is (131,23,20). Sum of RGB (Red+Green+Blue) = 131+23+20=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #831714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831714 is #7CE8EB. Grayscale: #373737. Windows color (decimal): -8186092 or 1316739. OLE color: 1316739.

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

Color convert

RGB 131 23 20 -
CMYK 0 0.82 0.85 0.49
HSL 1.62º 0.74% 0.3% -
HSV(B) 1.62º 0.85% 0.51% -
XYZ 9.79 5.49 1.21 -
YUV 54.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 131 23 20 0 0.82 0.85 0.49 1.62 0.74 0.3
Hex 83 17 14 0 52 55 31 2 4A 1E
Octal 203 27 24 0 122 125 61 2 112 36
Binary 10000011 10111 10100 0 1010010 1010101 110001 10 1001010 11110

Color Harmonies of #831714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831714

Black with #831714

Text Example


Text Example

White with #831714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831714; }

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

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

background-color css

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

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

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

border-color css

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

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

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