Html Css Color HEX #831D14 Falu Red

📋 copy color: '#831D14'

red 131 ◦ green 29 ◦ blue 20

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

Shades of Falu Red #831D14

Tints of Falu Red #831D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.11%

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

R = 72.78%
G = 16.11%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#831D14 (or 0x831D14) is known color: Falu Red. HEX triplet: 83, 1D and 14. RGB value is (131,29,20). Sum of RGB (Red+Green+Blue) = 131+29+20=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #831D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831D14 is #7CE2EB. Grayscale: #3A3A3A. Windows color (decimal): -8184556 or 1318275. OLE color: 1318275.

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

Color convert

RGB 131 29 20 -
CMYK 0 0.78 0.85 0.49
HSL 4.86º 0.74% 0.3% -
HSV(B) 4.86º 0.85% 0.51% -
XYZ 9.93 5.75 1.25 -
YUV 58.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 131 29 20 0 0.78 0.85 0.49 4.86 0.74 0.3
Hex 83 1D 14 0 4E 55 31 5 4A 1E
Octal 203 35 24 0 116 125 61 5 112 36
Binary 10000011 11101 10100 0 1001110 1010101 110001 101 1001010 11110

Color Harmonies of #831D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831D14

Black with #831D14

Text Example


Text Example

White with #831D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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