Html Css Color HEX #831916 Falu Red

📋 copy color: '#831916'

red 131 ◦ green 25 ◦ blue 22

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

Shades of Falu Red #831916

Tints of Falu Red #831916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

 BLUE value IS 22 (8.98% from 255) = 12.36%

R = 73.6%
G = 14.04%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#831916 (or 0x831916) is known color: Falu Red. HEX triplet: 83, 19 and 16. RGB value is (131,25,22). Sum of RGB (Red+Green+Blue) = 131+25+22=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #831916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831916 is #7CE6E9. Grayscale: #383838. Windows color (decimal): -8185578 or 1448323. OLE color: 1448323.

HSL color Cylindrical-coordinate representation of color #831916: hue angle of 1.65º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #831916 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 25 22 -
CMYK 0 0.81 0.83 0.49
HSL 1.65º 0.71% 0.3% -
HSV(B) 1.65º 0.83% 0.51% -
XYZ 9.85 5.58 1.32 -
YUV 56.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 131 25 22 0 0.81 0.83 0.49 1.65 0.71 0.3
Hex 83 19 16 0 51 53 31 2 47 1E
Octal 203 31 26 0 121 123 61 2 107 36
Binary 10000011 11001 10110 0 1010001 1010011 110001 10 1000111 11110

Color Harmonies of #831916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831916

Black with #831916

Text Example


Text Example

White with #831916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831916; }

 p { color: rgb(131,25,22); }

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

background-color css

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

 a { background-color: rgb(131,25,22); }

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

border-color css

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

 span { border-color: rgb(131,25,22); }

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