Html Css Color HEX #831B1A Falu Red

📋 copy color: '#831B1A'

red 131 ◦ green 27 ◦ blue 26

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

Shades of Falu Red #831B1A

Tints of Falu Red #831B1A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.67%

 BLUE value IS 26 (10.55% from 255) = 14.13%

R = 71.2%
G = 14.67%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#831B1A (or 0x831B1A) is known color: Falu Red. HEX triplet: 83, 1B and 1A. RGB value is (131,27,26). Sum of RGB (Red+Green+Blue) = 131+27+26=184 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.20% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 131 - color contains mainly: red. Hex color #831B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831B1A is #7CE4E5. Grayscale: #3A3A3A. Windows color (decimal): -8185062 or 1710979. OLE color: 1710979.

HSL color Cylindrical-coordinate representation of color #831B1A: hue angle of 0.57º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #831B1A is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 27 26 -
CMYK 0 0.79 0.80 0.49
HSL 0.57º 0.67% 0.31% -
HSV(B) 0.57º 0.8% 0.51% -
XYZ 9.94 5.68 1.55 -
YUV 57.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 131 27 26 0 0.79 0.80 0.49 0.57 0.67 0.31
Hex 83 1B 1A 0 4F 50 31 1 43 1F
Octal 203 33 32 0 117 120 61 1 103 37
Binary 10000011 11011 11010 0 1001111 1010000 110001 1 1000011 11111

Color Harmonies of #831B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831B1A

Black with #831B1A

Text Example


Text Example

White with #831B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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