Html Css Color HEX #831A14 Falu Red

📋 copy color: '#831A14'

red 131 ◦ green 26 ◦ blue 20

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

Shades of Falu Red #831A14

Tints of Falu Red #831A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.69%

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

R = 74.01%
G = 14.69%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#831A14 (or 0x831A14) is known color: Falu Red. HEX triplet: 83, 1A and 14. RGB value is (131,26,20). Sum of RGB (Red+Green+Blue) = 131+26+20=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #831A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831A14 is #7CE5EB. Grayscale: #383838. Windows color (decimal): -8185324 or 1317507. OLE color: 1317507.

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

Color convert

RGB 131 26 20 -
CMYK 0 0.80 0.85 0.49
HSL 3.24º 0.74% 0.3% -
HSV(B) 3.24º 0.85% 0.51% -
XYZ 9.86 5.61 1.23 -
YUV 56.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 131 26 20 0 0.80 0.85 0.49 3.24 0.74 0.3
Hex 83 1A 14 0 50 55 31 3 4A 1E
Octal 203 32 24 0 120 125 61 3 112 36
Binary 10000011 11010 10100 0 1010000 1010101 110001 11 1001010 11110

Color Harmonies of #831A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A14

Black with #831A14

Text Example


Text Example

White with #831A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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