Html Css Color HEX #831915 Falu Red

📋 copy color: '#831915'

red 131 ◦ green 25 ◦ blue 21

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

Shades of Falu Red #831915

Tints of Falu Red #831915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.86%

R = 74.01%
G = 14.12%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#831915 (or 0x831915) is known color: Falu Red. HEX triplet: 83, 19 and 15. RGB value is (131,25,21). Sum of RGB (Red+Green+Blue) = 131+25+21=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #831915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831915 is #7CE6EA. Grayscale: #383838. Windows color (decimal): -8185579 or 1382787. OLE color: 1382787.

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

Color convert

RGB 131 25 21 -
CMYK 0 0.81 0.84 0.49
HSL 2.18º 0.72% 0.3% -
HSV(B) 2.18º 0.84% 0.51% -
XYZ 9.84 5.57 1.27 -
YUV 56.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 131 25 21 0 0.81 0.84 0.49 2.18 0.72 0.3
Hex 83 19 15 0 51 54 31 2 48 1E
Octal 203 31 25 0 121 124 61 2 110 36
Binary 10000011 11001 10101 0 1010001 1010100 110001 10 1001000 11110

Color Harmonies of #831915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831915

Black with #831915

Text Example


Text Example

White with #831915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831915; }

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

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

background-color css

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

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

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

border-color css

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

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

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