#831E13

Color #831E13 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #831E13

Tints of Falu Red #831E13

Color information

#831E13 (or 0x831E13) is unknown color: approx Falu Red. HEX triplet: 83, 1E and 13. RGB value is (131,30,19). Sum of RGB (Red+Green+Blue) = 131+30+19=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #831E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831E13 is #7CE1EC. Grayscale: #3B3B3B. Windows color (decimal): -8184301 or 1252995. OLE color: 1252995.

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

Color convert

RGB1313019-
CMYK00.770.850.49
HSL5.89º74.67%29.41%-
HSV(B)5.89º85.5%51.37%-
XYZ9.945.81.21-
YUV58.94105.46179.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 72.78%
GREEN value IS 30 (12.11% from 255) = 16.67%
BLUE value IS 19 (7.81% from 255) = 10.56%
R=72.78%
G=16.67%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131301900.770.850.495.8974.6729.41
Hex831E1304D553164b1d
Octal2033623011512561611335
Binary100000111111010011010011011010101110001110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #831E13;
 }
 .AnyTagClassName
 {
   color: #831E13;
 }
</style>
background-color css

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

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

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

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

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

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