Html Css Color HEX #831C14 Falu Red

📋 copy color: '#831C14'

red 131 ◦ green 28 ◦ blue 20

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

Shades of Falu Red #831C14

Tints of Falu Red #831C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.64%

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

R = 73.18%
G = 15.64%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#831C14 (or 0x831C14) is known color: Falu Red. HEX triplet: 83, 1C and 14. RGB value is (131,28,20). Sum of RGB (Red+Green+Blue) = 131+28+20=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #831C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831C14 is #7CE3EB. Grayscale: #3A3A3A. Windows color (decimal): -8184812 or 1318019. OLE color: 1318019.

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

Color convert

RGB 131 28 20 -
CMYK 0 0.79 0.85 0.49
HSL 4.32º 0.74% 0.3% -
HSV(B) 4.32º 0.85% 0.51% -
XYZ 9.9 5.71 1.24 -
YUV 57.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 131 28 20 0 0.79 0.85 0.49 4.32 0.74 0.3
Hex 83 1C 14 0 4F 55 31 4 4A 1E
Octal 203 34 24 0 117 125 61 4 112 36
Binary 10000011 11100 10100 0 1001111 1010101 110001 100 1001010 11110

Color Harmonies of #831C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831C14

Black with #831C14

Text Example


Text Example

White with #831C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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