Html Css Color HEX #831913 Falu Red

📋 copy color: '#831913'

red 131 ◦ green 25 ◦ blue 19

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

Shades of Falu Red #831913

Tints of Falu Red #831913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.86%

R = 74.86%
G = 14.29%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#831913 (or 0x831913) is known color: Falu Red. HEX triplet: 83, 19 and 13. RGB value is (131,25,19). Sum of RGB (Red+Green+Blue) = 131+25+19=175 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.86% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 131 - color contains mainly: red. Hex color #831913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831913 is #7CE6EC. Grayscale: #383838. Windows color (decimal): -8185581 or 1251715. OLE color: 1251715.

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

Color convert

RGB 131 25 19 -
CMYK 0 0.81 0.85 0.49
HSL 3.21º 0.75% 0.29% -
HSV(B) 3.21º 0.85% 0.51% -
XYZ 9.83 5.57 1.17 -
YUV 56.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 131 25 19 0 0.81 0.85 0.49 3.21 0.75 0.29
Hex 83 19 13 0 51 55 31 3 4B 1D
Octal 203 31 23 0 121 125 61 3 113 35
Binary 10000011 11001 10011 0 1010001 1010101 110001 11 1001011 11101

Color Harmonies of #831913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831913

Black with #831913

Text Example


Text Example

White with #831913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831913; }

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

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

background-color css

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

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

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

border-color css

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

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

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